Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/usb/host/
Dxhci.h807 struct xhci_command { struct
859 struct xhci_command *free_streams_command;
1581 struct xhci_command *command;
1806 struct xhci_command *current_cmd;
2098 struct xhci_command *xhci_alloc_command(struct xhci_hcd *xhci,
2100 struct xhci_command *xhci_alloc_command_with_ctx(struct xhci_hcd *xhci,
2104 struct xhci_command *command);
2151 int xhci_queue_slot_control(struct xhci_hcd *xhci, struct xhci_command *cmd,
2153 int xhci_queue_address_device(struct xhci_hcd *xhci, struct xhci_command *cmd,
2155 int xhci_queue_vendor_command(struct xhci_hcd *xhci, struct xhci_command *cmd,
[all …]
Dxhci-ring.c61 static int queue_command(struct xhci_hcd *xhci, struct xhci_command *cmd,
320 static struct xhci_command *xhci_next_queued_cmd(struct xhci_hcd *xhci) in xhci_next_queued_cmd()
322 return list_first_entry_or_null(&xhci->cmd_list, struct xhci_command, in xhci_next_queued_cmd()
332 struct xhci_command *cur_cmd) in xhci_handle_stopped_cmd_ring()
334 struct xhci_command *i_cmd; in xhci_handle_stopped_cmd_ring()
573 struct xhci_command *cmd; in xhci_move_dequeue_past_td()
877 struct xhci_command *command; in xhci_reset_halted_ep()
1067 struct xhci_command *command; in xhci_handle_cmd_stop_ep()
1443 struct xhci_command *command, u32 cmd_comp_code) in xhci_handle_cmd_enable_slot()
1544 static void xhci_complete_del_and_free_cmd(struct xhci_command *cmd, u32 status) in xhci_complete_del_and_free_cmd()
[all …]
Dxhci.c696 struct xhci_command *command; in xhci_run()
1560 struct usb_device *udev, struct xhci_command *command,
1575 struct xhci_command *command; in xhci_check_maxpacket()
1797 struct xhci_command *command; in xhci_urb_dequeue()
2921 struct xhci_command *command, in xhci_configure_endpoint()
3047 struct xhci_command *command; in xhci_check_bandwidth()
3235 struct xhci_command *stop_cmd, *cfg_cmd; in xhci_endpoint_reset()
3518 struct xhci_command *config_cmd; in xhci_alloc_streams()
3685 struct xhci_command *command; in xhci_free_streams()
3818 struct xhci_command *reset_device_cmd; in xhci_discover_or_reset_device()
[all …]
Dxhci-mem.c1733 struct xhci_command *xhci_alloc_command(struct xhci_hcd *xhci, in xhci_alloc_command()
1736 struct xhci_command *command; in xhci_alloc_command()
1759 struct xhci_command *xhci_alloc_command_with_ctx(struct xhci_hcd *xhci, in xhci_alloc_command_with_ctx()
1762 struct xhci_command *command; in xhci_alloc_command_with_ctx()
1784 struct xhci_command *command) in xhci_free_command()
Dxhci-hub.c478 struct xhci_command *cmd; in xhci_stop_device()
498 struct xhci_command *command; in xhci_stop_device()