Query: usb_driver_release_interface
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
USB_DRIVER_RELEASE_I(9) USB Core APIs USB_DRIVER_RELEASE_I(9)NAMEusb_driver_release_interface - unbind a driver from an interfaceSYNOPSISvoid usb_driver_release_interface(struct usb_driver * driver, struct usb_interface * iface);ARGUMENTSdriver the driver to be unbound iface the interface from which it will be unboundDESCRIPTIONThis can be used by drivers to release an interface without waiting for their disconnect methods to be called. In typical cases this also causes the driver disconnect method to be called. This call is synchronous, and may not be used in an interrupt context. Callers must own the device lock, so driver disconnect entries don't need extra locking, but other call contexts may need to explicitly claim that lock.COPYRIGHTKernel Hackers Manual 3.10 June 2014 USB_DRIVER_RELEASE_I(9)
Related Man Pages |
---|
usb_poison_urb(9) - centos |
struct_usb_driver(9) - centos |
usb_queue_reset_device(9) - centos |
struct_usb_device_driver(9) - suse |
struct_usb_interface(9) - suse |
Similar Topics in the Unix Linux Community |
---|
Is UNIX an open source OS ? |
Weird 'find' results |
Best performance UNIX just for HOST Virtualization? |
Shopt -s histappend |
CentOS 6 ran out of space, need to reclaim it |