Searched refs:ZX_INTERRUPT_MODE_EDGE_LOW (Results 1 – 9 of 9) sorted by relevance
394 if (flags == ZX_INTERRUPT_MODE_EDGE_LOW) { in GpioImplGetInterrupt()421 case ZX_INTERRUPT_MODE_EDGE_LOW: in GpioImplGetInterrupt()
93 ZX_INTERRUPT_MODE_EDGE_LOW, in InitPdev()
263 #define ZX_INTERRUPT_MODE_EDGE_LOW ((uint32_t)1u << 1) macro
317 if (flags == ZX_INTERRUPT_MODE_EDGE_LOW) { in aml_gpio_get_interrupt()343 case ZX_INTERRUPT_MODE_EDGE_LOW: in aml_gpio_get_interrupt()
221 case ZX_INTERRUPT_MODE_EDGE_LOW: in imx8_gpio_get_interrupt()
165 case ZX_INTERRUPT_MODE_EDGE_LOW: in GpioImplGetInterrupt()
420 ZX_INTERRUPT_MODE_EDGE_LOW, &irq); in intel_serialio_i2c_slave_get_irq()
348 status = gpio_get_interrupt(&gpio_, ZX_INTERRUPT_MODE_EDGE_LOW, in Bind()
244 current ? ZX_INTERRUPT_MODE_EDGE_LOW : ZX_INTERRUPT_MODE_EDGE_HIGH, in ConfigureInterrupt()
Completed in 24 milliseconds