Home
last modified time | relevance | path

Searched refs:USB_REQ_SYNCH_FRAME (Results 1 – 5 of 5) sorted by relevance

/rk3399_rockchip-uboot/drivers/usb/gadget/
H A Dep0.c441 case USB_REQ_SYNCH_FRAME: /* XXX should never see this (?) */ in ep0_recv_setup()
495 case USB_REQ_SYNCH_FRAME: /* XXX should never see this (?) */ in ep0_recv_setup()
592 case USB_REQ_SYNCH_FRAME: /* XXX should never see this (?) */ in ep0_recv_setup()
H A Dfotg210.c432 case USB_REQ_SYNCH_FRAME: in fotg210_setup()
/rk3399_rockchip-uboot/include/
H A Dusb_defs.h146 #define USB_REQ_SYNCH_FRAME 0x0C macro
H A Dusbdevice.h266 #define USB_REQ_SYNCH_FRAME 0x0C macro
268 #define USBD_DEVICE_REQUESTS(x) (((unsigned int)x <= USB_REQ_SYNCH_FRAME) ? usbd_device_requests[x]…
/rk3399_rockchip-uboot/include/linux/usb/
H A Dch9.h91 #define USB_REQ_SYNCH_FRAME 0x0C macro