OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:usb_set_altinterface
(Results
1 - 4
of
4
) sorted by null
/external/libusb-compat/libusb/
usbi.h
54
* which is used for
usb_set_altinterface
(). we clone the buggy behaviour
usb.h
314
int
usb_set_altinterface
(usb_dev_handle *dev, int alternate);
core.c
719
API_EXPORTED int
usb_set_altinterface
(usb_dev_handle *dev, int alternate)
function
/external/libusb_aah/libusb/os/
openbsd_usb.c
379
if (ioctl(dpriv->fd,
USB_SET_ALTINTERFACE
, &intf) < 0)
Completed in 2989 milliseconds