Searched refs:intr_detection_bit (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/drivers/pinctrl/qcom/ |
D | pinctrl-msm.c | 683 val &= ~(3 << g->intr_detection_bit); in msm_gpio_irq_set_type() 687 val |= 1 << g->intr_detection_bit; in msm_gpio_irq_set_type() 691 val |= 2 << g->intr_detection_bit; in msm_gpio_irq_set_type() 695 val |= 3 << g->intr_detection_bit; in msm_gpio_irq_set_type() 705 val &= ~(1 << g->intr_detection_bit); in msm_gpio_irq_set_type() 709 val |= BIT(g->intr_detection_bit); in msm_gpio_irq_set_type() 713 val |= BIT(g->intr_detection_bit); in msm_gpio_irq_set_type() 716 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-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-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-msm8x74.c | 372 .intr_detection_bit = 2, \ 398 .intr_detection_bit = -1, \
|
D | pinctrl-msm8960.c | 390 .intr_detection_bit = 2, \ 416 .intr_detection_bit = -1, \
|