Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/dwc2/
H A Dhcd.h132 #define DWC2_HC_PID_SETUP TSIZ_SC_MC_PID_SETUP macro
H A Dhcd.c1544 if (chan->data_pid_start == DWC2_HC_PID_SETUP) in dwc2_hc_continue_transfer()
2374 chan->data_pid_start = DWC2_HC_PID_SETUP; in dwc2_hc_init_xfer()
2866 chan->data_pid_start == DWC2_HC_PID_SETUP) { in dwc2_queue_transaction()
H A Dhcd_intr.c1329 chan->data_pid_start != DWC2_HC_PID_SETUP) in dwc2_hc_ack_intr()
/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Ddwc2.h747 #define DWC2_HC_PID_SETUP 3 macro
H A Ddwc2.c1073 pid = DWC2_HC_PID_SETUP; in _submit_control_msg()