Home
last modified time | relevance | path

Searched refs:sdio_func_present (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/mmc/
H A Dsdio_func.h62 #define sdio_func_present(f) ((f)->state & SDIO_STATE_PRESENT) macro
/linux/drivers/mmc/core/
H A Dsdio_bus.c395 if (sdio_func_present(func)) in sdio_remove_func()