Searched refs:intr_detection_bit (Results 1 – 25 of 35) sorted by relevance
12
/linux/drivers/pinctrl/qcom/ |
A D | pinctrl-msm.c | 1023 val &= ~(3 << g->intr_detection_bit); in msm_gpio_irq_set_type() 1027 val |= 1 << g->intr_detection_bit; in msm_gpio_irq_set_type() 1031 val |= 2 << g->intr_detection_bit; in msm_gpio_irq_set_type() 1035 val |= 3 << g->intr_detection_bit; in msm_gpio_irq_set_type() 1045 val &= ~(1 << g->intr_detection_bit); in msm_gpio_irq_set_type() 1049 val |= BIT(g->intr_detection_bit); in msm_gpio_irq_set_type() 1053 val |= BIT(g->intr_detection_bit); in msm_gpio_irq_set_type() 1056 val |= BIT(g->intr_detection_bit); in msm_gpio_irq_set_type()
|
A D | pinctrl-msm.h | 92 unsigned intr_detection_bit:5; member
|
A D | pinctrl-qdf2xxx.c | 123 groups[gpio].intr_detection_bit = 2; in qdf2xxx_pinctrl_probe()
|
A D | pinctrl-ipq8064.c | 208 .intr_detection_bit = 2, \ 234 .intr_detection_bit = -1, \
|
A D | pinctrl-sm6115.c | 68 .intr_detection_bit = 2, \ 94 .intr_detection_bit = -1, \ 120 .intr_detection_bit = -1, \
|
A D | pinctrl-msm8x74.c | 368 .intr_detection_bit = 2, \ 394 .intr_detection_bit = -1, \ 425 .intr_detection_bit = -1, \
|
A D | pinctrl-qcm2290.c | 57 .intr_detection_bit = 2, \ 82 .intr_detection_bit = -1, \ 107 .intr_detection_bit = -1, \
|
A D | pinctrl-sc7180.c | 66 .intr_detection_bit = 2, \ 92 .intr_detection_bit = -1, \ 118 .intr_detection_bit = -1, \
|
A D | pinctrl-apq8064.c | 256 .intr_detection_bit = 2, \ 282 .intr_detection_bit = -1, \
|
A D | pinctrl-msm8226.c | 306 .intr_detection_bit = 2, \ 332 .intr_detection_bit = -1, \
|
A D | pinctrl-sm6125.c | 65 .intr_detection_bit = 2, \ 91 .intr_detection_bit = -1, \ 117 .intr_detection_bit = -1, \
|
A D | pinctrl-sm6350.c | 57 .intr_detection_bit = 2, \ 82 .intr_detection_bit = -1, \ 107 .intr_detection_bit = -1, \
|
A D | pinctrl-mdm9607.c | 249 .intr_detection_bit = 2, \ 275 .intr_detection_bit = -1, \
|
A D | pinctrl-sdm845.c | 61 .intr_detection_bit = 2, \ 86 .intr_detection_bit = -1, \ 111 .intr_detection_bit = -1, \
|
A D | pinctrl-sm8150.c | 68 .intr_detection_bit = 2, \ 94 .intr_detection_bit = -1, \ 120 .intr_detection_bit = -1, \
|
A D | pinctrl-sm8250.c | 69 .intr_detection_bit = 2, \ 95 .intr_detection_bit = -1, \ 121 .intr_detection_bit = -1, \
|
A D | pinctrl-msm8998.c | 59 .intr_detection_bit = 2, \ 84 .intr_detection_bit = -1, \ 109 .intr_detection_bit = -1, \
|
A D | pinctrl-sc7280.c | 55 .intr_detection_bit = 2, \ 80 .intr_detection_bit = -1, \ 105 .intr_detection_bit = -1, \
|
A D | pinctrl-sdx55.c | 57 .intr_detection_bit = 2, \ 82 .intr_detection_bit = -1, \
|
A D | pinctrl-sm8350.c | 58 .intr_detection_bit = 2, \ 83 .intr_detection_bit = -1, \ 108 .intr_detection_bit = -1, \
|
A D | pinctrl-apq8084.c | 368 .intr_detection_bit = 2, \ 394 .intr_detection_bit = -1, \
|
A D | pinctrl-msm8660.c | 419 .intr_detection_bit = 2, \ 445 .intr_detection_bit = -1, \
|
A D | pinctrl-msm8916.c | 331 .intr_detection_bit = 2, \ 357 .intr_detection_bit = -1, \
|
A D | pinctrl-sc8180x.c | 85 .intr_detection_bit = 2, \ 114 .intr_detection_bit = -1, \ 140 .intr_detection_bit = -1, \
|
A D | pinctrl-msm8976.c | 59 .intr_detection_bit = 2, \ 84 .intr_detection_bit = -1, \
|
Completed in 57 milliseconds
12