Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/mmc/core/
H A Dslot-gpio.c34 struct mmc_gpio *ctx = host->slot.handler_priv; in mmc_gpio_cd_irqt()
62 host->slot.handler_priv = ctx; in mmc_gpio_alloc()
71 struct mmc_gpio *ctx = host->slot.handler_priv; in mmc_gpio_get_ro()
82 struct mmc_gpio *ctx = host->slot.handler_priv; in mmc_gpio_get_cd()
97 struct mmc_gpio *ctx = host->slot.handler_priv; in mmc_gpiod_request_cd_irq()
156 struct mmc_gpio *ctx = host->slot.handler_priv; in mmc_gpio_set_cd_isr()
180 struct mmc_gpio *ctx = host->slot.handler_priv; in mmc_gpiod_request_cd()
210 struct mmc_gpio *ctx = host->slot.handler_priv; in mmc_can_gpio_cd()
228 struct mmc_gpio *ctx = host->slot.handler_priv; in mmc_gpiod_request_ro()
253 struct mmc_gpio *ctx = host->slot.handler_priv; in mmc_can_gpio_ro()
/OK3568_Linux_fs/kernel/include/linux/mmc/
H A Dhost.h257 void *handler_priv; member