Searched refs:in_ctx_ptr (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/usb/host/ |
D | xhci-ring.c | 3871 dma_addr_t in_ctx_ptr, u32 slot_id, enum xhci_setup_dev setup) in xhci_queue_address_device() argument 3873 return queue_command(xhci, cmd, lower_32_bits(in_ctx_ptr), in xhci_queue_address_device() 3874 upper_32_bits(in_ctx_ptr), 0, in xhci_queue_address_device() 3896 struct xhci_command *cmd, dma_addr_t in_ctx_ptr, in xhci_queue_configure_endpoint() argument 3899 return queue_command(xhci, cmd, lower_32_bits(in_ctx_ptr), in xhci_queue_configure_endpoint() 3900 upper_32_bits(in_ctx_ptr), 0, in xhci_queue_configure_endpoint() 3907 dma_addr_t in_ctx_ptr, u32 slot_id, bool command_must_succeed) in xhci_queue_evaluate_context() argument 3909 return queue_command(xhci, cmd, lower_32_bits(in_ctx_ptr), in xhci_queue_evaluate_context() 3910 upper_32_bits(in_ctx_ptr), 0, in xhci_queue_evaluate_context()
|
D | xhci.h | 1810 dma_addr_t in_ctx_ptr, u32 slot_id, enum xhci_setup_dev); 1824 struct xhci_command *cmd, dma_addr_t in_ctx_ptr, u32 slot_id, 1827 dma_addr_t in_ctx_ptr, u32 slot_id, bool command_must_succeed);
|