OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:usbdevfs_setinterface
(Results
51 - 54
of
54
) sorted by null
1
2
3
/external/libusb/libusb/os/
linux_usbfs.h
51
/* keep in sync with usbdevice_fs.h:
usbdevfs_setinterface
*/
/external/chromium_org/third_party/libusb/src/libusb/os/
linux_usbfs.h
53
/* keep in sync with usbdevice_fs.h:
usbdevfs_setinterface
*/
/external/qemu/
usb-linux.c
534
struct
usbdevfs_setinterface
si;
539
ret = ioctl(s->fd,
USBDEVFS_SETINTERFACE
, &si);
[
all
...]
/external/strace/linux/
ioctlent.h
562
{"linux/usbdevice_fs.h", "
USBDEVFS_SETINTERFACE
", 0x5504},
[
all
...]
Completed in 851 milliseconds
1
2
3