OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:setintf
(Results
1 - 1
of
1
) sorted by null
/external/libusb/libusb/os/
linux_usbfs.c
1169
struct usbfs_setinterface
setintf
;
local
1172
setintf
.interface = iface;
1173
setintf
.altsetting = altsetting;
1174
r = ioctl(fd, IOCTL_USBFS_SETINTF, &
setintf
);
1182
"
setintf
failed error %d errno %d", r, errno);
[
all
...]
Completed in 80 milliseconds