centos man page for pci_add_dynid

Query: pci_add_dynid

OS: centos

Section: 9

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

PCI_ADD_DYNID(9)						Hardware Interfaces						  PCI_ADD_DYNID(9)

NAME
pci_add_dynid - add a new PCI device ID to this driver and re-probe devices
SYNOPSIS
int pci_add_dynid(struct pci_driver * drv, unsigned int vendor, unsigned int device, unsigned int subvendor, unsigned int subdevice, unsigned int class, unsigned int class_mask, unsigned long driver_data);
ARGUMENTS
drv target pci driver vendor PCI vendor ID device PCI device ID subvendor PCI subvendor ID subdevice PCI subdevice ID class PCI class class_mask PCI class mask driver_data private driver data
DESCRIPTION
Adds a new dynamic pci device ID to this driver and causes the driver to probe for all devices again. drv must have been registered prior to calling this function.
CONTEXT
Does GFP_KERNEL allocation.
RETURNS
0 on success, -errno on failure.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 PCI_ADD_DYNID(9)
Related Man Pages
xpci(4) - netbsd
pcie_pci(7d) - opensolaris
pccbb(4) - freebsd
pccbb(4) - plan9
pccbb(4) - centos
Similar Topics in the Unix Linux Community
Best performance UNIX just for HOST Virtualization?
Unsure why access time on a directory change isn't changing
Controlling user input
[TIP] Processing YAML files with yq
Please Welcome Dave Munro to the Moderator Team!