Home
last modified time | relevance | path

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

/linux-6.15/drivers/usb/host/
H A Dxhci-ring.c244 xhci_warn(xhci, "Link TRB loop at enqueue\n"); in inc_enq_past_link()
1091 xhci_warn(xhci, in xhci_invalidate_cancelled_tds()
1821 xhci_warn(xhci, in handle_cmd_completion()
1992 xhci_warn(xhci, in handle_port_status()
2045 xhci_warn(xhci, "xHC is not running.\n"); in handle_port_status()
2737 xhci_warn(xhci, in handle_tx_event()
2744 xhci_warn(xhci, in handle_tx_event()
2750 xhci_warn(xhci, in handle_tx_event()
2755 xhci_warn(xhci, in handle_tx_event()
2793 xhci_warn(xhci, in handle_tx_event()
[all …]
H A Dxhci.c146 xhci_warn(xhci, "Host halt failed, %d\n", ret); in xhci_halt()
937 xhci_warn(xhci, "WARN: xHC CMD_RUN timeout\n"); in xhci_suspend()
968 xhci_warn(xhci, "WARN: xHC save state timeout\n"); in xhci_suspend()
1945 xhci_warn(xhci, "Trying to add endpoint 0x%x " in xhci_add_endpoint()
2490 xhci_warn(xhci, "Not enough bandwidth. " in xhci_check_bw_table()
2882 xhci_warn(xhci, "Not enough host resources, " in xhci_configure_endpoint()
2892 xhci_warn(xhci, "Not enough bandwidth\n"); in xhci_configure_endpoint()
3423 xhci_warn(xhci, "WARN Can't disable streams for " in xhci_calculate_no_streams_bitmask()
3519 xhci_warn(xhci, "WARN: endpoints can't handle " in xhci_alloc_streams()
3887 xhci_warn(xhci, "Unknown completion code %u for " in xhci_discover_or_reset_device()
[all …]
H A Dxhci-mem.c947 xhci_warn(xhci, "Bad Slot ID %d\n", slot_id); in xhci_alloc_virt_device()
1072 xhci_warn(xhci, "Slot ID %d is not assigned to this device\n", in xhci_setup_addressable_virt_dev()
1145 xhci_warn(xhci, "WARN: Didn't find a matching TT\n"); in xhci_setup_addressable_virt_dev()
2093 xhci_warn(xhci, "Port was marked as USB %u, duplicated as USB %u\n", in xhci_add_in_port()
2214 xhci_warn(xhci, "No ports on the roothubs?\n"); in xhci_setup_port_arrays()
2269 xhci_warn(xhci, "Failed to allocate interrupter event ring\n"); in xhci_alloc_interrupter()
2276 xhci_warn(xhci, "Failed to allocate interrupter erst\n"); in xhci_alloc_interrupter()
2293 xhci_warn(xhci, "Can't add interrupter %d, max interrupters %d\n", in xhci_add_interrupter()
2299 xhci_warn(xhci, "Interrupter %d\n already set up", intr_num); in xhci_add_interrupter()
2364 xhci_warn(xhci, "Failed to set interrupter %d moderation to %uns\n", in xhci_create_secondary_interrupter()
[all …]
H A Dxhci-hub.c519 xhci_warn(xhci, "Timeout while waiting for stop endpoint command\n"); in xhci_stop_device()
1008 xhci_warn(xhci, "Port resume timed out, port %d-%d: 0x%x\n", in xhci_handle_usb2_port_link_resume()
1338 xhci_warn(xhci, "USB core suspending port %d-%d not in U0/U1/U2\n", in xhci_hub_control()
1344 xhci_warn(xhci, "slot_id is zero\n"); in xhci_hub_control()
1410 xhci_warn(xhci, "Can't set compliance mode when port is connected\n"); in xhci_hub_control()
1428 xhci_warn(xhci, "Cannot set port %d-%d link state %d\n", in xhci_hub_control()
1970 xhci_warn(xhci, "port %d-%d resume PLC timeout\n", in xhci_bus_resume()
H A Dxhci.h1736 #define xhci_warn(xhci, fmt, args...) \ macro