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; 1319 struct xhci_command *command; 1540 struct xhci_command *current_cmd; 1829 struct xhci_command *xhci_alloc_command(struct xhci_hcd *xhci, 1831 struct xhci_command *xhci_alloc_command_with_ctx(struct xhci_hcd *xhci, 1835 struct xhci_command *command); 1891 int xhci_queue_slot_control(struct xhci_hcd *xhci, struct xhci_command *cmd, 1893 int xhci_queue_address_device(struct xhci_hcd *xhci, struct xhci_command *cmd, 1895 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, 385 static struct xhci_command *xhci_next_queued_cmd(struct xhci_hcd *xhci) in xhci_next_queued_cmd() 387 return list_first_entry_or_null(&xhci->cmd_list, struct xhci_command, in xhci_next_queued_cmd() 397 struct xhci_command *cur_cmd) in xhci_handle_stopped_cmd_ring() 399 struct xhci_command *i_cmd; in xhci_handle_stopped_cmd_ring() 640 struct xhci_command *cmd; in xhci_move_dequeue_past_td() 903 struct xhci_command *command; in xhci_reset_halted_ep() 1131 struct xhci_command *command; in xhci_handle_cmd_stop_ep() 1553 static void xhci_handle_cmd_enable_slot(int slot_id, struct xhci_command *command, in xhci_handle_cmd_enable_slot() 1654 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 | 568 struct xhci_command *command; in xhci_run() 1454 struct usb_device *udev, struct xhci_command *command, 1467 struct xhci_command *command; in xhci_check_ep0_maxpacket() 1681 struct xhci_command *command; in xhci_urb_dequeue() 2814 struct xhci_command *command; in xhci_stop_endpoint_sync() 2853 struct xhci_command *command, in xhci_configure_endpoint() 2979 struct xhci_command *command; in xhci_check_bandwidth() 3170 struct xhci_command *stop_cmd, *cfg_cmd; in xhci_endpoint_reset() 3471 struct xhci_command *config_cmd; in xhci_alloc_streams() 3638 struct xhci_command *command; in xhci_free_streams() [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()
|