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

  /external/libusb/libusb/os/
darwin_usb.h 75 #define usb_device_t IOUSBDeviceInterface320 macro
81 #define usb_device_t IOUSBDeviceInterface300 macro
87 #define usb_device_t IOUSBDeviceInterface245 macro
93 #define usb_device_t IOUSBDeviceInterface197 macro
99 #define usb_device_t IOUSBDeviceInterface187 macro
105 #define usb_device_t IOUSBDeviceInterface182 macro
123 usb_device_t **device;
darwin_usb.c 151 static usb_device_t **usb_get_next_device (io_iterator_t deviceIterator, UInt32 *locationp) {
153 usb_device_t **device;
187 static kern_return_t darwin_get_device (uint32_t dev_location, usb_device_t ***darwin_device) {
403 usb_device_t **device = NULL;
438 static int process_new_device (struct libusb_context *ctx, usb_device_t **device, UInt32 locationID, struct discovered_devs **_discdevs) {
555 usb_device_t **device;
580 usb_device_t **darwin_device;
729 static int darwin_get_interface (usb_device_t **darwin_device, uint8_t ifc, io_service_t *usbInterfacep) {
    [all...]
  /external/libsepol/tests/policies/test-cond/
refpolicy-base.conf 840 type usb_device_t;
1209 typeattribute usb_device_t device_node;
1210 allow usb_device_t fs_t:filesystem associate;
1211 allow usb_device_t tmpfs_t:filesystem associate;
1212 allow usb_device_t tmp_t:filesystem associate;
    [all...]

Completed in 174 milliseconds