Searched refs:intr_detection_width (Results 1 – 7 of 7) sorted by relevance
/drivers/pinctrl/qcom/ |
D | pinctrl-msm.h | 97 unsigned intr_detection_width:5; member
|
D | pinctrl-msm.c | 668 if (g->intr_detection_width == 1 && type == IRQ_TYPE_EDGE_BOTH) in msm_gpio_irq_set_type() 686 if (g->intr_detection_width == 2) { in msm_gpio_irq_set_type() 708 } else if (g->intr_detection_width == 1) { in msm_gpio_irq_set_type()
|
D | pinctrl-ipq8064.c | 218 .intr_detection_width = 1, \ 244 .intr_detection_width = -1, \
|
D | pinctrl-apq8064.c | 265 .intr_detection_width = 1, \ 291 .intr_detection_width = -1, \
|
D | pinctrl-msm8x74.c | 373 .intr_detection_width = 2, \ 399 .intr_detection_width = -1, \
|
D | pinctrl-apq8084.c | 378 .intr_detection_width = 2, \ 404 .intr_detection_width = -1, \
|
D | pinctrl-msm8960.c | 391 .intr_detection_width = 1, \ 417 .intr_detection_width = -1, \
|