Home
last modified time | relevance | path

Searched defs:darwin_device (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/libusb/libusb/os/
H A Ddarwin_usb.h79 #define IODEVICE0(darwin_device, version) ((IOUSBDeviceInterface ## version **)(darwin_device)) argument
80 #define IODEVICE_V(darwin_device, version) IODEVICE0(darwin_device, version) argument
H A Ddarwin_usb.c1032 usb_device_t darwin_device = dev->device; in darwin_check_configuration() local
1650 static IOReturn darwin_get_interface (usb_device_t darwin_device, uint8_t ifc, io_service_t *usbInt… in darwin_get_interface()