Home
last modified time | relevance | path

Searched refs:USB_DT_SS_EP_COMP_SIZE (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/modules/adb/client/
H A Dusb_linux.cpp230 bufptr[0] == USB_DT_SS_EP_COMP_SIZE && in find_usb_device()
232 bufptr += USB_DT_SS_EP_COMP_SIZE; in find_usb_device()
237 bufptr[0] == USB_DT_SS_EP_COMP_SIZE && in find_usb_device()
239 bufptr += USB_DT_SS_EP_COMP_SIZE; in find_usb_device()
/aosp12/system/core/fastboot/
H A Dusb_linux.cpp259 USB_DT_SS_ENDPOINT_COMP, USB_DT_SS_EP_COMP_SIZE) == 0) { in filter_usb_device()
260 len -= USB_DT_SS_EP_COMP_SIZE; in filter_usb_device()
261 ptr += USB_DT_SS_EP_COMP_SIZE; in filter_usb_device()
/aosp12/bionic/libc/kernel/uapi/linux/usb/
H A Dch9.h270 #define USB_DT_SS_EP_COMP_SIZE 6 macro