Query: usb_find_interface
OS: suse
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
USB_FIND_INTERFACE(9) USB Core APIs USB_FIND_INTERFACE(9)NAMEusb_find_interface - find usb_interface pointer for driver and deviceSYNOPSISstruct usb_interface * usb_find_interface(struct usb_driver * drv, int minor);ARGUMENTSdrv the driver whose current configuration is considered minor the minor number of the desired deviceDESCRIPTIONThis walks the bus device list and returns a pointer to the interface with the matching minor and driver. Note, this only works for devices that share the USB major number.COPYRIGHTKernel Hackers Manual 2.6. July 2010 USB_FIND_INTERFACE(9)