Searched refs:xhci_command (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/drivers/usb/host/ |
| H A D | xhci.h | 531 struct xhci_command { struct 587 struct xhci_command *free_streams_command; 1322 struct xhci_command *command; 1540 struct xhci_command *current_cmd; 1838 struct xhci_command *xhci_alloc_command(struct xhci_hcd *xhci, 1840 struct xhci_command *xhci_alloc_command_with_ctx(struct xhci_hcd *xhci, 1844 struct xhci_command *command); 1900 int xhci_queue_slot_control(struct xhci_hcd *xhci, struct xhci_command *cmd, 1917 struct xhci_command *cmd, dma_addr_t in_ctx_ptr, u32 slot_id, 1921 int xhci_queue_reset_ep(struct xhci_hcd *xhci, struct xhci_command *cmd, [all …]
|
| H A D | xhci-ring.c | 63 static int queue_command(struct xhci_hcd *xhci, struct xhci_command *cmd, 443 return list_first_entry_or_null(&xhci->cmd_list, struct xhci_command, in xhci_next_queued_cmd() 453 struct xhci_command *cur_cmd) in xhci_handle_stopped_cmd_ring() 455 struct xhci_command *i_cmd; in xhci_handle_stopped_cmd_ring() 696 struct xhci_command *cmd; in xhci_move_dequeue_past_td() 958 struct xhci_command *command; in xhci_reset_halted_ep() 1186 struct xhci_command *command; in xhci_handle_cmd_stop_ep() 1700 struct xhci_command *cur_cmd, *tmp_cmd; in xhci_cleanup_command_queue() 1793 struct xhci_command *cmd; in handle_cmd_completion() 1910 struct xhci_command, cmd_list); in handle_cmd_completion() [all …]
|
| H A D | xhci.c | 568 struct xhci_command *command; in xhci_run() 1464 struct xhci_command *command; in xhci_check_ep0_maxpacket() 1678 struct xhci_command *command; in xhci_urb_dequeue() 2811 struct xhci_command *command; in xhci_stop_endpoint_sync() 2850 struct xhci_command *command, in xhci_configure_endpoint() 2976 struct xhci_command *command; in xhci_check_bandwidth() 3468 struct xhci_command *config_cmd; in xhci_alloc_streams() 3635 struct xhci_command *command; in xhci_free_streams() 3982 struct xhci_command *command; in xhci_disable_slot() 4058 struct xhci_command *command; in xhci_alloc_dev() [all …]
|
| H A D | xhci-mem.c | 1699 struct xhci_command *xhci_alloc_command(struct xhci_hcd *xhci, in xhci_alloc_command() 1702 struct xhci_command *command; in xhci_alloc_command() 1727 struct xhci_command *xhci_alloc_command_with_ctx(struct xhci_hcd *xhci, in xhci_alloc_command_with_ctx() 1730 struct xhci_command *command; in xhci_alloc_command_with_ctx() 1752 struct xhci_command *command) in xhci_free_command()
|
| H A D | xhci-hub.c | 461 struct xhci_command *cmd; in xhci_stop_device() 481 struct xhci_command *command; in xhci_stop_device()
|