HomeSort by: relevance | last modified time | path
    Searched refs:control_phase (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/external/bsd/dwc2/dist/
dwc2_hcdddma.c 713 qtd->control_phase == DWC2_CONTROL_SETUP)
1109 if (qtd->control_phase == DWC2_CONTROL_DATA) {
1119 } else if (qtd->control_phase == DWC2_CONTROL_STATUS) {
1181 switch (qtd->control_phase) {
1184 qtd->control_phase = DWC2_CONTROL_DATA;
1186 qtd->control_phase = DWC2_CONTROL_STATUS;
1192 qtd->control_phase = DWC2_CONTROL_STATUS;
dwc2_hcd.h 318 * @control_phase: Current phase for control transfers (Setup, Data, or
361 enum dwc2_control_phase control_phase; member in struct:dwc2_qtd
dwc2_hcdintr.c 1063 switch (qtd->control_phase) {
1066 qtd->control_phase = DWC2_CONTROL_DATA;
1068 qtd->control_phase = DWC2_CONTROL_STATUS;
1077 qtd->control_phase = DWC2_CONTROL_STATUS;
dwc2_hcdqueue.c 860 qtd->control_phase = DWC2_CONTROL_SETUP;
dwc2_hcd.c 628 switch (qtd->control_phase) {

Completed in 19 milliseconds