Searched refs:chip_irq (Results 1 - 10 of 10) sorted by relevance

/drivers/mfd/
H A Dtps65910-irq.c152 return irq_set_irq_wake(tps65910->chip_irq, enable);
186 tps65910->chip_irq = irq;
229 if (tps65910->chip_irq)
230 free_irq(tps65910->chip_irq, tps65910);
H A Dda9052-spi.c38 da9052->chip_irq = spi->irq;
H A Dda9052-i2c.c63 da9052->chip_irq = client->irq;
H A Drc5t583-irq.c248 return irq_set_irq_wake(rc5t583->chip_irq, on);
382 rc5t583->chip_irq = irq;
405 if (rc5t583->chip_irq)
406 free_irq(rc5t583->chip_irq, rc5t583);
H A Dtps65912-irq.c188 tps65912->chip_irq = irq;
222 free_irq(tps65912->chip_irq, tps65912);
H A Dda9052-core.c659 ret = regmap_add_irq_chip(da9052->regmap, da9052->chip_irq,
666 desc = irq_to_desc(da9052->chip_irq);
684 regmap_del_irq_chip(da9052->chip_irq,
H A Dwm8350-irq.c498 wm8350->chip_irq = irq;
553 free_irq(wm8350->chip_irq, wm8350);
/drivers/net/irda/
H A Dsmsc-ircc2.c703 unsigned char config, chip_dma, chip_irq; local
708 chip_irq = (config & IRCC_INTERFACE_IRQ_MASK) >> 4;
718 if (irq != chip_irq)
720 driver_name, chip_irq, irq);
723 self->io.irq = chip_irq;
/drivers/scsi/
H A Dadvansys.c12434 unsigned int chip_irq = ((cfg_lsw >> 2) & 0x03) + 10; local
12435 if (chip_irq == 13)
12436 chip_irq = 15;
12437 return chip_irq;
12511 unsigned int chip_irq = ((cfg_lsw >> 2) & 0x07) + 9; local
12512 if ((chip_irq < 10) || (chip_irq == 13) || (chip_irq > 15))
12514 return chip_irq;
12601 unsigned int chip_irq local
[all...]
/drivers/net/hamradio/
H A Dscc.c631 int chip_irq = (long) dev_id; local
668 if (ctrl->irq != chip_irq)

Completed in 189 milliseconds