a4l_driver Struct Reference
Detailed Description
Structure containing driver declaration data. 
- See also:
 - rt_task_inquire() 
 
 | 
 Data Fields | 
| 
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. 
  | 
| 
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. 
  | 
The documentation for this struct was generated from the following file: