Searched refs:intr_detection_bit (Results 1 – 17 of 17) sorted by relevance
| /Linux-v4.19/drivers/pinctrl/qcom/ |
| D | pinctrl-msm.c | 749 val &= ~(3 << g->intr_detection_bit); in msm_gpio_irq_set_type() 753 val |= 1 << g->intr_detection_bit; in msm_gpio_irq_set_type() 757 val |= 2 << g->intr_detection_bit; in msm_gpio_irq_set_type() 761 val |= 3 << g->intr_detection_bit; in msm_gpio_irq_set_type() 771 val &= ~(1 << g->intr_detection_bit); in msm_gpio_irq_set_type() 775 val |= BIT(g->intr_detection_bit); in msm_gpio_irq_set_type() 779 val |= BIT(g->intr_detection_bit); in msm_gpio_irq_set_type() 782 val |= BIT(g->intr_detection_bit); in msm_gpio_irq_set_type()
|
| D | pinctrl-msm.h | 96 unsigned intr_detection_bit:5; member
|
| D | pinctrl-qdf2xxx.c | 131 groups[gpio].intr_detection_bit = 2; in qdf2xxx_pinctrl_probe()
|
| D | pinctrl-ipq8064.c | 217 .intr_detection_bit = 2, \ 243 .intr_detection_bit = -1, \
|
| D | pinctrl-msm8x74.c | 376 .intr_detection_bit = 2, \ 402 .intr_detection_bit = -1, \ 433 .intr_detection_bit = -1, \
|
| D | pinctrl-apq8064.c | 264 .intr_detection_bit = 2, \ 290 .intr_detection_bit = -1, \
|
| D | pinctrl-sdm845.c | 60 .intr_detection_bit = 2, \ 85 .intr_detection_bit = -1, \ 110 .intr_detection_bit = -1, \
|
| D | pinctrl-msm8998.c | 59 .intr_detection_bit = 2, \ 84 .intr_detection_bit = -1, \ 109 .intr_detection_bit = -1, \
|
| D | pinctrl-msm8916.c | 339 .intr_detection_bit = 2, \ 365 .intr_detection_bit = -1, \
|
| D | pinctrl-apq8084.c | 377 .intr_detection_bit = 2, \ 403 .intr_detection_bit = -1, \
|
| D | pinctrl-msm8660.c | 427 .intr_detection_bit = 2, \ 453 .intr_detection_bit = -1, \
|
| D | pinctrl-msm8960.c | 390 .intr_detection_bit = 2, \ 416 .intr_detection_bit = -1, \
|
| D | pinctrl-msm8994.c | 65 .intr_detection_bit = 2, \ 91 .intr_detection_bit = -1, \
|
| D | pinctrl-msm8996.c | 65 .intr_detection_bit = 2, \ 90 .intr_detection_bit = -1, \
|
| D | pinctrl-ipq8074.c | 63 .intr_detection_bit = 2, \
|
| D | pinctrl-mdm9615.c | 251 .intr_detection_bit = 2, \
|
| D | pinctrl-ipq4019.c | 273 .intr_detection_bit = 2, \
|