Searched refs:irq_pol (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/sound/soc/codecs/ |
D | wm8962.c | 2987 int irq_pol = 0; in wm8962_mic_work() local 2994 irq_pol |= WM8962_MICD_IRQ_POL; in wm8962_mic_work() 2999 irq_pol |= WM8962_MICSCD_IRQ_POL; in wm8962_mic_work() 3007 WM8962_MICD_IRQ_POL, irq_pol); in wm8962_mic_work() 3551 int ret, i, irq_pol, trigger; in wm8962_i2c_probe() local 3729 irq_pol = WM8962_IRQ_POL; in wm8962_i2c_probe() 3732 irq_pol = 0; in wm8962_i2c_probe() 3736 WM8962_IRQ_POL, irq_pol); in wm8962_i2c_probe()
|
D | wm8903.c | 1988 unsigned int val, irq_pol; in wm8903_i2c_probe() local 2104 irq_pol = WM8903_IRQ_POL; in wm8903_i2c_probe() 2107 irq_pol = 0; in wm8903_i2c_probe() 2111 WM8903_IRQ_POL, irq_pol); in wm8903_i2c_probe()
|
/linux-4.4.14/drivers/net/ieee802154/ |
D | at86rf230.c | 1374 int rc, irq_type, irq_pol = IRQ_ACTIVE_HIGH; in at86rf230_hw_init() local 1385 irq_pol = IRQ_ACTIVE_LOW; in at86rf230_hw_init() 1387 rc = at86rf230_write_subreg(lp, SR_IRQ_POLARITY, irq_pol); in at86rf230_hw_init()
|