Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/host/
Dxhci.h782 struct xhci_command { struct
833 struct xhci_command *free_streams_command;
1356 struct xhci_command *command;
1554 struct xhci_command *current_cmd;
1568 struct xhci_command *lpm_command;
1809 struct xhci_command *xhci_alloc_command(struct xhci_hcd *xhci,
1814 struct xhci_command *command);
1876 int xhci_queue_slot_control(struct xhci_hcd *xhci, struct xhci_command *cmd,
1878 int xhci_queue_address_device(struct xhci_hcd *xhci, struct xhci_command *cmd,
1880 int xhci_queue_vendor_command(struct xhci_hcd *xhci, struct xhci_command *cmd,
[all …]
Dxhci-ring.c1064 struct xhci_command *command; in xhci_handle_cmd_reset_ep()
1179 static void xhci_complete_del_and_free_cmd(struct xhci_command *cmd, u32 status) in xhci_complete_del_and_free_cmd()
1193 struct xhci_command *cur_cmd, *tmp_cmd; in xhci_cleanup_command_queue()
1204 struct xhci_command *cur_cmd) in xhci_handle_stopped_cmd_ring()
1206 struct xhci_command *i_cmd, *tmp_cmd; in xhci_handle_stopped_cmd_ring()
1255 struct xhci_command *cur_cmd = NULL; in xhci_handle_command_timeout()
1297 struct xhci_command *cmd; in handle_cmd_completion()
1315 cmd = list_entry(xhci->cmd_list.next, struct xhci_command, cmd_list); in handle_cmd_completion()
1403 struct xhci_command, cmd_list); in handle_cmd_completion()
1740 struct xhci_command *command; in xhci_cleanup_halted_endpoint()
[all …]
Dxhci.c656 struct xhci_command *command; in xhci_run()
1236 struct usb_device *udev, struct xhci_command *command,
1251 struct xhci_command *command; in xhci_check_maxpacket()
1540 struct xhci_command *command; in xhci_urb_dequeue()
2637 struct xhci_command *command, in xhci_configure_endpoint()
2751 struct xhci_command *command; in xhci_check_bandwidth()
3156 struct xhci_command *config_cmd; in xhci_alloc_streams()
3317 struct xhci_command *command; in xhci_free_streams()
3449 struct xhci_command *reset_device_cmd; in xhci_discover_or_reset_device()
3612 struct xhci_command *command; in xhci_free_dev()
[all …]
Dxhci-hub.c373 struct xhci_command *cmd; in xhci_stop_device()
389 struct xhci_command *command; in xhci_stop_device()
Dxhci-mem.c1736 struct xhci_command *xhci_alloc_command(struct xhci_hcd *xhci, in xhci_alloc_command()
1740 struct xhci_command *command; in xhci_alloc_command()
1781 struct xhci_command *command) in xhci_free_command()