usb_driver_release_interface(9) suse man page | unix.com

Man Page: usb_driver_release_interface

Operating Environment: suse

Section: 9

USB_DRIVER_RELEASE_I(9) 					   USB Core APIs					   USB_DRIVER_RELEASE_I(9)

NAME
usb_driver_release_interface - unbind a driver from an interface
SYNOPSIS
void usb_driver_release_interface(struct usb_driver * driver, struct usb_interface * iface);
ARGUMENTS
driver the driver to be unbound iface the interface from which it will be unbound
DESCRIPTION
This 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.
COPYRIGHT
Kernel Hackers Manual 2.6. July 2010 USB_DRIVER_RELEASE_I(9)
Related Man Pages
usb_poison_urb(9) - centos
struct_usb_device_driver(9) - centos
usb_queue_reset_device(9) - centos
struct_usb_device_driver(9) - suse
usb_queue_reset_device(9) - suse
Similar Topics in the Unix Linux Community
How to restrict user to a specific directory in solaris 10
Change directory error
Grant unprivileged user rights to see the output of echo|format but not modify disks
Docker learning Phase-I
Shopt -s histappend