OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:usb_interface
(Results
1 - 3
of
3
) sorted by null
/external/libusb-compat/libusb/
usb.h
149
struct
usb_interface
{
struct
167
struct
usb_interface
*interface;
core.c
367
static void clear_interface(struct
usb_interface
*iface)
446
static int copy_interface(struct
usb_interface
*dest,
477
size_t alloc_size = sizeof(struct
usb_interface
) * num_interfaces;
/external/libusb-compat/examples/
testlibusb.c
39
void print_interface(struct
usb_interface
*interface)
Completed in 55 milliseconds