Home
last modified time | relevance | path

Searched refs:xhci_command (Results 1 – 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/host/
Dxhci.h807 struct xhci_command { struct
859 struct xhci_command *free_streams_command;
1563 struct xhci_command *command;
1798 struct xhci_command *current_cmd;
1810 struct xhci_command *lpm_command;
2069 struct xhci_command *xhci_alloc_command(struct xhci_hcd *xhci,
2071 struct xhci_command *xhci_alloc_command_with_ctx(struct xhci_hcd *xhci,
2075 struct xhci_command *command);
2118 int xhci_queue_slot_control(struct xhci_hcd *xhci, struct xhci_command *cmd,
2120 int xhci_queue_address_device(struct xhci_hcd *xhci, struct xhci_command *cmd,
[all …]
Dxhci-ring.c296 static struct xhci_command *xhci_next_queued_cmd(struct xhci_hcd *xhci) in xhci_next_queued_cmd()
298 return list_first_entry_or_null(&xhci->cmd_list, struct xhci_command, in xhci_next_queued_cmd()
308 struct xhci_command *cur_cmd) in xhci_handle_stopped_cmd_ring()
310 struct xhci_command *i_cmd; in xhci_handle_stopped_cmd_ring()
825 struct xhci_command *command; in xhci_reset_halted_ep()
1353 struct xhci_command *command; in xhci_handle_cmd_reset_ep()
1376 struct xhci_command *command, u32 cmd_comp_code) in xhci_handle_cmd_enable_slot()
1497 static void xhci_complete_del_and_free_cmd(struct xhci_command *cmd, u32 status) in xhci_complete_del_and_free_cmd()
1511 struct xhci_command *cur_cmd, *tmp_cmd; in xhci_cleanup_command_queue()
1579 struct xhci_command *cmd; in handle_cmd_completion()
[all …]
Dxhci.c689 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()
1660 struct xhci_command *command; in xhci_urb_dequeue()
2792 struct xhci_command *command, in xhci_configure_endpoint()
2918 struct xhci_command *command; in xhci_check_bandwidth()
3184 struct xhci_command *stop_cmd, *cfg_cmd; in xhci_endpoint_reset()
3469 struct xhci_command *config_cmd; in xhci_alloc_streams()
3636 struct xhci_command *command; in xhci_free_streams()
3769 struct xhci_command *reset_device_cmd; in xhci_discover_or_reset_device()
[all …]
Dxhci-mem.c1760 struct xhci_command *xhci_alloc_command(struct xhci_hcd *xhci, in xhci_alloc_command()
1763 struct xhci_command *command; in xhci_alloc_command()
1786 struct xhci_command *xhci_alloc_command_with_ctx(struct xhci_hcd *xhci, in xhci_alloc_command_with_ctx()
1789 struct xhci_command *command; in xhci_alloc_command_with_ctx()
1811 struct xhci_command *command) in xhci_free_command()
Dxhci-hub.c392 struct xhci_command *cmd; in xhci_stop_device()
412 struct xhci_command *command; in xhci_stop_device()