Searched refs:intr_detection_width (Results 1 – 10 of 10) sorted by relevance
/linux-4.4.14/drivers/pinctrl/qcom/ |
D | pinctrl-msm.h | 97 unsigned intr_detection_width:5; member
|
D | pinctrl-qdf2xxx.c | 82 groups[i].intr_detection_width = 2; in qdf2xxx_pinctrl_probe()
|
D | pinctrl-msm.c | 653 if (g->intr_detection_width == 1 && type == IRQ_TYPE_EDGE_BOTH) in msm_gpio_irq_set_type() 671 if (g->intr_detection_width == 2) { in msm_gpio_irq_set_type() 693 } 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-msm8660.c | 428 .intr_detection_width = 1, \ 454 .intr_detection_width = -1, \
|
D | pinctrl-msm8x74.c | 373 .intr_detection_width = 2, \ 399 .intr_detection_width = -1, \
|
D | pinctrl-msm8916.c | 340 .intr_detection_width = 2, \ 366 .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, \
|