Searched refs:queue_command (Results 1 – 1 of 1) sorted by relevance
/linux-3.3/drivers/usb/host/ |
D | xhci-ring.c | 3445 static int queue_command(struct xhci_hcd *xhci, u32 field1, u32 field2, in queue_command() function 3471 return queue_command(xhci, 0, 0, 0, in xhci_queue_slot_control() 3479 return queue_command(xhci, lower_32_bits(in_ctx_ptr), in xhci_queue_address_device() 3488 return queue_command(xhci, field1, field2, field3, field4, false); in xhci_queue_vendor_command() 3494 return queue_command(xhci, 0, 0, 0, in xhci_queue_reset_device() 3503 return queue_command(xhci, lower_32_bits(in_ctx_ptr), in xhci_queue_configure_endpoint() 3513 return queue_command(xhci, lower_32_bits(in_ctx_ptr), in xhci_queue_evaluate_context() 3531 return queue_command(xhci, 0, 0, 0, in xhci_queue_stop_endpoint() 3565 return queue_command(xhci, lower_32_bits(addr) | cycle_state, in queue_set_tr_deq() 3577 return queue_command(xhci, 0, 0, 0, trb_slot_id | trb_ep_index | type, in xhci_queue_reset_ep()
|