Searched refs:xhci_command (Results 1 – 5 of 5) sorted by relevance
| /Linux-v6.6/drivers/usb/host/ |
| D | xhci.h | 810 struct xhci_command { struct 862 struct xhci_command *free_streams_command; 1584 struct xhci_command *command; 1812 struct xhci_command *current_cmd; 2107 struct xhci_command *xhci_alloc_command(struct xhci_hcd *xhci, 2109 struct xhci_command *xhci_alloc_command_with_ctx(struct xhci_hcd *xhci, 2113 struct xhci_command *command); 2161 int xhci_queue_slot_control(struct xhci_hcd *xhci, struct xhci_command *cmd, 2163 int xhci_queue_address_device(struct xhci_hcd *xhci, struct xhci_command *cmd, 2165 int xhci_queue_vendor_command(struct xhci_hcd *xhci, struct xhci_command *cmd, [all …]
|
| D | xhci-ring.c | 61 static int queue_command(struct xhci_hcd *xhci, struct xhci_command *cmd, 374 static struct xhci_command *xhci_next_queued_cmd(struct xhci_hcd *xhci) in xhci_next_queued_cmd() 376 return list_first_entry_or_null(&xhci->cmd_list, struct xhci_command, in xhci_next_queued_cmd() 386 struct xhci_command *cur_cmd) in xhci_handle_stopped_cmd_ring() 388 struct xhci_command *i_cmd; in xhci_handle_stopped_cmd_ring() 627 struct xhci_command *cmd; in xhci_move_dequeue_past_td() 908 struct xhci_command *command; in xhci_reset_halted_ep() 1098 struct xhci_command *command; in xhci_handle_cmd_stop_ep() 1464 struct xhci_command *command, u32 cmd_comp_code) in xhci_handle_cmd_enable_slot() 1565 static void xhci_complete_del_and_free_cmd(struct xhci_command *cmd, u32 status) in xhci_complete_del_and_free_cmd() [all …]
|
| D | xhci.c | 535 struct xhci_command *command; in xhci_run() 1400 struct usb_device *udev, struct xhci_command *command, 1415 struct xhci_command *command; in xhci_check_maxpacket() 1637 struct xhci_command *command; in xhci_urb_dequeue() 2754 struct xhci_command *command, in xhci_configure_endpoint() 2880 struct xhci_command *command; in xhci_check_bandwidth() 3068 struct xhci_command *stop_cmd, *cfg_cmd; in xhci_endpoint_reset() 3351 struct xhci_command *config_cmd; in xhci_alloc_streams() 3518 struct xhci_command *command; in xhci_free_streams() 3651 struct xhci_command *reset_device_cmd; in xhci_discover_or_reset_device() [all …]
|
| D | xhci-mem.c | 1710 struct xhci_command *xhci_alloc_command(struct xhci_hcd *xhci, in xhci_alloc_command() 1713 struct xhci_command *command; in xhci_alloc_command() 1736 struct xhci_command *xhci_alloc_command_with_ctx(struct xhci_hcd *xhci, in xhci_alloc_command_with_ctx() 1739 struct xhci_command *command; in xhci_alloc_command_with_ctx() 1761 struct xhci_command *command) in xhci_free_command()
|
| D | xhci-hub.c | 492 struct xhci_command *cmd; in xhci_stop_device() 512 struct xhci_command *command; in xhci_stop_device()
|