Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/usb/cdns3/
Dcdnsp-ring.c2380 dma_addr_t in_ctx_ptr, in cdnsp_queue_address_device() argument
2383 cdnsp_queue_command(pdev, lower_32_bits(in_ctx_ptr), in cdnsp_queue_address_device()
2384 upper_32_bits(in_ctx_ptr), 0, in cdnsp_queue_address_device()
2399 dma_addr_t in_ctx_ptr) in cdnsp_queue_configure_endpoint() argument
2401 cdnsp_queue_command(pdev, lower_32_bits(in_ctx_ptr), in cdnsp_queue_configure_endpoint()
2402 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-6.1.9/drivers/usb/host/
Dxhci-ring.c4308 dma_addr_t in_ctx_ptr, u32 slot_id, enum xhci_setup_dev setup) in xhci_queue_address_device() argument
4310 return queue_command(xhci, cmd, lower_32_bits(in_ctx_ptr), in xhci_queue_address_device()
4311 upper_32_bits(in_ctx_ptr), 0, in xhci_queue_address_device()
4333 struct xhci_command *cmd, dma_addr_t in_ctx_ptr, in xhci_queue_configure_endpoint() argument
4336 return queue_command(xhci, cmd, lower_32_bits(in_ctx_ptr), in xhci_queue_configure_endpoint()
4337 upper_32_bits(in_ctx_ptr), 0, in xhci_queue_configure_endpoint()
4344 dma_addr_t in_ctx_ptr, u32 slot_id, bool command_must_succeed) in xhci_queue_evaluate_context() argument
4346 return queue_command(xhci, cmd, lower_32_bits(in_ctx_ptr), in xhci_queue_evaluate_context()
4347 upper_32_bits(in_ctx_ptr), 0, in xhci_queue_evaluate_context()
Dxhci.h2154 dma_addr_t in_ctx_ptr, u32 slot_id, enum xhci_setup_dev);
2168 struct xhci_command *cmd, dma_addr_t in_ctx_ptr, u32 slot_id,
2171 dma_addr_t in_ctx_ptr, u32 slot_id, bool command_must_succeed);