Home
last modified time | relevance | path

Searched refs:irq_pol (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/sound/soc/codecs/
Dwm8962.c2987 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()
Dwm8903.c1988 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/
Dat86rf230.c1374 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()