Home
last modified time | relevance | path

Searched defs:sdio_driver (Results 1 – 1 of 1) sorted by relevance

/include/linux/mmc/
Dsdio_func.h85 struct sdio_driver { struct
86 char *name;
87 const struct sdio_device_id *id_table;
89 int (*probe)(struct sdio_func *, const struct sdio_device_id *);
90 void (*remove)(struct sdio_func *);
92 struct device_driver drv;