Searched refs:irq (Results 1 – 9 of 9) sorted by relevance
| /pciutils/lib/ |
| H A D | emulated.c | 118 val = (d->irq >= 0 && d->irq <= 0xff) ? d->irq : 0; in pci_emulated_read()
|
| H A D | rt-thread-smart-dm.c | 83 &d->irq, in rt_thread_smart_dm_scan()
|
| H A D | pci.h | 147 int irq; /* IRQ number */ member
|
| H A D | proc.c | 81 &d->irq, in proc_scan()
|
| H A D | generic.c | 142 d->irq = pci_read_byte(d, PCI_INTERRUPT_LINE); in pci_generic_fill_info()
|
| H A D | win32-cfgmgr32.c | 1185 d->irq = last_shared_irq; in fill_resources() 1187 d->irq = last_irq; in fill_resources()
|
| H A D | sysfs.c | 384 d->irq = sysfs_get_value(d, "irq", 1); in sysfs_fill_info()
|
| /pciutils/ |
| H A D | lspci.c | 901 if (int_pin || p->irq) in show_verbose() 903 (int_pin ? 'A' + int_pin - 1 : '?'), p->irq); in show_verbose() 934 if (p->irq) in show_verbose() 935 printf(", IRQ " PCIIRQ_FMT, p->irq); in show_verbose()
|
| H A D | example.c | 29 dev->device_class, dev->irq, c, (long) dev->base_addr[0]); in main()
|