Searched refs:PNP_IRQ_NR (Results 1 - 9 of 9) sorted by path

/linux-master/drivers/pnp/
H A Dbase.h35 #define PNP_IRQ_NR 256 macro
36 typedef struct { DECLARE_BITMAP(bits, PNP_IRQ_NR); } pnp_irq_mask_t;
H A Dinterface.c74 for (i = 0; i < PNP_IRQ_NR; i++)
86 if (bitmap_empty(irq->map.bits, PNP_IRQ_NR))
H A Dmanager.c154 if (bitmap_empty(rule->map.bits, PNP_IRQ_NR)) {
161 res->start = find_next_bit(rule->map.bits, PNP_IRQ_NR, 16);
162 if (res->start < PNP_IRQ_NR) {
H A Dquirks.c81 bitmap_zero(irq->map.bits, PNP_IRQ_NR);
H A Dresource.c671 if (start < PNP_IRQ_NR &&
H A Dsupport.c144 if (bitmap_empty(irq->map.bits, PNP_IRQ_NR))
148 for (i = 0; i < PNP_IRQ_NR; i++)
/linux-master/drivers/pnp/isapnp/
H A Dcore.c421 bitmap_zero(map.bits, PNP_IRQ_NR);
/linux-master/drivers/pnp/pnpacpi/
H A Drsparser.c314 bitmap_zero(map.bits, PNP_IRQ_NR);
331 bitmap_zero(map.bits, PNP_IRQ_NR);
334 if (p->interrupts[i] < PNP_IRQ_NR)
339 p->interrupts[i], PNP_IRQ_NR);
/linux-master/drivers/pnp/pnpbios/
H A Drsparser.c272 bitmap_zero(map.bits, PNP_IRQ_NR);

Completed in 253 milliseconds