Searched defs:sdio_func (Results 1 – 2 of 2) sorted by relevance
34 struct sdio_func { struct35 struct mmc_card *card; /* the card this device belongs to */59 struct sdio_func_tuple *tuples; argument70 #define dev_to_sdio_func(d) container_of(d, struct sdio_func, dev) argument
324 struct sdio_func *sdio_func[SDIO_MAX_FUNCS]; /* SDIO functions (devices) */ member