Searched refs:PNP_IRQ_NR (Results 1 – 9 of 9) sorted by relevance
/linux-5.19.10/drivers/pnp/ |
D | support.c | 144 if (bitmap_empty(irq->map.bits, PNP_IRQ_NR)) in dbg_pnp_show_option() 148 for (i = 0; i < PNP_IRQ_NR; i++) in dbg_pnp_show_option()
|
D | base.h | 35 #define PNP_IRQ_NR 256 macro 36 typedef struct { DECLARE_BITMAP(bits, PNP_IRQ_NR); } pnp_irq_mask_t;
|
D | manager.c | 154 if (bitmap_empty(rule->map.bits, PNP_IRQ_NR)) { in pnp_assign_irq() 161 res->start = find_next_bit(rule->map.bits, PNP_IRQ_NR, 16); in pnp_assign_irq() 162 if (res->start < PNP_IRQ_NR) { in pnp_assign_irq()
|
D | interface.c | 74 for (i = 0; i < PNP_IRQ_NR; i++) in pnp_print_irq() 86 if (bitmap_empty(irq->map.bits, PNP_IRQ_NR)) in pnp_print_irq()
|
D | quirks.c | 81 bitmap_zero(irq->map.bits, PNP_IRQ_NR); in quirk_cmi8330_resources()
|
D | resource.c | 670 if (start < PNP_IRQ_NR && in pnp_possible_config()
|
/linux-5.19.10/drivers/pnp/pnpacpi/ |
D | rsparser.c | 313 bitmap_zero(map.bits, PNP_IRQ_NR); in pnpacpi_parse_irq_option() 330 bitmap_zero(map.bits, PNP_IRQ_NR); in pnpacpi_parse_ext_irq_option() 333 if (p->interrupts[i] < PNP_IRQ_NR) in pnpacpi_parse_ext_irq_option() 338 p->interrupts[i], PNP_IRQ_NR); in pnpacpi_parse_ext_irq_option()
|
/linux-5.19.10/drivers/pnp/pnpbios/ |
D | rsparser.c | 272 bitmap_zero(map.bits, PNP_IRQ_NR); in pnpbios_parse_irq_option()
|
/linux-5.19.10/drivers/pnp/isapnp/ |
D | core.c | 421 bitmap_zero(map.bits, PNP_IRQ_NR); in isapnp_parse_irq_resource()
|