Home
last modified time | relevance | path

Searched refs:intr_wakeup_present_bit (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/pinctrl/qcom/
H A Dpinctrl-msm.h125 unsigned intr_wakeup_present_bit:5; member
H A Dpinctrl-msm.c1258 if (g->intr_wakeup_present_bit) { in msm_gpio_irq_reqres()
1264 if (intr_cfg & BIT(g->intr_wakeup_present_bit)) { in msm_gpio_irq_reqres()
1286 if (g->intr_wakeup_present_bit) { in msm_gpio_irq_relres()
1292 if (intr_cfg & BIT(g->intr_wakeup_present_bit)) { in msm_gpio_irq_relres()
H A Dpinctrl-shikra.c46 .intr_wakeup_present_bit = 6, \
H A Dpinctrl-maili.c47 .intr_wakeup_present_bit = 6, \