Query: usb_create_hcd
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
USB_CREATE_HCD(9) Host Controller APIs USB_CREATE_HCD(9)NAMEusb_create_hcd - create and initialize an HCD structureSYNOPSISstruct usb_hcd * usb_create_hcd(const struct hc_driver * driver, struct device * dev, const char * bus_name);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_nameCONTEXT!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_HCD(9)
Related Man Pages |
---|
struct_class(9) - centos |
struct_input_polled_dev(9) - centos |
struct_spi_driver(9) - centos |
struct_usb_device_driver(9) - centos |
struct_spi_driver(9) - suse |
Similar Topics in the Unix Linux Community |
---|
Weird 'find' results |
Set hard block limit for user using quota |
Tar Command |
Shopt -s histappend |
Controlling user input |