Lines Matching refs:status
260 int status;
265 status = event->status;
271 status & DEPEVT_STATUS_SHORT ? 'S' : 's',
272 status & DEPEVT_STATUS_IOC ? 'I' : 'i',
273 status & DEPEVT_STATUS_LST ? 'L' : 'l');
283 status & DEPEVT_STATUS_SHORT ? 'S' : 's',
284 status & DEPEVT_STATUS_IOC ? 'I' : 'i',
285 status & DEPEVT_STATUS_LST ? 'M' : 'm');
291 status & DEPEVT_STATUS_TRANSFER_ACTIVE ?
296 int phase = DEPEVT_STATUS_CONTROL_PHASE(event->status);
313 status = event->status;
315 switch (status) {
384 static inline const char *dwc3_ep_cmd_status_string(int status)
386 switch (status) {
400 static inline const char *dwc3_gadget_generic_cmd_status_string(int status)
402 switch (status) {