Searched defs:sdio_func (Results 1 – 3 of 3) 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
364 struct sdio_func *sdio_func[SDIO_MAX_FUNCS]; /* SDIO functions (devices) */ member
151 struct sdio_func *sdio_func; member