Searched refs:xhci_warn (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/usb/host/ |
| H A D | xhci-ring.c | 209 xhci_warn(xhci, "Missing link TRB at end of segment\n"); in inc_deq() 221 xhci_warn(xhci, "Ring is an endless link TRB loop\n"); in inc_deq() 266 xhci_warn(xhci, "Link TRB loop at enqueue\n"); in inc_enq_past_link() 613 xhci_warn(xhci, "Invalid slot_id %u\n", slot_id); in xhci_get_virt_ep() 617 xhci_warn(xhci, "Invalid endpoint index %u\n", ep_index); in xhci_get_virt_ep() 621 xhci_warn(xhci, "No xhci virt device for slot_id %u\n", slot_id); in xhci_get_virt_ep() 640 xhci_warn(xhci, "Invalid stream_id %u request for slot_id %u ep_index %u\n", in xhci_virt_ep_to_ring() 710 xhci_warn(xhci, "WARN can't find new dequeue, invalid stream ID %u\n", in xhci_move_dequeue_past_td() 752 xhci_warn(xhci, "Can't find dma of new dequeue ptr\n"); in xhci_move_dequeue_past_td() 753 xhci_warn(xhci, "deq seg = %p, deq ptr = %p\n", new_seg, new_deq); in xhci_move_dequeue_past_td() [all …]
|
| H A D | xhci.c | 138 xhci_warn(xhci, "Host halt failed, %d\n", ret); in xhci_halt() 198 xhci_warn(xhci, "Host not accessible, reset failed.\n"); in xhci_reset() 203 xhci_warn(xhci, "Host controller not halted, aborting reset.\n"); in xhci_reset() 470 xhci_warn(xhci, "Invalid page size register = 0x%x\n", page_size); in xhci_hcd_page_size() 1022 xhci_warn(xhci, "WARN: xHC CMD_RUN timeout\n"); in xhci_suspend() 1053 xhci_warn(xhci, "WARN: xHC save state timeout\n"); in xhci_suspend() 1119 xhci_warn(xhci, "Controller not ready at resume %d\n", in xhci_resume() 1140 xhci_warn(xhci, "WARN: xHC restore state timeout\n"); in xhci_resume() 1152 xhci_warn(xhci, "xHC error in resume, USBSTS 0x%x, Reinit\n", temp); in xhci_resume() 1585 xhci_warn(xhci, "%s: Could not get input context, bad type.\n", in xhci_check_ep0_maxpacket() [all …]
|
| H A D | xhci-mem.c | 976 xhci_warn(xhci, "Bad Slot ID %d\n", slot_id); in xhci_alloc_virt_device() 1101 xhci_warn(xhci, "Slot ID %d is not assigned to this device\n", in xhci_setup_addressable_virt_dev() 1174 xhci_warn(xhci, "WARN: Didn't find a matching TT\n"); in xhci_setup_addressable_virt_dev() 2007 xhci_warn(xhci, "WARN something wrong with SW event ring dequeue ptr.\n"); in xhci_set_hc_event_deq() 2054 xhci_warn(xhci, "Ignoring unknown port speed, Ext Cap %p, revision = 0x%x\n", in xhci_add_in_port() 2132 xhci_warn(xhci, "Duplicate port entry, Ext Cap %p, port %u\n", addr, i); in xhci_add_in_port() 2133 xhci_warn(xhci, "Port was marked as USB %u, duplicated as USB %u\n", in xhci_add_in_port() 2249 xhci_warn(xhci, "No ports on the roothubs?\n"); in xhci_setup_port_arrays() 2304 xhci_warn(xhci, "Failed to allocate interrupter event ring\n"); in xhci_alloc_interrupter() 2311 xhci_warn(xhci, "Failed to allocate interrupter erst\n"); in xhci_alloc_interrupter() [all …]
|
| H A D | xhci-hub.c | 519 xhci_warn(xhci, "Timeout while waiting for stop endpoint command\n"); in xhci_stop_device() 1007 xhci_warn(xhci, "Port resume timed out, port %d-%d: 0x%x\n", in xhci_handle_usb2_port_link_resume() 1337 xhci_warn(xhci, "USB core suspending port %d-%d not in U0/U1/U2\n", in xhci_hub_control() 1343 xhci_warn(xhci, "slot_id is zero\n"); in xhci_hub_control() 1409 xhci_warn(xhci, "Can't set compliance mode when port is connected\n"); in xhci_hub_control() 1427 xhci_warn(xhci, "Cannot set port %d-%d link state %d\n", in xhci_hub_control() 1968 xhci_warn(xhci, "port %d-%d resume PLC timeout\n", in xhci_bus_resume()
|
| H A D | xhci-sideband.c | 429 xhci_warn(xhci, "XHCI sideband for slot %d already in use\n", in xhci_sideband_register()
|
| H A D | xhci.h | 1743 #define xhci_warn(xhci, fmt, args...) \ macro
|