Man Page: usb_create_shared_hcd
Operating Environment: centos
Section: 9
USB_CREATE_SHARED_HC(9) Host Controller APIs USB_CREATE_SHARED_HC(9)NAMEusb_create_shared_hcd - create and initialize an HCD structureSYNOPSISstruct usb_hcd * usb_create_shared_hcd(const struct hc_driver * driver, struct device * dev, const char * bus_name, struct usb_hcd * primary_hcd);ARGUMENTSdriver HC driver that will use this hcd dev device for this HC, stored in hcd->self.controller bus_name value to store in hcd->self.bus_name primary_hcd a pointer to the usb_hcd structure that is sharing the PCI device. Only allocate certain resources for the primary HCDCONTEXT!in_interruptDESCRIPTIONAllocate a struct usb_hcd, with extra space at the end for the HC driver's private data. Initialize the generic members of the hcd structure.RETURNOn success, a pointer to the created and initialized HCD structure. On failure (e.g. if memory is unavailable), NULL.COPYRIGHTKernel Hackers Manual 3.10 June 2014 USB_CREATE_SHARED_HC(9)
| Related Man Pages |
|---|
| device_create(9) - centos |
| struct_bus_type(9) - centos |
| struct_class(9) - centos |
| struct_usb_device_driver(9) - suse |
| struct_usb_gadget(9) - suse |
| Similar Topics in the Unix Linux Community |
|---|
| DB2 convert digits to binary format |
| Docker learning Phase-I |
| Unsure why access time on a directory change isn't changing |
| Controlling user input |
| Please Welcome Dave Munro to the Moderator Team! |