Searched refs:irq_pol (Results 1 - 9 of 9) sorted by last modified time

/linux-master/drivers/pinctrl/mvebu/
H A Dpinctrl-armada-37xx.c1058 u32 mask, *irq_pol, input_reg, virq, type, level; local
1062 irq_pol = &info->pm.irq_pol_l;
1066 irq_pol = &info->pm.irq_pol_h;
1084 if ((*irq_pol ^ level) & irq_bit)
1085 *irq_pol ^= irq_bit;
/linux-master/sound/pci/hda/
H A Dcs35l41_hda.c1597 static void cs35l41_configure_interrupt(struct cs35l41_hda *cs35l41, int irq_pol) argument
1609 IRQF_ONESHOT | IRQF_SHARED | irq_pol,
1627 IRQF_ONESHOT | IRQF_SHARED | irq_pol,
1645 int irq_pol; local
1687 irq_pol = cs35l41_gpio_config(cs35l41->regmap, hw_cfg);
1690 cs35l41_configure_interrupt(cs35l41, irq_pol);
/linux-master/sound/soc/codecs/
H A Dwm8962.c3063 int irq_pol = 0; local
3070 irq_pol |= WM8962_MICD_IRQ_POL;
3075 irq_pol |= WM8962_MICSCD_IRQ_POL;
3083 WM8962_MICD_IRQ_POL, irq_pol);
3622 int ret, i, irq_pol, trigger; local
3792 irq_pol = WM8962_IRQ_POL;
3795 irq_pol = 0;
3799 WM8962_IRQ_POL, irq_pol);
H A Dwm8903.c1988 unsigned int val, irq_pol; local
2117 irq_pol = WM8903_IRQ_POL;
2120 irq_pol = 0;
2124 WM8903_IRQ_POL, irq_pol);
H A Dcs35l41.c1189 int irq_pol = 0; local
1292 irq_pol = cs35l41_gpio_config(cs35l41->regmap, &cs35l41->hw_cfg);
1303 IRQF_ONESHOT | IRQF_SHARED | irq_pol,
H A Dcs35l36.c1707 int ret, irq_pol, chip_irq_pol, i; local
1851 irq_pol = irqd_get_trigger_type(irq_d);
1853 switch (irq_pol) {
1863 dev_err(cs35l36->dev, "Invalid IRQ polarity: %d\n", irq_pol);
1873 IRQF_ONESHOT | irq_pol, "cs35l36",
H A Dcs35l45.c1385 unsigned long irq_pol = IRQF_ONESHOT | IRQF_SHARED; local
1444 irq_pol |= IRQF_TRIGGER_HIGH;
1446 irq_pol |= IRQF_TRIGGER_LOW;
1448 ret = devm_regmap_add_irq_chip(dev, cs35l45->regmap, cs35l45->irq, irq_pol, 0,
1464 irq_pol, cs35l45_irqs[i].name, cs35l45);
H A Dcs35l41-lib.c1372 int irq_pol = IRQF_TRIGGER_NONE; local
1395 irq_pol = IRQF_TRIGGER_LOW;
1398 irq_pol = IRQF_TRIGGER_HIGH;
1405 return irq_pol;
/linux-master/drivers/net/ieee802154/
H A Dat86rf230.c1312 int rc, irq_type, irq_pol = IRQ_ACTIVE_HIGH; local
1323 irq_pol = IRQ_ACTIVE_LOW;
1325 rc = at86rf230_write_subreg(lp, SR_IRQ_POLARITY, irq_pol);

Completed in 227 milliseconds