Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
H A Dxhci-ring.c65 static int queue_command(struct xhci_hcd *xhci, struct xhci_command *cmd,
750 ret = queue_command(xhci, cmd, in xhci_move_deq_to_next_td()
4355 static int queue_command(struct xhci_hcd *xhci, struct xhci_command *cmd, in queue_command() function
4407 return queue_command(xhci, cmd, 0, 0, 0, in xhci_queue_slot_control()
4415 return queue_command(xhci, cmd, lower_32_bits(in_ctx_ptr), in xhci_queue_address_device()
4424 return queue_command(xhci, cmd, field1, field2, field3, field4, false); in xhci_queue_vendor_command()
4431 return queue_command(xhci, cmd, 0, 0, 0, in xhci_queue_reset_device()
4441 return queue_command(xhci, cmd, lower_32_bits(in_ctx_ptr), in xhci_queue_configure_endpoint()
4452 return queue_command(xhci, cmd, lower_32_bits(in_ctx_ptr), in xhci_queue_get_port_bw()
4462 return queue_command(xhci, cmd, lower_32_bits(in_ctx_ptr), in xhci_queue_evaluate_context()
[all …]