Lines Matching refs:sprintf

174 		sprintf(str, "Disconnect: [%s]",  in dwc3_gadget_event_string()
178 sprintf(str, "Reset [%s]", dwc3_gadget_link_string(state)); in dwc3_gadget_event_string()
181 sprintf(str, "Connection Done [%s]", in dwc3_gadget_event_string()
185 sprintf(str, "Link Change [%s]", in dwc3_gadget_event_string()
189 sprintf(str, "WakeUp [%s]", dwc3_gadget_link_string(state)); in dwc3_gadget_event_string()
192 sprintf(str, "End-Of-Frame [%s]", in dwc3_gadget_event_string()
196 sprintf(str, "Start-Of-Frame [%s]", in dwc3_gadget_event_string()
200 sprintf(str, "Erratic Error [%s]", in dwc3_gadget_event_string()
204 sprintf(str, "Command Complete [%s]", in dwc3_gadget_event_string()
208 sprintf(str, "Overflow [%s]", dwc3_gadget_link_string(state)); in dwc3_gadget_event_string()
211 sprintf(str, "UNKNOWN"); in dwc3_gadget_event_string()
221 sprintf(str, "Get Interface Status(Intf = %d, Length = %d)", in dwc3_decode_get_status()
225 sprintf(str, "Get Endpoint Status(ep%d%s)", in dwc3_decode_get_status()
237 sprintf(str, "%s Device Feature(%s%s)", in dwc3_decode_set_clear_feature()
285 sprintf(str, "%s Interface Feature(%s)", in dwc3_decode_set_clear_feature()
291 sprintf(str, "%s Endpoint Feature(%s ep%d%s)", in dwc3_decode_set_clear_feature()
302 sprintf(str, "Set Address(Addr = %02x)", v); in dwc3_decode_set_address()
308 sprintf(str, "%s %s Descriptor(Index = %d, Length = %d)", in dwc3_decode_get_set_descriptor()
369 sprintf(str, "Get Configuration(Length = %d)", l); in dwc3_decode_get_configuration()
374 sprintf(str, "Set Configuration(Config = %d)", v); in dwc3_decode_set_configuration()
379 sprintf(str, "Get Interface(Intf = %d, Length = %d)", i, l); in dwc3_decode_get_intf()
384 sprintf(str, "Set Interface(Intf = %d, Alt.Setting = %d)", i, v); in dwc3_decode_set_intf()
389 sprintf(str, "Synch Frame(Endpoint = %d, Length = %d)", i, l); in dwc3_decode_synch_frame()
394 sprintf(str, "Set SEL(Length = %d)", l); in dwc3_decode_set_sel()
399 sprintf(str, "Set Isochronous Delay(Delay = %d ns)", v); in dwc3_decode_set_isoch_delay()
447 sprintf(str, "%02x %02x %02x %02x %02x %02x %02x %02x", in dwc3_decode_ctrl()
473 ret = sprintf(str, "ep%d%s: ", epnum >> 1, in dwc3_ep_event_string()
483 sprintf(str + len, "Transfer Complete (%c%c%c)", in dwc3_ep_event_string()
491 sprintf(str + len, " [%s]", dwc3_ep0_state_string(ep0state)); in dwc3_ep_event_string()
496 sprintf(str + len, "Transfer In Progress [%d] (%c%c%c)", in dwc3_ep_event_string()
505 sprintf(str + len, "Transfer Not Ready [%d]%s", in dwc3_ep_event_string()
531 sprintf(str + ret, " Stream %d Found", in dwc3_ep_event_string()
545 sprintf(str, "UNKNOWN"); in dwc3_ep_event_string()