OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:get_device_list
(Results
1 - 8
of
8
) sorted by null
/external/libusb/libusb/
libusbi.h
415
int (*
get_device_list
)(struct libusb_context *ctx,
member in struct:usbi_os_backend
459
* during
get_device_list
enumeration. Alternatively, you may be able
483
* during
get_device_list
enumeration. You may also have to keep track
506
* during
get_device_list
enumeration.
699
* destroyed. It should free any resources allocated in the
get_device_list
core.c
605
r = usbi_backend->
get_device_list
(ctx, &discdevs);
[
all
...]
/external/chromium_org/third_party/libusb/src/libusb/
libusbi.h
571
int (*
get_device_list
)(struct libusb_context *ctx,
member in struct:usbi_os_backend
632
* during
get_device_list
enumeration. Alternatively, you may be able
656
* during
get_device_list
enumeration. You may also have to keep track
679
* during
get_device_list
enumeration.
888
* destroyed. It should free any resources allocated in the
get_device_list
[
all
...]
core.c
683
r = usbi_backend->
get_device_list
(ctx, &discdevs);
[
all
...]
/external/libusb/libusb/os/
darwin_usb.c
[
all
...]
linux_usbfs.c
[
all
...]
/external/chromium_org/third_party/libusb/src/libusb/os/
darwin_usb.c
[
all
...]
linux_usbfs.c
[
all
...]
Completed in 34 milliseconds