Home
last modified time | relevance | path

Searched refs:irq (Results 1 – 9 of 9) sorted by relevance

/pciutils/lib/
H A Demulated.c118 val = (d->irq >= 0 && d->irq <= 0xff) ? d->irq : 0; in pci_emulated_read()
H A Drt-thread-smart-dm.c83 &d->irq, in rt_thread_smart_dm_scan()
H A Dpci.h147 int irq; /* IRQ number */ member
H A Dproc.c81 &d->irq, in proc_scan()
H A Dgeneric.c142 d->irq = pci_read_byte(d, PCI_INTERRUPT_LINE); in pci_generic_fill_info()
H A Dwin32-cfgmgr32.c1185 d->irq = last_shared_irq; in fill_resources()
1187 d->irq = last_irq; in fill_resources()
H A Dsysfs.c384 d->irq = sysfs_get_value(d, "irq", 1); in sysfs_fill_info()
/pciutils/
H A Dlspci.c901 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 Dexample.c29 dev->device_class, dev->irq, c, (long) dev->base_addr[0]); in main()