Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/mmc/
H A Dsdio_func.h64 #define sdio_func_set_present(f) ((f)->state |= SDIO_STATE_PRESENT) macro
/openbmc/linux/drivers/mmc/core/
H A Dsdio_bus.c379 sdio_func_set_present(func); in sdio_add_func()