Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/mmc/
Dsdio_func.h77 struct sdio_driver { struct
78 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;
/linux-4.4.14/drivers/net/wireless/cw1200/
Dcw1200_sdio.c375 static struct sdio_driver sdio_driver = { variable