Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/host/
Dxhci-ring.c387 xhci_warn(xhci, in xhci_triad_to_transfer_ring()
397 xhci_warn(xhci, in xhci_triad_to_transfer_ring()
454 xhci_warn(xhci, "WARN can't find new dequeue state " in xhci_find_new_dequeue_state()
650 xhci_warn(xhci, "Stop endpoint command " in xhci_handle_cmd_stop_ep()
691 xhci_warn(xhci, "WARN Cancelled URB %p " in xhci_handle_cmd_stop_ep()
855 xhci_warn(xhci, "xHCI host not responding to stop endpoint command.\n"); in xhci_stop_endpoint_command_watchdog()
856 xhci_warn(xhci, "Assuming host is dying, halting host.\n"); in xhci_stop_endpoint_command_watchdog()
876 xhci_warn(xhci, "Non-responsive xHCI host is not halting.\n"); in xhci_stop_endpoint_command_watchdog()
877 xhci_warn(xhci, "Completing active URBs anyway.\n"); in xhci_stop_endpoint_command_watchdog()
971 xhci_warn(xhci, "WARN Set TR deq ptr command for freed stream ID %u\n", in xhci_handle_cmd_set_deq()
[all …]
Dxhci.c119 xhci_warn(xhci, "Host not halted after %u microseconds.\n", in xhci_halt()
170 xhci_warn(xhci, "Host controller not halted, aborting reset.\n"); in xhci_reset()
947 xhci_warn(xhci, "WARN: xHC CMD_RUN timeout\n"); in xhci_suspend()
962 xhci_warn(xhci, "WARN: xHC save state timeout\n"); in xhci_suspend()
1029 xhci_warn(xhci, "WARN: xHC restore state timeout\n"); in xhci_resume()
1294 xhci_warn(xhci, "%s: Could not get input context, bad type.\n", in xhci_check_maxpacket()
1418 xhci_warn(xhci, "WARN: Can't enqueue URB while bulk ep " in xhci_urb_enqueue()
1423 xhci_warn(xhci, "WARN: Can't enqueue URB while bulk ep " in xhci_urb_enqueue()
1488 xhci_warn(xhci, in xhci_urb_to_transfer_ring()
1498 xhci_warn(xhci, in xhci_urb_to_transfer_ring()
[all …]
Dxhci-mem.c943 xhci_warn(xhci, "Slot %u endpoint %u " in xhci_free_virt_device()
975 xhci_warn(xhci, "Bad Slot ID %d\n", slot_id); in xhci_alloc_virt_device()
1100 xhci_warn(xhci, "Slot ID %d is not assigned to this device\n", in xhci_setup_addressable_virt_dev()
1176 xhci_warn(xhci, "WARN: Didn't find a matching TT\n"); in xhci_setup_addressable_virt_dev()
1911 xhci_warn(xhci, "WARN: %s TRB math test %d failed!\n", in xhci_test_trb_in_td()
1913 xhci_warn(xhci, "Tested TRB math w/ seg %p and " in xhci_test_trb_in_td()
1917 xhci_warn(xhci, "starting TRB %p (0x%llx DMA), " in xhci_test_trb_in_td()
1921 xhci_warn(xhci, "Expected seg %p, got seg %p\n", in xhci_test_trb_in_td()
2060 xhci_warn(xhci, "WARN something wrong with SW event ring " in xhci_set_hc_event_deq()
2083 xhci_warn(xhci, "Ignoring unknown port speed, " in xhci_add_in_port()
[all …]
Dxhci-hub.c309 xhci_warn(xhci, "Timeout while waiting for stop endpoint command\n"); in xhci_stop_device()
649 xhci_warn(xhci, "Port resume took longer than %i msec, port status = 0x%x\n", in xhci_get_port_status()
826 xhci_warn(xhci, "USB core suspending device " in xhci_hub_control()
834 xhci_warn(xhci, "slot_id is zero\n"); in xhci_hub_control()
885 xhci_warn(xhci, "Cannot set link state.\n"); in xhci_hub_control()
Dxhci-dbg.c557 xhci_warn(xhci, "Could not get input context, bad type.\n"); in xhci_dbg_ctx()
Dxhci.h1617 #define xhci_warn(xhci, fmt, args...) \ macro