Home
last modified time | relevance | path

Searched refs:irq_active_high (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/pinctrl/
H A Dpinctrl-mcp23s08.c555 if (mcp->irq_active_high) in mcp23s08_irq_setup()
605 mcp->irq_active_high = false; in mcp23s08_probe_one()
632 mcp->irq_active_high = in mcp23s08_probe_one()
641 mcp->irq_active_high || open_drain) { in mcp23s08_probe_one()
645 if (mcp->irq_active_high) in mcp23s08_probe_one()
H A Dpinctrl-mcp23s08.h35 bool irq_active_high; member
/linux/drivers/gpio/
H A Dgpio-adp5585.c64 unsigned long irq_active_high; member
284 active_high = test_bit(off, &adp5585_gpio->irq_active_high); in adp5585_gpio_key_event()
325 bool active_high = test_bit(hwirq, &adp5585_gpio->irq_active_high); in adp5585_irq_bus_sync_unlock()
375 assign_bit(hwirq, &adp5585_gpio->irq_active_high, in adp5585_irq_set_type()
/linux/drivers/iio/accel/
H A Dfxls8962af-core.c1107 bool irq_active_high; in fxls8962af_irq_setup() local
1134 irq_active_high = true; in fxls8962af_irq_setup()
1138 irq_active_high = false; in fxls8962af_irq_setup()
1147 FXLS8962AF_SC4_INT_POL_PREP(irq_active_high)); in fxls8962af_irq_setup()