Home
last modified time | relevance | path

Searched refs:xhci_warn (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.10/drivers/usb/host/
Dxhci-ring.c465 xhci_warn(xhci, in xhci_triad_to_transfer_ring()
475 xhci_warn(xhci, in xhci_triad_to_transfer_ring()
545 xhci_warn(xhci, "WARN can't find new dequeue state " in xhci_find_new_dequeue_state()
562 xhci_warn(xhci, "Can't find new dequeue state, missing cur_td\n"); in xhci_find_new_dequeue_state()
705 xhci_warn(xhci, "WARN Wrong bounce buffer read length: %zu != %d\n", in xhci_unmap_td_bounce_buffer()
736 xhci_warn(xhci, "Stop endpoint command " in xhci_handle_cmd_stop_ep()
782 xhci_warn(xhci, "WARN Cancelled URB %p " in xhci_handle_cmd_stop_ep()
989 xhci_warn(xhci, "xHCI host not responding to stop endpoint command.\n"); in xhci_stop_endpoint_command_watchdog()
990 xhci_warn(xhci, "USBSTS:%s\n", xhci_decode_usbsts(usbsts)); in xhci_stop_endpoint_command_watchdog()
1079 xhci_warn(xhci, "WARN Set TR deq ptr command for freed stream ID %u\n", in xhci_handle_cmd_set_deq()
[all …]
Dxhci.c120 xhci_warn(xhci, "Host halt failed, %d\n", ret); in xhci_halt()
175 xhci_warn(xhci, "Host not accessible, reset failed.\n"); in xhci_reset()
180 xhci_warn(xhci, "Host controller not halted, aborting reset.\n"); in xhci_reset()
1020 xhci_warn(xhci, "WARN: xHC CMD_RUN timeout\n"); in xhci_suspend()
1051 xhci_warn(xhci, "WARN: xHC save state timeout\n"); in xhci_suspend()
1118 xhci_warn(xhci, "Controller not ready at resume %d\n", in xhci_resume()
1139 xhci_warn(xhci, "WARN: xHC restore state timeout\n"); in xhci_resume()
1426 xhci_warn(xhci, "%s: Could not get input context, bad type.\n", in xhci_check_maxpacket()
1533 xhci_warn(xhci, "WARN: Can't enqueue URB, ep in streams transition state %x\n", in xhci_urb_enqueue()
1539 xhci_warn(xhci, "Can't enqueue URB while manually clearing toggle\n"); in xhci_urb_enqueue()
[all …]
Dxhci-mem.c919 xhci_warn(xhci, "Slot %u endpoint %u " in xhci_free_virt_device()
989 xhci_warn(xhci, "Bad Slot ID %d\n", slot_id); in xhci_alloc_virt_device()
1113 xhci_warn(xhci, "Slot ID %d is not assigned to this device\n", in xhci_setup_addressable_virt_dev()
1193 xhci_warn(xhci, "WARN: Didn't find a matching TT\n"); in xhci_setup_addressable_virt_dev()
1965 xhci_warn(xhci, "WARN: %s TRB math test %d failed!\n", in xhci_test_trb_in_td()
1967 xhci_warn(xhci, "Tested TRB math w/ seg %p and " in xhci_test_trb_in_td()
1971 xhci_warn(xhci, "starting TRB %p (0x%llx DMA), " in xhci_test_trb_in_td()
1975 xhci_warn(xhci, "Expected seg %p, got seg %p\n", in xhci_test_trb_in_td()
2114 xhci_warn(xhci, "WARN something wrong with SW event ring " in xhci_set_hc_event_deq()
2149 xhci_warn(xhci, "Ignoring unknown port speed, " in xhci_add_in_port()
[all …]
Dxhci-hub.c449 xhci_warn(xhci, "Timeout while waiting for stop endpoint command\n"); in xhci_stop_device()
893 xhci_warn(xhci, "Port resume timed out, port %d-%d: 0x%x\n", in xhci_handle_usb2_port_link_resume()
1216 xhci_warn(xhci, "USB core suspending port %d-%d not in U0/U1/U2\n", in xhci_hub_control()
1224 xhci_warn(xhci, "slot_id is zero\n"); in xhci_hub_control()
1291 xhci_warn(xhci, "Can't set compliance mode when port is connected\n"); in xhci_hub_control()
1310 xhci_warn(xhci, "Cannot set port %d-%d link state %d\n", in xhci_hub_control()
1840 xhci_warn(xhci, "port %d-%d resume PLC timeout\n", in xhci_bus_resume()
Dxhci.h1944 #define xhci_warn(xhci, fmt, args...) \ macro