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

  /external/u-boot/drivers/usb/gadget/
ep0.c 530 if (le16_to_cpu (request->wValue) == USB_ENDPOINT_HALT) {
at91_udc.c 991 tmp = (1 << USB_ENDPOINT_HALT);
1002 if (w_value != USB_ENDPOINT_HALT || tmp >= NUM_ENDPOINTS)
1021 if (w_value != USB_ENDPOINT_HALT || tmp >= NUM_ENDPOINTS)
    [all...]
dwc2_udc_otg_xfer_dma.c 1172 if (usb_ctrl->wValue == USB_ENDPOINT_HALT) {
1249 if (usb_ctrl->wValue == USB_ENDPOINT_HALT) {
    [all...]
atmel_usba_udc.c 709 if (crq->wValue == cpu_to_le16(USB_ENDPOINT_HALT))
  /external/u-boot/include/linux/usb/
ch9.h 156 #define USB_ENDPOINT_HALT 0 /* IN/OUT will STALL */
  /external/u-boot/include/
usbdevice.h 341 #define USB_ENDPOINT_HALT 0x00
  /external/u-boot/drivers/usb/dwc3/
ep0.c 368 usb_status = 1 << USB_ENDPOINT_HALT;
474 case USB_ENDPOINT_HALT:
  /external/u-boot/drivers/usb/musb-new/
musb_gadget_ep0.c 248 ctrlrequest->wValue != USB_ENDPOINT_HALT)
412 ctrlrequest->wValue != USB_ENDPOINT_HALT)
  /bionic/libc/kernel/uapi/linux/usb/
ch9.h 93 #define USB_ENDPOINT_HALT 0
  /external/kernel-headers/original/uapi/linux/usb/
ch9.h 173 #define USB_ENDPOINT_HALT 0 /* IN/OUT will STALL */
    [all...]

Completed in 255 milliseconds