Searched refs:pins_eint (Results 1 – 1 of 1) sorted by relevance
471 struct pinctrl_state *pins_eint; member1699 pinctrl_select_state(host->pinctrl, host->pins_eint); in msdc_enable_sdio_irq()1704 host->pins_eint = NULL; in msdc_enable_sdio_irq()1717 host->pins_eint = NULL; in msdc_enable_sdio_irq()2959 if (IS_ERR(host->pins_eint)) { in msdc_drv_probe()2961 host->pins_eint = NULL; in msdc_drv_probe()3210 if (host->pins_eint) { in msdc_runtime_suspend()3212 pinctrl_select_state(host->pinctrl, host->pins_eint); in msdc_runtime_suspend()3233 if (sdio_irq_claimed(mmc) && host->pins_eint) { in msdc_runtime_resume()3263 if (sdio_irq_claimed(mmc) && host->pins_eint) in msdc_suspend()[all …]