Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci-ring.c179 xhci_warn(xhci, "Missing link TRB at end of segment\n"); in inc_deq()
191 xhci_warn(xhci, "Ring is an endless link TRB loop\n"); in inc_deq()
272 xhci_warn(xhci, "%s: Ring link TRB loop\n", __func__); in inc_enq()
492 xhci_warn(xhci, "Invalid slot_id %u\n", slot_id); in xhci_get_virt_ep()
496 xhci_warn(xhci, "Invalid endpoint index %u\n", ep_index); in xhci_get_virt_ep()
500 xhci_warn(xhci, "No xhci virt device for slot_id %u\n", slot_id); in xhci_get_virt_ep()
519 xhci_warn(xhci, "Invalid stream_id %u request for slot_id %u ep_index %u\n", in xhci_virt_ep_to_ring()
592 xhci_warn(xhci, "WARN can't find new dequeue, invalid stream ID %u\n", in xhci_move_dequeue_past_td()
611 xhci_warn(xhci, "Can't find new dequeue state, missing td\n"); in xhci_move_dequeue_past_td()
676 xhci_warn(xhci, "Can't find dma of new dequeue ptr\n"); in xhci_move_dequeue_past_td()
[all …]
H A Dxhci.c119 xhci_warn(xhci, "Host halt failed, %d\n", ret); in xhci_halt()
174 xhci_warn(xhci, "Host not accessible, reset failed.\n"); in xhci_reset()
179 xhci_warn(xhci, "Host controller not halted, aborting reset.\n"); in xhci_reset()
1037 xhci_warn(xhci, "WARN: xHC CMD_RUN timeout\n"); in xhci_suspend()
1068 xhci_warn(xhci, "WARN: xHC save state timeout\n"); in xhci_suspend()
1138 xhci_warn(xhci, "Controller not ready at resume %d\n", in xhci_resume()
1159 xhci_warn(xhci, "WARN: xHC restore state timeout\n"); in xhci_resume()
1171 xhci_warn(xhci, "xHC error in resume, USBSTS 0x%x, Reinit\n", temp); in xhci_resume()
1454 xhci_warn(xhci, "%s: Could not get input context, bad type.\n", in xhci_check_maxpacket()
1569 xhci_warn(xhci, "WARN: Can't enqueue URB, ep in streams transition state %x\n", in xhci_urb_enqueue()
[all …]
H A Dxhci-mem.c1053 xhci_warn(xhci, "Bad Slot ID %d\n", slot_id); in xhci_alloc_virt_device()
1181 xhci_warn(xhci, "Slot ID %d is not assigned to this device\n", in xhci_setup_addressable_virt_dev()
1261 xhci_warn(xhci, "WARN: Didn't find a matching TT\n"); in xhci_setup_addressable_virt_dev()
2068 xhci_warn(xhci, "WARN: %s TRB math test %d failed!\n", in xhci_test_trb_in_td()
2070 xhci_warn(xhci, "Tested TRB math w/ seg %p and " in xhci_test_trb_in_td()
2074 xhci_warn(xhci, "starting TRB %p (0x%llx DMA), " in xhci_test_trb_in_td()
2078 xhci_warn(xhci, "Expected seg %p, got seg %p\n", in xhci_test_trb_in_td()
2218 xhci_warn(xhci, "WARN something wrong with SW event ring " in xhci_set_hc_event_deq()
2262 xhci_warn(xhci, "Ignoring unknown port speed, " in xhci_add_in_port()
2337 xhci_warn(xhci, "Duplicate port entry, Ext Cap %p," in xhci_add_in_port()
[all …]
H A Dxhci-hub.c450 xhci_warn(xhci, "Timeout while waiting for stop endpoint command\n"); in xhci_stop_device()
457 xhci_warn(xhci, "Sync device context failed, ret=%d\n", ret); in xhci_stop_device()
900 xhci_warn(xhci, "Port resume timed out, port %d-%d: 0x%x\n", in xhci_handle_usb2_port_link_resume()
1226 xhci_warn(xhci, "USB core suspending port %d-%d not in U0/U1/U2\n", in xhci_hub_control()
1234 xhci_warn(xhci, "slot_id is zero\n"); in xhci_hub_control()
1301 xhci_warn(xhci, "Can't set compliance mode when port is connected\n"); in xhci_hub_control()
1320 xhci_warn(xhci, "Cannot set port %d-%d link state %d\n", in xhci_hub_control()
1872 xhci_warn(xhci, "port %d-%d resume PLC timeout\n", in xhci_bus_resume()
H A Dxhci.h1992 #define xhci_warn(xhci, fmt, args...) \ macro