Man Page: usb_find_interface
Operating Environment: centos
Section: 9
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.RETURNA pointer to the interface with the matching major and minor.COPYRIGHTKernel Hackers Manual 3.10 June 2014 USB_FIND_INTERFACE(9)
| Related Man Pages |
|---|
| clone(7) - hpux |
| autopush(1m) - linux |
| autopush(1m) - x11r4 |
| autopush(1m) - plan9 |
| autopush(1m) - v7 |
| Similar Topics in the Unix Linux Community |
|---|
| Is UNIX an open source OS ? |
| How to increment version inside a file? |
| DB2 convert digits to binary format |
| Tar Command |
| Docker learning Phase-I |