Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/host/
Dxhci.h734 struct xhci_command { struct
785 struct xhci_command *free_streams_command;
1305 struct xhci_command *command;
1494 struct xhci_command *current_cmd;
1508 struct xhci_command *lpm_command;
1741 struct xhci_command *xhci_alloc_command(struct xhci_hcd *xhci,
1746 struct xhci_command *command);
1807 int xhci_queue_slot_control(struct xhci_hcd *xhci, struct xhci_command *cmd,
1809 int xhci_queue_address_device(struct xhci_hcd *xhci, struct xhci_command *cmd,
1811 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()
1739 struct xhci_command *command; in xhci_cleanup_halted_endpoint()
[all …]
Dxhci.c656 struct xhci_command *command; in xhci_run()
1246 struct usb_device *udev, struct xhci_command *command,
1261 struct xhci_command *command; in xhci_check_maxpacket()
1550 struct xhci_command *command; in xhci_urb_dequeue()
2647 struct xhci_command *command, in xhci_configure_endpoint()
2761 struct xhci_command *command; in xhci_check_bandwidth()
3166 struct xhci_command *config_cmd; in xhci_alloc_streams()
3327 struct xhci_command *command; in xhci_free_streams()
3459 struct xhci_command *reset_device_cmd; in xhci_discover_or_reset_device()
3622 struct xhci_command *command; in xhci_free_dev()
[all …]
Dxhci-hub.c272 struct xhci_command *cmd; in xhci_stop_device()
288 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()