Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/mmc/
Dsdio_func.h34 struct sdio_func { struct
35 struct mmc_card *card; /* the card this device belongs to */
59 struct sdio_func_tuple *tuples; argument
70 #define dev_to_sdio_func(d) container_of(d, struct sdio_func, dev) argument
Dcard.h324 struct sdio_func *sdio_func[SDIO_MAX_FUNCS]; /* SDIO functions (devices) */ member