Searched refs:USB_DT_SS_EP_COMP_SIZE (Results 1 – 3 of 3) sorted by relevance
230 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()
259 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()
270 #define USB_DT_SS_EP_COMP_SIZE 6 macro