/linux/drivers/pinctrl/qcom/ |
H A D | pinctrl-msm.c | 1114 val &= ~(3 << g->intr_detection_bit); in msm_gpio_irq_set_type() 1118 val |= 1 << g->intr_detection_bit; in msm_gpio_irq_set_type() 1122 val |= 2 << g->intr_detection_bit; in msm_gpio_irq_set_type() 1126 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 |= BIT(g->intr_detection_bit); in msm_gpio_irq_set_type() 1144 val |= BIT(g->intr_detection_bit); in msm_gpio_irq_set_type() 1147 val |= BIT(g->intr_detection_bit); in msm_gpio_irq_set_type()
|
H A D | pinctrl-msm.h | 113 unsigned intr_detection_bit:5; member
|
H A D | pinctrl-qdf2xxx.c | 123 groups[gpio].intr_detection_bit = 2; in qdf2xxx_pinctrl_probe()
|
H A D | pinctrl-sdx65.c | 49 .intr_detection_bit = 2, \ 74 .intr_detection_bit = -1, \ 99 .intr_detection_bit = -1, \
|
H A D | pinctrl-sdm670.c | 53 .intr_detection_bit = 2, \ 82 .intr_detection_bit = -1, \ 107 .intr_detection_bit = -1, \ 132 .intr_detection_bit = -1, \
|
H A D | pinctrl-ipq8064.c | 200 .intr_detection_bit = 2, \ 226 .intr_detection_bit = -1, \
|
H A D | pinctrl-sm6115.c | 60 .intr_detection_bit = 2, \ 86 .intr_detection_bit = -1, \ 112 .intr_detection_bit = -1, \
|
H A D | pinctrl-qcs615.c | 60 .intr_detection_bit = 2, \ 86 .intr_detection_bit = -1, \ 112 .intr_detection_bit = -1, \
|
H A D | pinctrl-sm4450.c | 51 .intr_detection_bit = 2, \ 76 .intr_detection_bit = -1, \ 101 .intr_detection_bit = -1, \
|
H A D | pinctrl-msm8x74.c | 360 .intr_detection_bit = 2, \ 386 .intr_detection_bit = -1, \ 417 .intr_detection_bit = -1, \
|
H A D | pinctrl-qcm2290.c | 49 .intr_detection_bit = 2, \ 74 .intr_detection_bit = -1, \ 99 .intr_detection_bit = -1, \
|
H A D | pinctrl-sc7180.c | 58 .intr_detection_bit = 2, \ 84 .intr_detection_bit = -1, \ 110 .intr_detection_bit = -1, \
|
H A D | pinctrl-sm7150.c | 64 .intr_detection_bit = 2, \ 90 .intr_detection_bit = -1, \ 116 .intr_detection_bit = -1, \
|
H A D | pinctrl-apq8064.c | 248 .intr_detection_bit = 2, \ 274 .intr_detection_bit = -1, \
|
H A D | pinctrl-msm8226.c | 298 .intr_detection_bit = 2, \ 324 .intr_detection_bit = -1, \
|
H A D | pinctrl-qcs8300.c | 52 .intr_detection_bit = 2, \ 77 .intr_detection_bit = -1, \ 102 .intr_detection_bit = -1, \
|
H A D | pinctrl-sm6125.c | 57 .intr_detection_bit = 2, \ 83 .intr_detection_bit = -1, \ 109 .intr_detection_bit = -1, \
|
H A D | pinctrl-qdu1000.c | 51 .intr_detection_bit = 2, \ 76 .intr_detection_bit = -1, \ 101 .intr_detection_bit = -1, \
|
H A D | pinctrl-mdm9607.c | 241 .intr_detection_bit = 2, \ 267 .intr_detection_bit = -1, \
|
H A D | pinctrl-sm6350.c | 49 .intr_detection_bit = 2, \ 74 .intr_detection_bit = -1, \ 99 .intr_detection_bit = -1, \
|
H A D | pinctrl-sm6375.c | 52 .intr_detection_bit = 2, \ 77 .intr_detection_bit = -1, \ 102 .intr_detection_bit = -1, \
|
H A D | pinctrl-sa8775p.c | 53 .intr_detection_bit = 2, \ 78 .intr_detection_bit = -1, \ 103 .intr_detection_bit = -1, \
|
H A D | pinctrl-sm8150.c | 60 .intr_detection_bit = 2, \ 86 .intr_detection_bit = -1, \ 112 .intr_detection_bit = -1, \
|
H A D | pinctrl-sm8250.c | 61 .intr_detection_bit = 2, \ 87 .intr_detection_bit = -1, \ 113 .intr_detection_bit = -1, \
|
H A D | pinctrl-sdm845.c | 53 .intr_detection_bit = 2, \ 78 .intr_detection_bit = -1, \ 103 .intr_detection_bit = -1, \
|