Searched refs:intr_detection_bit (Results 1 – 25 of 25) sorted by relevance
/Linux-v5.10/drivers/pinctrl/qcom/ |
D | pinctrl-msm.h | 92 unsigned intr_detection_bit:5; member
|
D | pinctrl-msm.c | 1002 val &= ~(3 << g->intr_detection_bit); in msm_gpio_irq_set_type() 1006 val |= 1 << g->intr_detection_bit; in msm_gpio_irq_set_type() 1010 val |= 2 << g->intr_detection_bit; in msm_gpio_irq_set_type() 1014 val |= 3 << g->intr_detection_bit; in msm_gpio_irq_set_type() 1024 val &= ~(1 << g->intr_detection_bit); in msm_gpio_irq_set_type() 1028 val |= BIT(g->intr_detection_bit); in msm_gpio_irq_set_type() 1032 val |= BIT(g->intr_detection_bit); in msm_gpio_irq_set_type() 1035 val |= BIT(g->intr_detection_bit); in msm_gpio_irq_set_type()
|
D | pinctrl-qdf2xxx.c | 123 groups[gpio].intr_detection_bit = 2; in qdf2xxx_pinctrl_probe()
|
D | pinctrl-ipq8064.c | 208 .intr_detection_bit = 2, \ 234 .intr_detection_bit = -1, \
|
D | pinctrl-msm8x74.c | 368 .intr_detection_bit = 2, \ 394 .intr_detection_bit = -1, \ 425 .intr_detection_bit = -1, \
|
D | pinctrl-sc7180.c | 66 .intr_detection_bit = 2, \ 92 .intr_detection_bit = -1, \ 118 .intr_detection_bit = -1, \
|
D | pinctrl-apq8064.c | 256 .intr_detection_bit = 2, \ 282 .intr_detection_bit = -1, \
|
D | pinctrl-msm8226.c | 306 .intr_detection_bit = 2, \ 332 .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-sdm845.c | 61 .intr_detection_bit = 2, \ 86 .intr_detection_bit = -1, \ 111 .intr_detection_bit = -1, \
|
D | pinctrl-sm8150.c | 68 .intr_detection_bit = 2, \ 94 .intr_detection_bit = -1, \ 120 .intr_detection_bit = -1, \
|
D | pinctrl-sm8250.c | 69 .intr_detection_bit = 2, \ 95 .intr_detection_bit = -1, \ 121 .intr_detection_bit = -1, \
|
D | pinctrl-apq8084.c | 368 .intr_detection_bit = 2, \ 394 .intr_detection_bit = -1, \
|
D | pinctrl-msm8660.c | 419 .intr_detection_bit = 2, \ 445 .intr_detection_bit = -1, \
|
D | pinctrl-msm8916.c | 331 .intr_detection_bit = 2, \ 357 .intr_detection_bit = -1, \
|
D | pinctrl-msm8976.c | 59 .intr_detection_bit = 2, \ 84 .intr_detection_bit = -1, \
|
D | pinctrl-qcs404.c | 68 .intr_detection_bit = 2, \ 94 .intr_detection_bit = -1, \
|
D | pinctrl-sdm660.c | 72 .intr_detection_bit = 2, \ 98 .intr_detection_bit = -1, \
|
D | pinctrl-msm8960.c | 382 .intr_detection_bit = 2, \ 408 .intr_detection_bit = -1, \
|
D | pinctrl-msm8994.c | 57 .intr_detection_bit = 2, \ 83 .intr_detection_bit = -1, \
|
D | pinctrl-msm8996.c | 57 .intr_detection_bit = 2, \ 82 .intr_detection_bit = -1, \
|
D | pinctrl-ipq8074.c | 56 .intr_detection_bit = 2, \
|
D | pinctrl-mdm9615.c | 243 .intr_detection_bit = 2, \
|
D | pinctrl-ipq6018.c | 56 .intr_detection_bit = 2, \
|
D | pinctrl-ipq4019.c | 266 .intr_detection_bit = 2, \
|