#include <devman.h>
Data Fields | |
| link_t | devman_dev |
| Used by the hash table of devices indexed by devman device handles. | |
| link_t | driver_devices |
| Link to list of devices owned by driver (driver_t.devices). | |
| driver_t * | drv |
| Driver of this device. | |
| link_t | functions |
| List of device functions. | |
| devman_handle_t | handle |
| The global unique identifier of the device. | |
| bool | passed_to_driver |
| Whether this device was already passed to the driver. | |
| fun_node_t * | pfun |
| (Parent) function the device is attached to. | |
| device_state_t | state |
| The state of the device. | |
Definition at line 123 of file devman.h.
1.4.7