Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/cdns3/
H A Dcdnsp-ring.c2423 dma_addr_t in_ctx_ptr, in cdnsp_queue_address_device() argument
2426 cdnsp_queue_command(pdev, lower_32_bits(in_ctx_ptr), in cdnsp_queue_address_device()
2427 upper_32_bits(in_ctx_ptr), 0, in cdnsp_queue_address_device()
2442 dma_addr_t in_ctx_ptr) in cdnsp_queue_configure_endpoint() argument
2444 cdnsp_queue_command(pdev, lower_32_bits(in_ctx_ptr), in cdnsp_queue_configure_endpoint()
2445 upper_32_bits(in_ctx_ptr), 0, in cdnsp_queue_configure_endpoint()
H A Dcdnsp-gadget.h1532 dma_addr_t in_ctx_ptr,
1541 dma_addr_t in_ctx_ptr);
/openbmc/linux/drivers/usb/host/
H A Dxhci-ring.c4486 dma_addr_t in_ctx_ptr, u32 slot_id, enum xhci_setup_dev setup) in xhci_queue_address_device() argument
4488 return queue_command(xhci, cmd, lower_32_bits(in_ctx_ptr), in xhci_queue_address_device()
4489 upper_32_bits(in_ctx_ptr), 0, in xhci_queue_address_device()
4511 struct xhci_command *cmd, dma_addr_t in_ctx_ptr, in xhci_queue_configure_endpoint() argument
4514 return queue_command(xhci, cmd, lower_32_bits(in_ctx_ptr), in xhci_queue_configure_endpoint()
4515 upper_32_bits(in_ctx_ptr), 0, in xhci_queue_configure_endpoint()
4522 dma_addr_t in_ctx_ptr, u32 slot_id, bool command_must_succeed) in xhci_queue_evaluate_context() argument
4524 return queue_command(xhci, cmd, lower_32_bits(in_ctx_ptr), in xhci_queue_evaluate_context()
4525 upper_32_bits(in_ctx_ptr), 0, in xhci_queue_evaluate_context()
H A Dxhci.h1918 dma_addr_t in_ctx_ptr, u32 slot_id, enum xhci_setup_dev);
1932 struct xhci_command *cmd, dma_addr_t in_ctx_ptr, u32 slot_id,
1935 dma_addr_t in_ctx_ptr, u32 slot_id, bool command_must_succeed);