Lines Matching refs:status
262 int status;
267 status = event->status;
273 status & DEPEVT_STATUS_SHORT ? 'S' : 's',
274 status & DEPEVT_STATUS_IOC ? 'I' : 'i',
275 status & DEPEVT_STATUS_LST ? 'L' : 'l');
285 status & DEPEVT_STATUS_SHORT ? 'S' : 's',
286 status & DEPEVT_STATUS_IOC ? 'I' : 'i',
287 status & DEPEVT_STATUS_LST ? 'M' : 'm');
293 status & DEPEVT_STATUS_TRANSFER_ACTIVE ?
298 int phase = DEPEVT_STATUS_CONTROL_PHASE(event->status);
315 status = event->status;
317 switch (status) {
386 static inline const char *dwc3_ep_cmd_status_string(int status)
388 switch (status) {
402 static inline const char *dwc3_gadget_generic_cmd_status_string(int status)
404 switch (status) {