Lines Matching defs:pins_eint
442 struct pinctrl_state *pins_eint;
1562 if (mmc_card_enable_async_irq(mmc->card) && host->pins_eint) {
1568 * affect successfully, we change the pinstate to pins_eint firstly.
1570 pinctrl_select_state(host->pinctrl, host->pins_eint);
1575 host->pins_eint = NULL;
1587 /* Ensure host->pins_eint is NULL */
1588 host->pins_eint = NULL;
2754 host->pins_eint = pinctrl_lookup_state(host->pinctrl, "state_eint");
2755 if (IS_ERR(host->pins_eint)) {
2757 host->pins_eint = NULL;
2980 if (host->pins_eint) {
2982 pinctrl_select_state(host->pinctrl, host->pins_eint);
3003 if (sdio_irq_claimed(mmc) && host->pins_eint) {
3029 if (sdio_irq_claimed(mmc) && host->pins_eint)
3040 if (sdio_irq_claimed(mmc) && host->pins_eint)