#include <driver.h>
Data Fields | |
| bool | bound |
| True if bound to the device manager. | |
| ddf_dev_t * | dev |
| Device which this function belogs to. | |
| void * | driver_data |
| Driver-specific data associated with this function. | |
| fun_type_t | ftype |
| Function type. | |
| devman_handle_t | handle |
| Function indentifier (asigned by device manager). | |
| link_t | link |
| Link in the list of functions handled by the driver. | |
| match_id_list_t | match_ids |
| List of device ids for driver matching. | |
| const char * | name |
| Function name. | |
| ddf_dev_ops_t * | ops |
| Implementation of operations provided by this function. | |
Definition at line 101 of file driver.h.
1.4.7