Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/mmc/
H A Dsdio_func.h62 #define sdio_func_present(f) ((f)->state & SDIO_STATE_PRESENT) macro
/openbmc/linux/drivers/mmc/core/
H A Dsdio_bus.c392 if (sdio_func_present(func)) in sdio_remove_func()
H A Dsdio.c1008 if (func && sdio_func_present(func) && func->dev.driver) { in mmc_sdio_pre_suspend()