Searched refs:intr_detection_bit (Results 1 – 10 of 10) sorted by relevance
/linux-4.4.14/drivers/pinctrl/qcom/ |
D | pinctrl-msm.c | 672 val &= ~(3 << g->intr_detection_bit); in msm_gpio_irq_set_type() 676 val |= 1 << g->intr_detection_bit; in msm_gpio_irq_set_type() 680 val |= 2 << g->intr_detection_bit; in msm_gpio_irq_set_type() 684 val |= 3 << g->intr_detection_bit; in msm_gpio_irq_set_type() 694 val &= ~(1 << g->intr_detection_bit); in msm_gpio_irq_set_type() 698 val |= BIT(g->intr_detection_bit); in msm_gpio_irq_set_type() 702 val |= BIT(g->intr_detection_bit); in msm_gpio_irq_set_type() 705 val |= BIT(g->intr_detection_bit); in msm_gpio_irq_set_type()
|
D | pinctrl-msm.h | 96 unsigned intr_detection_bit:5; member
|
D | pinctrl-qdf2xxx.c | 81 groups[i].intr_detection_bit = 2; in qdf2xxx_pinctrl_probe()
|
D | pinctrl-ipq8064.c | 217 .intr_detection_bit = 2, \ 243 .intr_detection_bit = -1, \
|
D | pinctrl-apq8064.c | 264 .intr_detection_bit = 2, \ 290 .intr_detection_bit = -1, \
|
D | pinctrl-msm8660.c | 427 .intr_detection_bit = 2, \ 453 .intr_detection_bit = -1, \
|
D | pinctrl-msm8x74.c | 372 .intr_detection_bit = 2, \ 398 .intr_detection_bit = -1, \
|
D | pinctrl-msm8916.c | 339 .intr_detection_bit = 2, \ 365 .intr_detection_bit = -1, \
|
D | pinctrl-apq8084.c | 377 .intr_detection_bit = 2, \ 403 .intr_detection_bit = -1, \
|
D | pinctrl-msm8960.c | 390 .intr_detection_bit = 2, \ 416 .intr_detection_bit = -1, \
|