Searched refs:irq_pol (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/sound/soc/codecs/ |
D | wm8962.c | 2992 int irq_pol = 0; in wm8962_mic_work() local 2999 irq_pol |= WM8962_MICD_IRQ_POL; in wm8962_mic_work() 3004 irq_pol |= WM8962_MICSCD_IRQ_POL; in wm8962_mic_work() 3012 WM8962_MICD_IRQ_POL, irq_pol); in wm8962_mic_work() 3555 int ret, i, irq_pol, trigger; in wm8962_i2c_probe() local 3733 irq_pol = WM8962_IRQ_POL; in wm8962_i2c_probe() 3736 irq_pol = 0; in wm8962_i2c_probe() 3740 WM8962_IRQ_POL, irq_pol); in wm8962_i2c_probe()
|
D | wm8903.c | 1990 unsigned int val, irq_pol; in wm8903_i2c_probe() local 2106 irq_pol = WM8903_IRQ_POL; in wm8903_i2c_probe() 2109 irq_pol = 0; in wm8903_i2c_probe() 2113 WM8903_IRQ_POL, irq_pol); in wm8903_i2c_probe()
|
/linux-4.1.27/drivers/net/ieee802154/ |
D | at86rf230.c | 1399 int rc, irq_type, irq_pol = IRQ_ACTIVE_HIGH; in at86rf230_hw_init() local 1414 irq_pol = IRQ_ACTIVE_LOW; in at86rf230_hw_init() 1416 rc = at86rf230_write_subreg(lp, SR_IRQ_POLARITY, irq_pol); in at86rf230_hw_init()
|