Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
H A Dxhci-ring.c4404 dma_addr_t in_ctx_ptr, u32 slot_id, enum xhci_setup_dev setup) in xhci_queue_address_device() argument
4406 return queue_command(xhci, cmd, lower_32_bits(in_ctx_ptr), in xhci_queue_address_device()
4407 upper_32_bits(in_ctx_ptr), 0, in xhci_queue_address_device()
4429 struct xhci_command *cmd, dma_addr_t in_ctx_ptr, in xhci_queue_configure_endpoint() argument
4432 return queue_command(xhci, cmd, lower_32_bits(in_ctx_ptr), in xhci_queue_configure_endpoint()
4433 upper_32_bits(in_ctx_ptr), 0, in xhci_queue_configure_endpoint()
4440 struct xhci_command *cmd, dma_addr_t in_ctx_ptr, in xhci_queue_get_port_bw() argument
4443 return queue_command(xhci, cmd, lower_32_bits(in_ctx_ptr), in xhci_queue_get_port_bw()
4444 upper_32_bits(in_ctx_ptr), 0, in xhci_queue_get_port_bw()
4451 dma_addr_t in_ctx_ptr, u32 slot_id, bool command_must_succeed) in xhci_queue_evaluate_context() argument
[all …]
H A Dxhci.h1916 dma_addr_t in_ctx_ptr, u32 slot_id, enum xhci_setup_dev);
1930 struct xhci_command *cmd, dma_addr_t in_ctx_ptr, u32 slot_id,
1933 struct xhci_command *cmd, dma_addr_t in_ctx_ptr,
1938 dma_addr_t in_ctx_ptr, u32 slot_id, bool command_must_succeed);
/linux/drivers/usb/cdns3/
H A Dcdnsp-ring.c2413 dma_addr_t in_ctx_ptr, in cdnsp_queue_address_device() argument
2416 cdnsp_queue_command(pdev, lower_32_bits(in_ctx_ptr), in cdnsp_queue_address_device()
2417 upper_32_bits(in_ctx_ptr), 0, in cdnsp_queue_address_device()
2432 dma_addr_t in_ctx_ptr) in cdnsp_queue_configure_endpoint() argument
2434 cdnsp_queue_command(pdev, lower_32_bits(in_ctx_ptr), in cdnsp_queue_configure_endpoint()
2435 upper_32_bits(in_ctx_ptr), 0, in cdnsp_queue_configure_endpoint()
H A Dcdnsp-gadget.h1546 dma_addr_t in_ctx_ptr,
1555 dma_addr_t in_ctx_ptr);