Searched refs:queue_command (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/usb/host/ |
D | xhci-ring.c | 4004 static int queue_command(struct xhci_hcd *xhci, struct xhci_command *cmd, in queue_command() function 4049 return queue_command(xhci, cmd, 0, 0, 0, in xhci_queue_slot_control() 4057 return queue_command(xhci, cmd, lower_32_bits(in_ctx_ptr), in xhci_queue_address_device() 4066 return queue_command(xhci, cmd, field1, field2, field3, field4, false); in xhci_queue_vendor_command() 4073 return queue_command(xhci, cmd, 0, 0, 0, in xhci_queue_reset_device() 4083 return queue_command(xhci, cmd, lower_32_bits(in_ctx_ptr), in xhci_queue_configure_endpoint() 4093 return queue_command(xhci, cmd, lower_32_bits(in_ctx_ptr), in xhci_queue_evaluate_context() 4111 return queue_command(xhci, cmd, 0, 0, 0, in xhci_queue_stop_endpoint() 4166 ret = queue_command(xhci, cmd, in xhci_queue_new_dequeue_state() 4190 return queue_command(xhci, cmd, 0, 0, 0, in xhci_queue_reset_ep()
|