Lines Matching refs:cmd_list
443 return list_first_entry_or_null(&xhci->cmd_list, struct xhci_command, in xhci_next_queued_cmd()
444 cmd_list); in xhci_next_queued_cmd()
458 list_for_each_entry(i_cmd, &xhci->cmd_list, cmd_list) { in xhci_handle_stopped_cmd_ring()
1689 list_del(&cmd->cmd_list); in xhci_complete_del_and_free_cmd()
1704 list_for_each_entry_safe(cur_cmd, tmp_cmd, &xhci->cmd_list, cmd_list) in xhci_cleanup_command_queue()
1828 cmd = list_first_entry(&xhci->cmd_list, struct xhci_command, cmd_list); in handle_cmd_completion()
1912 if (!list_is_singular(&xhci->cmd_list)) { in handle_cmd_completion()
1913 xhci->current_cmd = list_first_entry(&cmd->cmd_list, in handle_cmd_completion()
1914 struct xhci_command, cmd_list); in handle_cmd_completion()
4399 if (list_empty(&xhci->cmd_list)) { in queue_command()
4404 list_add_tail(&cmd->cmd_list, &xhci->cmd_list); in queue_command()