Searched refs:sdio_func_present (Results 1 – 2 of 2) sorted by relevance
82 #define sdio_func_present(f) ((f)->state & SDIO_STATE_PRESENT) macro
1056 if (!sdio_func_present(func)) in sdio_remove_func()1930 if (func && sdio_func_present(func) && func->dev.driver) { in mmc_sdio_suspend()1939 if (func && sdio_func_present(func) && func->dev.driver) { in mmc_sdio_suspend()2006 if (func && sdio_func_present(func) && func->dev.driver) { in mmc_sdio_resume()
Completed in 9 milliseconds