Structure containing driver declaration data.
More...
#include <driver.h>
|
|
struct list_head | list |
| | List stuff.
|
| |
|
struct module * | owner |
| | Pointer to module containing the code.
|
| |
|
unsigned int | flags |
| | Type / status driver's flags.
|
| |
|
char * | board_name |
| | Board name.
|
| |
|
char * | driver_name |
| | driver name
|
| |
|
int | privdata_size |
| | Size of the driver's private data.
|
| |
|
int(* | attach )(struct a4l_device *, struct a4l_link_desc *) |
| | Attach procedure.
|
| |
|
int(* | detach )(struct a4l_device *) |
| | Detach procedure.
|
| |
Structure containing driver declaration data.
- See also
- rt_task_inquire()
The documentation for this struct was generated from the following file:
- include/cobalt/kernel/rtdm/analogy/driver.h