Searched refs:xhci_command (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.4/drivers/usb/host/ |
| D | xhci.h | 801 struct xhci_command { struct 853 struct xhci_command *free_streams_command; 1551 struct xhci_command *command; 1778 struct xhci_command *current_cmd; 1790 struct xhci_command *lpm_command; 2032 struct xhci_command *xhci_alloc_command(struct xhci_hcd *xhci, 2034 struct xhci_command *xhci_alloc_command_with_ctx(struct xhci_hcd *xhci, 2038 struct xhci_command *command); 2076 int xhci_queue_slot_control(struct xhci_hcd *xhci, struct xhci_command *cmd, 2078 int xhci_queue_address_device(struct xhci_hcd *xhci, struct xhci_command *cmd, [all …]
|
| D | xhci-ring.c | 293 static struct xhci_command *xhci_next_queued_cmd(struct xhci_hcd *xhci) in xhci_next_queued_cmd() 295 return list_first_entry_or_null(&xhci->cmd_list, struct xhci_command, in xhci_next_queued_cmd() 305 struct xhci_command *cur_cmd) in xhci_handle_stopped_cmd_ring() 307 struct xhci_command *i_cmd; in xhci_handle_stopped_cmd_ring() 1153 struct xhci_command *command; in xhci_handle_cmd_reset_ep() 1176 struct xhci_command *command, u32 cmd_comp_code) in xhci_handle_cmd_enable_slot() 1298 static void xhci_complete_del_and_free_cmd(struct xhci_command *cmd, u32 status) in xhci_complete_del_and_free_cmd() 1312 struct xhci_command *cur_cmd, *tmp_cmd; in xhci_cleanup_command_queue() 1380 struct xhci_command *cmd; in handle_cmd_completion() 1400 cmd = list_first_entry(&xhci->cmd_list, struct xhci_command, cmd_list); in handle_cmd_completion() [all …]
|
| D | xhci.c | 681 struct xhci_command *command; in xhci_run() 1376 struct usb_device *udev, struct xhci_command *command, 1391 struct xhci_command *command; in xhci_check_maxpacket() 1611 struct xhci_command *command; in xhci_urb_dequeue() 2745 struct xhci_command *command, in xhci_configure_endpoint() 2871 struct xhci_command *command; in xhci_check_bandwidth() 3136 struct xhci_command *stop_cmd, *cfg_cmd; in xhci_endpoint_reset() 3407 struct xhci_command *config_cmd; in xhci_alloc_streams() 3570 struct xhci_command *command; in xhci_free_streams() 3703 struct xhci_command *reset_device_cmd; in xhci_discover_or_reset_device() [all …]
|
| D | xhci-mem.c | 1732 struct xhci_command *xhci_alloc_command(struct xhci_hcd *xhci, in xhci_alloc_command() 1735 struct xhci_command *command; in xhci_alloc_command() 1758 struct xhci_command *xhci_alloc_command_with_ctx(struct xhci_hcd *xhci, in xhci_alloc_command_with_ctx() 1761 struct xhci_command *command; in xhci_alloc_command_with_ctx() 1783 struct xhci_command *command) in xhci_free_command()
|
| D | xhci-hub.c | 382 struct xhci_command *cmd; in xhci_stop_device() 402 struct xhci_command *command; in xhci_stop_device()
|