HomeSort by relevance Sort by last modified time
    Searched refs:usbi_os_backend (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/third_party/libusb/src/libusb/
libusbi.h 493 struct usbi_os_backend { struct
    [all...]
core.c 45 const struct usbi_os_backend * const usbi_backend = &linux_usbfs_backend;
47 const struct usbi_os_backend * const usbi_backend = &darwin_backend;
49 const struct usbi_os_backend * const usbi_backend = &openbsd_backend;
51 const struct usbi_os_backend * const usbi_backend = &windows_backend;
53 const struct usbi_os_backend * const usbi_backend = &wince_backend;
    [all...]
  /external/libusb/libusb/
libusbi.h 344 struct usbi_os_backend { struct
804 extern const struct usbi_os_backend * const usbi_backend;
806 extern const struct usbi_os_backend linux_usbfs_backend;
807 extern const struct usbi_os_backend darwin_backend;
core.c 36 const struct usbi_os_backend * const usbi_backend = &linux_usbfs_backend;
38 const struct usbi_os_backend * const usbi_backend = &darwin_backend;
    [all...]
  /external/chromium_org/third_party/libusb/src/libusb/os/
openbsd_usb.c 90 const struct usbi_os_backend openbsd_backend = {
wince_usb.c 973 const struct usbi_os_backend wince_backend = {
    [all...]
darwin_usb.c     [all...]
linux_usbfs.c     [all...]
windows_usb.c     [all...]
  /external/libusb/libusb/os/
darwin_usb.c     [all...]
linux_usbfs.c     [all...]

Completed in 69 milliseconds