Searched refs:stage (Results 1 - 7 of 7) sorted by relevance

/fuchsia/zircon/system/dev/usb/dwc3/
H A Ddwc3-ep0.c100 void dwc3_ep0_xfer_not_ready(dwc3_t* dwc, unsigned ep_num, unsigned stage) { argument
105 if (stage == DEPEVT_XFER_NOT_READY_STAGE_DATA ||
106 stage == DEPEVT_XFER_NOT_READY_STAGE_STATUS) {
113 if (ep_num == EP0_IN && stage == DEPEVT_XFER_NOT_READY_STAGE_DATA) {
121 if (ep_num == EP0_OUT && stage == DEPEVT_XFER_NOT_READY_STAGE_DATA) {
H A Ddwc3.h148 void dwc3_ep_xfer_not_ready(dwc3_t* dwc, unsigned ep_num, unsigned stage);
156 void dwc3_ep0_xfer_not_ready(dwc3_t* dwc, unsigned ep_num, unsigned stage);
H A Ddwc3-endpoints.c281 void dwc3_ep_xfer_not_ready(dwc3_t* dwc, unsigned ep_num, unsigned stage) { argument
285 dwc3_ep0_xfer_not_ready(dwc, ep_num, stage);
/fuchsia/zircon/system/uapp/psutils/
H A Dkstats.c147 char stage[MAX_FORMAT_SIZE_LEN + 8]; local
148 snprintf(stage, sizeof(stage), "%*s ", width, buf);
150 strlcat(line, stage, sizeof(line));
/fuchsia/zircon/system/dev/audio/intel-hda/codecs/realtek/
H A Drealtek-stream.cpp439 zx_status_t RealtekStream::UpdateSetupProgressLocked(uint32_t stage) { argument
441 ZX_DEBUG_ASSERT(!(setup_progress_ & stage));
443 setup_progress_ |= stage;
H A Drealtek-stream.h151 zx_status_t UpdateSetupProgressLocked(uint32_t stage) __TA_REQUIRES(obj_lock());
/fuchsia/zircon/make/
H A Dengine.mk697 # Modules are added earlier before the recurse stage, so just print the info here

Completed in 92 milliseconds