Home
last modified time | relevance | path

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

/sound/soc/codecs/
Dcs35l41-lib.c1200 int irq_pol = IRQF_TRIGGER_NONE; in cs35l41_gpio_config() local
1223 irq_pol = IRQF_TRIGGER_LOW; in cs35l41_gpio_config()
1226 irq_pol = IRQF_TRIGGER_HIGH; in cs35l41_gpio_config()
1233 return irq_pol; in cs35l41_gpio_config()
Dcs35l36.c1709 int ret, irq_pol, chip_irq_pol, i; in cs35l36_i2c_probe() local
1853 irq_pol = irqd_get_trigger_type(irq_d); in cs35l36_i2c_probe()
1855 switch (irq_pol) { in cs35l36_i2c_probe()
1865 dev_err(cs35l36->dev, "Invalid IRQ polarity: %d\n", irq_pol); in cs35l36_i2c_probe()
1875 IRQF_ONESHOT | irq_pol, "cs35l36", in cs35l36_i2c_probe()
Dwm8962.c3054 int irq_pol = 0; in wm8962_mic_work() local
3061 irq_pol |= WM8962_MICD_IRQ_POL; in wm8962_mic_work()
3066 irq_pol |= WM8962_MICSCD_IRQ_POL; in wm8962_mic_work()
3074 WM8962_MICD_IRQ_POL, irq_pol); in wm8962_mic_work()
3613 int ret, i, irq_pol, trigger; in wm8962_i2c_probe() local
3783 irq_pol = WM8962_IRQ_POL; in wm8962_i2c_probe()
3786 irq_pol = 0; in wm8962_i2c_probe()
3790 WM8962_IRQ_POL, irq_pol); in wm8962_i2c_probe()
Dwm8903.c1989 unsigned int val, irq_pol; in wm8903_i2c_probe() local
2118 irq_pol = WM8903_IRQ_POL; in wm8903_i2c_probe()
2121 irq_pol = 0; in wm8903_i2c_probe()
2125 WM8903_IRQ_POL, irq_pol); in wm8903_i2c_probe()
Dcs35l41.c1185 int irq_pol = 0; in cs35l41_probe() local
1290 irq_pol = cs35l41_gpio_config(cs35l41->regmap, &cs35l41->hw_cfg); in cs35l41_probe()
1297 IRQF_ONESHOT | IRQF_SHARED | irq_pol, in cs35l41_probe()
/sound/pci/hda/
Dcs35l41_hda.c1095 int irq, irq_pol; in cs35l41_hda_apply_properties() local
1138 irq_pol = cs35l41_gpio_config(cs35l41->regmap, hw_cfg); in cs35l41_hda_apply_properties()
1142 IRQF_ONESHOT | IRQF_SHARED | irq_pol, in cs35l41_hda_apply_properties()
1154 IRQF_ONESHOT | IRQF_SHARED | irq_pol, in cs35l41_hda_apply_properties()