Searched refs:intr_detection_bit (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/pinctrl/qcom/ |
| H A D | pinctrl-msm.c | 1132 val &= ~(3 << g->intr_detection_bit); in msm_gpio_irq_set_type() 1136 val |= 1 << g->intr_detection_bit; in msm_gpio_irq_set_type() 1140 val |= 2 << g->intr_detection_bit; in msm_gpio_irq_set_type() 1144 val |= 3 << g->intr_detection_bit; in msm_gpio_irq_set_type() 1154 val &= ~(1 << g->intr_detection_bit); in msm_gpio_irq_set_type() 1158 val |= BIT(g->intr_detection_bit); in msm_gpio_irq_set_type() 1162 val |= BIT(g->intr_detection_bit); in msm_gpio_irq_set_type() 1165 val |= BIT(g->intr_detection_bit); in msm_gpio_irq_set_type()
|
| H A D | pinctrl-msm.h | 132 unsigned intr_detection_bit:5; member
|
| H A D | pinctrl-ipq8064.c | 200 .intr_detection_bit = 2, \ 226 .intr_detection_bit = -1, \
|
| H A D | pinctrl-sc8280xp.c | 48 .intr_detection_bit = 2, \ 72 .intr_detection_bit = -1, \ 96 .intr_detection_bit = -1, \
|
| H A D | pinctrl-ipq5018.c | 46 .intr_detection_bit = 2, \
|
| H A D | pinctrl-ipq9650.c | 34 .intr_detection_bit = 2, \
|
| H A D | pinctrl-maili.c | 53 .intr_detection_bit = 2, \ 77 .intr_detection_bit = -1, \ 101 .intr_detection_bit = -1, \
|
| H A D | pinctrl-x1e80100.c | 51 .intr_detection_bit = 2, \ 75 .intr_detection_bit = -1, \ 99 .intr_detection_bit = -1, \
|
| H A D | pinctrl-shikra.c | 52 .intr_detection_bit = 2, \ 76 .intr_detection_bit = -1, \
|