Lines Matching refs:sprintf

2282 		ret = sprintf(str, "Drop:");  in xhci_decode_ctrl_ctx()
2284 ret += sprintf(str + ret, " %d%s", in xhci_decode_ctrl_ctx()
2287 ret += sprintf(str + ret, ", "); in xhci_decode_ctrl_ctx()
2291 ret += sprintf(str + ret, "Add:%s%s", in xhci_decode_ctrl_ctx()
2296 ret += sprintf(str + ret, " %d%s", in xhci_decode_ctrl_ctx()
2315 ret = sprintf(str, "RS %05x %s%s%s Ctx Entries %d MEL %d us Port# %d/%d", in xhci_decode_slot_context()
2344 ret += sprintf(str + ret, " [TT Slot %d Port# %d TTT %d Intr %d] Addr %d State %s", in xhci_decode_slot_context()
2393 ret = sprintf(str, "0x%08x ", portsc); in xhci_decode_portsc()
2398 ret += sprintf(str + ret, "%s %s %s Link:%s PortSpeed:%d ", in xhci_decode_portsc()
2406 ret += sprintf(str + ret, "OverCurrent "); in xhci_decode_portsc()
2408 ret += sprintf(str + ret, "In-Reset "); in xhci_decode_portsc()
2410 ret += sprintf(str + ret, "Change: "); in xhci_decode_portsc()
2412 ret += sprintf(str + ret, "CSC "); in xhci_decode_portsc()
2414 ret += sprintf(str + ret, "PEC "); in xhci_decode_portsc()
2416 ret += sprintf(str + ret, "WRC "); in xhci_decode_portsc()
2418 ret += sprintf(str + ret, "OCC "); in xhci_decode_portsc()
2420 ret += sprintf(str + ret, "PRC "); in xhci_decode_portsc()
2422 ret += sprintf(str + ret, "PLC "); in xhci_decode_portsc()
2424 ret += sprintf(str + ret, "CEC "); in xhci_decode_portsc()
2426 ret += sprintf(str + ret, "CAS "); in xhci_decode_portsc()
2428 ret += sprintf(str + ret, "Wake: "); in xhci_decode_portsc()
2430 ret += sprintf(str + ret, "WCE "); in xhci_decode_portsc()
2432 ret += sprintf(str + ret, "WDE "); in xhci_decode_portsc()
2434 ret += sprintf(str + ret, "WOE "); in xhci_decode_portsc()
2443 ret = sprintf(str, " 0x%08x", usbsts); in xhci_decode_usbsts()
2449 ret += sprintf(str + ret, " HCHalted"); in xhci_decode_usbsts()
2451 ret += sprintf(str + ret, " HSE"); in xhci_decode_usbsts()
2453 ret += sprintf(str + ret, " EINT"); in xhci_decode_usbsts()
2455 ret += sprintf(str + ret, " PCD"); in xhci_decode_usbsts()
2457 ret += sprintf(str + ret, " SSS"); in xhci_decode_usbsts()
2459 ret += sprintf(str + ret, " RSS"); in xhci_decode_usbsts()
2461 ret += sprintf(str + ret, " SRE"); in xhci_decode_usbsts()
2463 ret += sprintf(str + ret, " CNR"); in xhci_decode_usbsts()
2465 ret += sprintf(str + ret, " HCE"); in xhci_decode_usbsts()
2480 sprintf(str, "Command Ring %d", doorbell); in xhci_decode_doorbell()
2483 ret = sprintf(str, "Slot %d ", slot); in xhci_decode_doorbell()
2485 ret = sprintf(str + ret, "ep%d%s", in xhci_decode_doorbell()
2489 ret = sprintf(str + ret, "Reserved %d", ep); in xhci_decode_doorbell()
2491 ret = sprintf(str + ret, "Vendor Defined %d", ep); in xhci_decode_doorbell()
2493 ret = sprintf(str + ret, " Stream %d", stream); in xhci_decode_doorbell()
2575 ret = sprintf(str, "State %s mult %d max P. Streams %d %s", in xhci_decode_ep_context()
2579 ret += sprintf(str + ret, "interval %d us max ESIT payload %d CErr %d ", in xhci_decode_ep_context()
2582 ret += sprintf(str + ret, "Type %s %sburst %d maxp %d deq %016llx ", in xhci_decode_ep_context()
2586 ret += sprintf(str + ret, "avg trb len %d", avg); in xhci_decode_ep_context()