Searched refs:xhci_command (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/usb/host/ |
| H A D | xhci.h | 528 struct xhci_command { struct 584 struct xhci_command *free_streams_command; 1326 struct xhci_command *command; 1545 struct xhci_command *current_cmd; 1845 struct xhci_command *xhci_alloc_command(struct xhci_hcd *xhci, 1847 struct xhci_command *xhci_alloc_command_with_ctx(struct xhci_hcd *xhci, 1851 struct xhci_command *command); 1913 int xhci_queue_slot_control(struct xhci_hcd *xhci, struct xhci_command *cmd, 1915 int xhci_queue_address_device(struct xhci_hcd *xhci, struct xhci_command *cmd, 1917 int xhci_queue_vendor_command(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, 442 static struct xhci_command *xhci_next_queued_cmd(struct xhci_hcd *xhci) in xhci_next_queued_cmd() 444 return list_first_entry_or_null(&xhci->cmd_list, struct xhci_command, in xhci_next_queued_cmd() 454 struct xhci_command *cur_cmd) in xhci_handle_stopped_cmd_ring() 456 struct xhci_command *i_cmd; in xhci_handle_stopped_cmd_ring() 696 struct xhci_command *cmd; in xhci_move_dequeue_past_td() 963 struct xhci_command *command; in xhci_reset_halted_ep() 1191 struct xhci_command *command; in xhci_handle_cmd_stop_ep() 1590 static void xhci_handle_cmd_enable_slot(int slot_id, struct xhci_command *command, in xhci_handle_cmd_enable_slot() 1696 static void xhci_complete_del_and_free_cmd(struct xhci_command *cmd, u32 comp_code, u32 comp_param) in xhci_complete_del_and_free_cmd() [all …]
|
| H A D | xhci.c | 670 struct xhci_command *command; in xhci_run() 1540 struct usb_device *udev, struct xhci_command *command, 1553 struct xhci_command *command; in xhci_check_ep0_maxpacket() 1767 struct xhci_command *command; in xhci_urb_dequeue() 2900 struct xhci_command *command; in xhci_stop_endpoint_sync() 2962 struct xhci_command *command, in xhci_configure_endpoint() 3088 struct xhci_command *command; in xhci_check_bandwidth() 3208 struct xhci_command *cmd; in xhci_get_port_bandwidth() 3315 struct xhci_command *stop_cmd, *cfg_cmd; in xhci_endpoint_reset() 3616 struct xhci_command *config_cmd; in xhci_alloc_streams() [all …]
|
| H A D | xhci-mem.c | 1730 struct xhci_command *xhci_alloc_command(struct xhci_hcd *xhci, in xhci_alloc_command() 1733 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()
|
| H A D | xhci-hub.c | 461 struct xhci_command *cmd; in xhci_stop_device() 481 struct xhci_command *command; in xhci_stop_device()
|