Query: usb_hcd_pci_probe
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
USB_HCD_PCI_PROBE(9) Host Controller APIs USB_HCD_PCI_PROBE(9)NAMEusb_hcd_pci_probe - initialize PCI-based HCDsSYNOPSISint usb_hcd_pci_probe(struct pci_dev * dev, const struct pci_device_id * id);ARGUMENTSdev USB Host Controller being probed id pci hotplug id connecting controller to HCD frameworkCONTEXT!in_interruptDESCRIPTIONAllocates basic PCI resources for this USB host controller, and then invokes the start method for the HCD associated with it through the hotplug entry's driver_data. Store this function in the HCD's struct pci_driver as probe.RETURN0 if successful.COPYRIGHTKernel Hackers Manual 3.10 June 2014 USB_HCD_PCI_PROBE(9)