table of contents
PCI_DEV_PRESENT(9) | Hardware Interfaces | PCI_DEV_PRESENT(9) |
NAME¶
pci_dev_present - Returns 1 if device matching the device list is present, 0 if not.
SYNOPSIS¶
int pci_dev_present(const struct pci_device_id * ids);
ARGUMENTS¶
ids
DESCRIPTION¶
Obvious fact: You do not have a reference to any device that might be found by this function, so if that device is removed from the system right after this function is finished, the value will be stale. Use this function to find devices that are usually built into a system, or for a general hint as to if another device happens to be present at this specific moment in time.
COPYRIGHT¶
June 2017 | Kernel Hackers Manual 4.9. |