#include <devman.h>
Data Fields | |
dev_class_t * | dev_class |
The class. | |
link_t | dev_classes |
Pointer to the previous and next class info in the list of classes by which the device is registered. | |
char * | dev_name |
The name of the device function within the class. | |
devmap_handle_t | devmap_handle |
The handle of the device by device mapper in the class namespace. | |
link_t | devmap_link |
Link in the hash table of devices registered by the devmapper using their class names. | |
fun_node_t * | fun |
The device. | |
link_t | link |
Pointer to the previous and next class info in the list of devices registered by the class. |
Definition at line 248 of file devman.h.