Searched refs:INTR_POL_CTL (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/gpio/
H A Dgpio-msm-v2.c71 INTR_POL_CTL = 1, enumerator in enum:__anon3933
226 clear_gpio_bits(BIT(INTR_POL_CTL), GPIO_INTR_CFG(gpio)); msm_gpio_update_dual_edge_pos()
228 set_gpio_bits(BIT(INTR_POL_CTL), GPIO_INTR_CFG(gpio)); msm_gpio_update_dual_edge_pos()
296 bits |= BIT(INTR_POL_CTL); msm_gpio_irq_set_type()
298 bits &= ~BIT(INTR_POL_CTL); msm_gpio_irq_set_type()

Completed in 52 milliseconds