|
Linux Kernel
3.7.1
|
#include <sdio_func.h>
Data Fields | |
| char * | name |
| struct sdio_device_id * | id_table |
| int(* | probe )(struct sdio_func *, const struct sdio_device_id *) |
| void(* | remove )(struct sdio_func *) |
| struct device_driver | drv |
Definition at line 77 of file sdio_func.h.
| struct device_driver drv |
Definition at line 84 of file sdio_func.h.
| struct sdio_device_id* id_table |
Definition at line 79 of file sdio_func.h.
| char* name |
Definition at line 78 of file sdio_func.h.
Definition at line 81 of file sdio_func.h.
Definition at line 82 of file sdio_func.h.
1.8.2