Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/usb/cdns3/
Dcdnsp-ring.c2351 dma_addr_t in_ctx_ptr, in cdnsp_queue_address_device() argument
2354 cdnsp_queue_command(pdev, lower_32_bits(in_ctx_ptr), in cdnsp_queue_address_device()
2355 upper_32_bits(in_ctx_ptr), 0, in cdnsp_queue_address_device()
2370 dma_addr_t in_ctx_ptr) in cdnsp_queue_configure_endpoint() argument
2372 cdnsp_queue_command(pdev, lower_32_bits(in_ctx_ptr), in cdnsp_queue_configure_endpoint()
2373 upper_32_bits(in_ctx_ptr), 0, in cdnsp_queue_configure_endpoint()
Dcdnsp-gadget.h1529 dma_addr_t in_ctx_ptr,
1538 dma_addr_t in_ctx_ptr);
/linux-5.19.10/drivers/usb/host/
Dxhci-ring.c4299 dma_addr_t in_ctx_ptr, u32 slot_id, enum xhci_setup_dev setup) in xhci_queue_address_device() argument
4301 return queue_command(xhci, cmd, lower_32_bits(in_ctx_ptr), in xhci_queue_address_device()
4302 upper_32_bits(in_ctx_ptr), 0, in xhci_queue_address_device()
4324 struct xhci_command *cmd, dma_addr_t in_ctx_ptr, in xhci_queue_configure_endpoint() argument
4327 return queue_command(xhci, cmd, lower_32_bits(in_ctx_ptr), in xhci_queue_configure_endpoint()
4328 upper_32_bits(in_ctx_ptr), 0, in xhci_queue_configure_endpoint()
4335 dma_addr_t in_ctx_ptr, u32 slot_id, bool command_must_succeed) in xhci_queue_evaluate_context() argument
4337 return queue_command(xhci, cmd, lower_32_bits(in_ctx_ptr), in xhci_queue_evaluate_context()
4338 upper_32_bits(in_ctx_ptr), 0, in xhci_queue_evaluate_context()
Dxhci.h2151 dma_addr_t in_ctx_ptr, u32 slot_id, enum xhci_setup_dev);
2165 struct xhci_command *cmd, dma_addr_t in_ctx_ptr, u32 slot_id,
2168 dma_addr_t in_ctx_ptr, u32 slot_id, bool command_must_succeed);