/kernel/linux/linux-5.10/drivers/pinctrl/qcom/ |
H A D | pinctrl-msm.h | 54 * @intr_detection_width: Number of bits used for specifying interrupt type, 93 unsigned intr_detection_width:5; member
|
H A D | pinctrl-qdf2xxx.c | 124 groups[gpio].intr_detection_width = 2; in qdf2xxx_pinctrl_probe()
|
H A D | pinctrl-ipq8064.c | 209 .intr_detection_width = 1, \ 235 .intr_detection_width = -1, \
|
H A D | pinctrl-sc7180.c | 67 .intr_detection_width = 2, \ 93 .intr_detection_width = -1, \ 119 .intr_detection_width = -1, \
|
H A D | pinctrl-msm8x74.c | 369 .intr_detection_width = 2, \ 395 .intr_detection_width = -1, \ 426 .intr_detection_width = -1, \
|
H A D | pinctrl-msm.c | 984 if (g->intr_detection_width == 1 && type == IRQ_TYPE_EDGE_BOTH) in msm_gpio_irq_set_type() 1022 if (g->intr_detection_width == 2) { in msm_gpio_irq_set_type() 1044 } else if (g->intr_detection_width == 1) { in msm_gpio_irq_set_type()
|
H A D | pinctrl-msm8226.c | 307 .intr_detection_width = 2, \ 333 .intr_detection_width = -1, \
|
H A D | pinctrl-apq8064.c | 257 .intr_detection_width = 1, \ 283 .intr_detection_width = -1, \
|
H A D | pinctrl-qcs404.c | 69 .intr_detection_width = 2, \ 95 .intr_detection_width = -1, \
|
/kernel/linux/linux-6.6/drivers/pinctrl/qcom/ |
H A D | pinctrl-msm.h | 68 * @intr_detection_width: Number of bits used for specifying interrupt type, 109 unsigned intr_detection_width:5; member
|
H A D | pinctrl-qdf2xxx.c | 124 groups[gpio].intr_detection_width = 2; in qdf2xxx_pinctrl_probe()
|
H A D | pinctrl-sdm670.c | 54 .intr_detection_width = 2, \ 83 .intr_detection_width = -1, \ 108 .intr_detection_width = -1, \ 133 .intr_detection_width = -1, \
|
H A D | pinctrl-ipq8064.c | 201 .intr_detection_width = 1, \ 227 .intr_detection_width = -1, \
|
H A D | pinctrl-msm.c | 1069 if (g->intr_detection_width == 1 && type == IRQ_TYPE_EDGE_BOTH) in msm_gpio_irq_set_type() 1109 if (g->intr_detection_width == 2) { in msm_gpio_irq_set_type() 1131 } else if (g->intr_detection_width == 1) { in msm_gpio_irq_set_type()
|
H A D | pinctrl-sm6125.c | 58 .intr_detection_width = 2, \ 84 .intr_detection_width = -1, \ 110 .intr_detection_width = -1, \
|
H A D | pinctrl-sdx65.c | 50 .intr_detection_width = 2, \ 75 .intr_detection_width = -1, \ 100 .intr_detection_width = -1, \
|
H A D | pinctrl-sm6115.c | 61 .intr_detection_width = 2, \ 87 .intr_detection_width = -1, \ 113 .intr_detection_width = -1, \
|
H A D | pinctrl-sc7180.c | 59 .intr_detection_width = 2, \ 85 .intr_detection_width = -1, \ 111 .intr_detection_width = -1, \
|
H A D | pinctrl-qdu1000.c | 52 .intr_detection_width = 2, \ 77 .intr_detection_width = -1, \ 102 .intr_detection_width = -1, \
|
H A D | pinctrl-msm8x74.c | 361 .intr_detection_width = 2, \ 387 .intr_detection_width = -1, \ 418 .intr_detection_width = -1, \
|
H A D | pinctrl-qcm2290.c | 50 .intr_detection_width = 2, \ 75 .intr_detection_width = -1, \ 100 .intr_detection_width = -1, \
|
H A D | pinctrl-sm7150.c | 65 .intr_detection_width = 2, \ 91 .intr_detection_width = -1, \ 117 .intr_detection_width = -1, \
|
H A D | pinctrl-msm8226.c | 299 .intr_detection_width = 2, \ 325 .intr_detection_width = -1, \
|
H A D | pinctrl-apq8064.c | 249 .intr_detection_width = 1, \ 275 .intr_detection_width = -1, \
|
H A D | pinctrl-mdm9607.c | 242 .intr_detection_width = 2, \ 268 .intr_detection_width = -1, \
|