Searched defs:sdio_driver (Results 1 – 2 of 2) sorted by relevance
77 struct sdio_driver { struct78 char *name;79 const struct sdio_device_id *id_table;81 int (*probe)(struct sdio_func *, const struct sdio_device_id *);82 void (*remove)(struct sdio_func *);84 struct device_driver drv;
375 static struct sdio_driver sdio_driver = { variable