Home
last modified time | relevance | path

Searched refs:xhci_err (Results 1 - 15 of 15) sorted by relevance

/kernel/linux/linux-6.6/drivers/usb/host/
H A Dxhci-ring.c224 xhci_err(xhci, "Tried to move enqueue past ring segment\n"); in inc_enq()
456 xhci_err(xhci, "Abort failed to stop command ring: %d\n", ret); in xhci_abort_cmd_ring()
694 xhci_err(xhci, "Error: Failed finding new dequeue state\n"); in xhci_move_dequeue_past_td()
924 xhci_err(xhci, "ERROR queuing reset endpoint for slot %d ep_index %d, %d\n", in xhci_reset_halted_ep()
1258 xhci_err(xhci, "xHCI host controller not responding, assume dead\n"); in xhci_hc_died()
1709 xhci_err(xhci, in handle_cmd_completion()
2585 xhci_err(xhci, "ERROR Invalid Transfer event\n"); in handle_tx_event()
2593 xhci_err(xhci, in handle_tx_event()
2620 xhci_err(xhci, "ERROR Transfer event for unknown stream ring slot %u ep %u\n", in handle_tx_event()
2877 xhci_err(xhc in handle_tx_event()
[all...]
H A Dxhci-ext-caps.c39 xhci_err(xhci, "couldn't allocate %s platform device\n", in xhci_create_intel_xhci_sw_pdev()
H A Dxhci-pci.c232 xhci_err(xhci, "No msi-x/msi found and no IRQ in BIOS\n"); in xhci_try_enable_msi()
245 xhci_err(xhci, "request interrupt %d failed\n", in xhci_try_enable_msi()
911 xhci_err(xhci, "No dev for slot_id %d for port %d-%d in U3\n", in xhci_pci_poweroff_late()
H A Dxhci.c152 xhci_err(xhci, "Host took too long to start, " in xhci_start()
1685 xhci_err(xhci, "Canceled URB td not found on endpoint ring"); in xhci_urb_dequeue()
2030 xhci_err(xhci, "ERROR: unexpected command completion code 0x%x.\n", in xhci_configure_endpoint_result()
2080 xhci_err(xhci, "ERROR: unexpected command completion code 0x%x.\n", in xhci_evaluate_context_result()
3953 xhci_err(xhci, "Error while assigning device slot ID: %s\n", in xhci_alloc_dev()
3955 xhci_err(xhci, "Max number of devices this xHCI host supports is %u.\n", in xhci_alloc_dev()
4126 xhci_err(xhci, "Setup ERROR: setup %s command for slot %d.\n", in xhci_setup_device()
4151 xhci_err(xhci, in xhci_setup_device()
H A Dxhci-hub.c741 xhci_err(xhci, "Failed to disable slot %d, %d. Enter test mode anyway\n",
773 xhci_err(xhci, "Not in test mode, do nothing.\n"); in xhci_exit_test_mode()
1280 xhci_err(xhci, "get ext port status invalid parameter\n"); in xhci_hub_control()
H A Dxhci-mtk-sch.c705 xhci_err(xhci, "Not enough bandwidth! (%s)\n", in xhci_mtk_check_bandwidth()
H A Dxhci.h2007 #define xhci_err(xhci, fmt, args...) \ macro
H A Dxhci-mem.c2168 xhci_err(xhci, "No Extended Capability registers, unable to set up roothub\n"); in xhci_setup_port_arrays()
/kernel/linux/linux-5.10/drivers/usb/host/
H A Dxhci-ext-caps.c39 xhci_err(xhci, "couldn't allocate %s platform device\n", in xhci_create_intel_xhci_sw_pdev()
H A Dxhci-ring.c378 xhci_err(xhci, "Abort failed to stop command ring: %d\n", ret); in xhci_abort_cmd_ring()
661 xhci_err(xhci, "Error: Failed finding new dequeue state\n"); in xhci_find_new_dequeue_state()
837 xhci_err(xhci, "ERROR queuing reset endpoint for slot %d ep_index %d, %d\n", in xhci_reset_halted_ep()
1100 xhci_err(xhci, "xHCI host controller not responding, assume dead\n"); in xhci_hc_died()
1610 xhci_err(xhci, in handle_cmd_completion()
2455 xhci_err(xhci, "ERROR Invalid Transfer event\n"); in handle_tx_event()
2464 xhci_err(xhci, in handle_tx_event()
2491 xhci_err(xhci, "ERROR Transfer event for unknown stream ring slot %u ep %u\n", in handle_tx_event()
2753 xhci_err(xhci, in handle_tx_event()
2832 xhci_err(xhc in handle_tx_event()
[all...]
H A Dxhci.c150 xhci_err(xhci, "Host took too long to start, " in xhci_start()
445 xhci_err(xhci, "No msi-x/msi found and no IRQ in BIOS\n"); in xhci_try_enable_msi()
458 xhci_err(xhci, "request interrupt %d failed\n", in xhci_try_enable_msi()
1698 xhci_err(xhci, "Canceled URB td not found on endpoint ring"); in xhci_urb_dequeue()
2051 xhci_err(xhci, "ERROR: unexpected command completion code 0x%x.\n", in xhci_configure_endpoint_result()
2101 xhci_err(xhci, "ERROR: unexpected command completion code 0x%x.\n", in xhci_evaluate_context_result()
4063 xhci_err(xhci, "Error while assigning device slot ID\n"); in xhci_alloc_dev()
4064 xhci_err(xhci, "Max number of devices this xHCI host supports is %u.\n", in xhci_alloc_dev()
4235 xhci_err(xhci, "Setup ERROR: setup %s command for slot %d.\n", in xhci_setup_device()
4262 xhci_err(xhc in xhci_setup_device()
[all...]
H A Dxhci-hub.c636 xhci_err(xhci, "Failed to disable slot %d, %d. Enter test mode anyway\n",
668 xhci_err(xhci, "Not in test mode, do nothing.\n"); in xhci_exit_test_mode()
1175 xhci_err(xhci, "get ext port status invalid parameter\n"); in xhci_hub_control()
H A Dxhci-mtk-sch.c783 xhci_err(xhci, "Not enough bandwidth! (%s)\n", in xhci_mtk_check_bandwidth()
H A Dxhci.h1968 #define xhci_err(xhci, fmt, args...) \ macro
H A Dxhci-mem.c2360 xhci_err(xhci, "No Extended Capability registers, unable to set up roothub\n"); in xhci_setup_port_arrays()

Completed in 42 milliseconds