USB_FIND_INTERFACE
Section: (9)
Updated: 13 April 2004
Index
Return to Main Contents
NAME
usb_find_interface - find usb_interface pointer for driver and device
SYNOPSIS
struct usb_interface * usb_find_interface (struct usb_driver * drv, int minor);
ARGUMENTS
- drv
-
the driver whose current configuration is considered
- minor
-
the minor number of the desired device
DESCRIPTION
This walks the driver device list and returns a pointer to the interface
with the matching minor. Note, this only works for devices that share the
USB major number.
ABOUT THIS DOCUMENT
This documentation was generated with kernel version 2.6.1.
Index
- NAME
-
- SYNOPSIS
-
- ARGUMENTS
-
- DESCRIPTION
-
- ABOUT THIS DOCUMENT
-
This document was created by
man2html,
using the manual pages.
Time: 11:22:03 GMT, April 13, 2004