Searched refs:xhci_command (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/usb/host/ |
H A D | xhci.h | 555 struct xhci_command { struct 609 struct xhci_command *free_streams_command; 1337 struct xhci_command *command; 1565 struct xhci_command *current_cmd; 1861 struct xhci_command *xhci_alloc_command(struct xhci_hcd *xhci, 1863 struct xhci_command *xhci_alloc_command_with_ctx(struct xhci_hcd *xhci, 1867 struct xhci_command *command); 1915 int xhci_queue_slot_control(struct xhci_hcd *xhci, struct xhci_command *cmd, 1917 int xhci_queue_address_device(struct xhci_hcd *xhci, struct xhci_command *cmd, 1919 int xhci_queue_vendor_command(struct xhci_hcd *xhci, struct xhci_command *cm 557 in_ctxxhci_command global() argument 558 statusxhci_command global() argument 559 slot_idxhci_command global() argument 563 completionxhci_command global() argument 564 command_trbxhci_command global() argument 565 cmd_listxhci_command global() argument 567 timeout_msxhci_command global() argument [all...] |
H A D | xhci-ring.c | 62 static int queue_command(struct xhci_hcd *xhci, struct xhci_command *cmd, 382 static struct xhci_command *xhci_next_queued_cmd(struct xhci_hcd *xhci) in xhci_next_queued_cmd() 384 return list_first_entry_or_null(&xhci->cmd_list, struct xhci_command, in xhci_next_queued_cmd() 394 struct xhci_command *cur_cmd) in xhci_handle_stopped_cmd_ring() 396 struct xhci_command *i_cmd; in xhci_handle_stopped_cmd_ring() 636 struct xhci_command *cmd; in xhci_move_dequeue_past_td() 917 struct xhci_command *command; in xhci_reset_halted_ep() 1147 struct xhci_command *command; in xhci_handle_cmd_stop_ep() 1566 struct xhci_command *command, u32 cmd_comp_code) in xhci_handle_cmd_enable_slot() 1667 static void xhci_complete_del_and_free_cmd(struct xhci_command *cmd, u32 status) in xhci_complete_del_and_free_cmd() [all …]
|
H A D | xhci.c | 536 struct xhci_command *command; in xhci_run() 1421 struct usb_device *udev, struct xhci_command *command, 1436 struct xhci_command *command; in xhci_check_maxpacket() 1658 struct xhci_command *command; in xhci_urb_dequeue() 2787 struct xhci_command *command, in xhci_configure_endpoint() 2913 struct xhci_command *command; in xhci_check_bandwidth() 3101 struct xhci_command *stop_cmd, *cfg_cmd; in xhci_endpoint_reset() 3384 struct xhci_command *config_cmd; in xhci_alloc_streams() 3551 struct xhci_command *command; in xhci_free_streams() 3686 struct xhci_command *reset_device_cmd; in xhci_discover_or_reset_device() [all …]
|
H A 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() 1738 struct xhci_command *xhci_alloc_command_with_ctx(struct xhci_hcd *xhci, in xhci_alloc_command_with_ctx() 1741 struct xhci_command *command; in xhci_alloc_command_with_ctx() 1763 struct xhci_command *command) in xhci_free_command()
|
H A D | xhci-hub.c | 492 struct xhci_command *cmd; in xhci_stop_device() 512 struct xhci_command *command; in xhci_stop_device()
|