Searched refs:xhci_warn (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/drivers/usb/host/ |
D | xhci-ring.c | 452 xhci_warn(xhci, in xhci_triad_to_transfer_ring() 462 xhci_warn(xhci, in xhci_triad_to_transfer_ring() 532 xhci_warn(xhci, "WARN can't find new dequeue state " in xhci_find_new_dequeue_state() 703 xhci_warn(xhci, "Stop endpoint command " in xhci_handle_cmd_stop_ep() 749 xhci_warn(xhci, "WARN Cancelled URB %p " in xhci_handle_cmd_stop_ep() 954 xhci_warn(xhci, "xHCI host not responding to stop endpoint command.\n"); in xhci_stop_endpoint_command_watchdog() 1042 xhci_warn(xhci, "WARN Set TR deq ptr command for freed stream ID %u\n", in xhci_handle_cmd_set_deq() 1059 xhci_warn(xhci, "WARN Set TR Deq Ptr cmd invalid because of stream ID configuration\n"); in xhci_handle_cmd_set_deq() 1062 xhci_warn(xhci, "WARN Set TR Deq Ptr cmd failed due to incorrect slot or ep state.\n"); in xhci_handle_cmd_set_deq() 1071 xhci_warn(xhci, "WARN Set TR Deq Ptr cmd failed because slot %u was not enabled.\n", in xhci_handle_cmd_set_deq() [all …]
|
D | xhci.c | 122 xhci_warn(xhci, "Host halt failed, %d\n", ret); in xhci_halt() 177 xhci_warn(xhci, "Host not accessible, reset failed.\n"); in xhci_reset() 182 xhci_warn(xhci, "Host controller not halted, aborting reset.\n"); in xhci_reset() 1013 xhci_warn(xhci, "WARN: xHC CMD_RUN timeout\n"); in xhci_suspend() 1028 xhci_warn(xhci, "WARN: xHC save state timeout\n"); in xhci_suspend() 1103 xhci_warn(xhci, "WARN: xHC restore state timeout\n"); in xhci_resume() 1373 xhci_warn(xhci, "%s: Could not get input context, bad type.\n", in xhci_check_maxpacket() 1476 xhci_warn(xhci, "WARN: Can't enqueue URB, ep in streams transition state %x\n", in xhci_urb_enqueue() 1482 xhci_warn(xhci, "Can't enqueue URB while manually clearing toggle\n"); in xhci_urb_enqueue() 1709 xhci_warn(xhci, "%s: Could not get input context, bad type.\n", in xhci_drop_endpoint() [all …]
|
D | xhci-mem.c | 910 xhci_warn(xhci, "Slot %u endpoint %u " in xhci_free_virt_device() 980 xhci_warn(xhci, "Bad Slot ID %d\n", slot_id); in xhci_alloc_virt_device() 1104 xhci_warn(xhci, "Slot ID %d is not assigned to this device\n", in xhci_setup_addressable_virt_dev() 1184 xhci_warn(xhci, "WARN: Didn't find a matching TT\n"); in xhci_setup_addressable_virt_dev() 1946 xhci_warn(xhci, "WARN: %s TRB math test %d failed!\n", in xhci_test_trb_in_td() 1948 xhci_warn(xhci, "Tested TRB math w/ seg %p and " in xhci_test_trb_in_td() 1952 xhci_warn(xhci, "starting TRB %p (0x%llx DMA), " in xhci_test_trb_in_td() 1956 xhci_warn(xhci, "Expected seg %p, got seg %p\n", in xhci_test_trb_in_td() 2095 xhci_warn(xhci, "WARN something wrong with SW event ring " in xhci_set_hc_event_deq() 2129 xhci_warn(xhci, "Ignoring unknown port speed, " in xhci_add_in_port() [all …]
|
D | xhci-hub.c | 440 xhci_warn(xhci, "Timeout while waiting for stop endpoint command\n"); in xhci_stop_device() 936 xhci_warn(xhci, "Port resume took longer than %i msec, port status = 0x%x\n", in xhci_get_port_status() 1138 xhci_warn(xhci, "USB core suspending device not in U0/U1/U2.\n"); in xhci_hub_control() 1145 xhci_warn(xhci, "slot_id is zero\n"); in xhci_hub_control() 1210 xhci_warn(xhci, "Can't set compliance mode when port is connected\n"); in xhci_hub_control() 1229 xhci_warn(xhci, "Cannot set port %d link state %d\n", in xhci_hub_control() 1665 xhci_warn(xhci, "port %d resume PLC timeout\n", in xhci_bus_resume()
|
D | xhci-dbgcap.c | 620 xhci_warn(xhci, "tx error %d detected\n", comp_code); in dbc_handle_xfer_event() 638 xhci_warn(xhci, "no matched request\n"); in dbc_handle_xfer_event()
|
D | xhci-dbgtty.c | 121 xhci_warn(xhci, "unexpected write complete status %d\n", in dbc_write_complete()
|
D | xhci.h | 1911 #define xhci_warn(xhci, fmt, args...) \ macro
|