Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/usb/cdns3/
Dcdnsp-ring.c2410 dma_addr_t in_ctx_ptr, in cdnsp_queue_address_device() argument
2413 cdnsp_queue_command(pdev, lower_32_bits(in_ctx_ptr), in cdnsp_queue_address_device()
2414 upper_32_bits(in_ctx_ptr), 0, in cdnsp_queue_address_device()
2429 dma_addr_t in_ctx_ptr) in cdnsp_queue_configure_endpoint() argument
2431 cdnsp_queue_command(pdev, lower_32_bits(in_ctx_ptr), in cdnsp_queue_configure_endpoint()
2432 upper_32_bits(in_ctx_ptr), 0, in cdnsp_queue_configure_endpoint()
Dcdnsp-gadget.h1530 dma_addr_t in_ctx_ptr,
1539 dma_addr_t in_ctx_ptr);
/linux-6.12.1/drivers/usb/host/
Dxhci-ring.c4327 dma_addr_t in_ctx_ptr, u32 slot_id, enum xhci_setup_dev setup) in xhci_queue_address_device() argument
4329 return queue_command(xhci, cmd, lower_32_bits(in_ctx_ptr), in xhci_queue_address_device()
4330 upper_32_bits(in_ctx_ptr), 0, in xhci_queue_address_device()
4352 struct xhci_command *cmd, dma_addr_t in_ctx_ptr, in xhci_queue_configure_endpoint() argument
4355 return queue_command(xhci, cmd, lower_32_bits(in_ctx_ptr), in xhci_queue_configure_endpoint()
4356 upper_32_bits(in_ctx_ptr), 0, in xhci_queue_configure_endpoint()
4363 dma_addr_t in_ctx_ptr, u32 slot_id, bool command_must_succeed) in xhci_queue_evaluate_context() argument
4365 return queue_command(xhci, cmd, lower_32_bits(in_ctx_ptr), in xhci_queue_evaluate_context()
4366 upper_32_bits(in_ctx_ptr), 0, in xhci_queue_evaluate_context()
Dxhci.h1883 dma_addr_t in_ctx_ptr, u32 slot_id, enum xhci_setup_dev);
1897 struct xhci_command *cmd, dma_addr_t in_ctx_ptr, u32 slot_id,
1900 dma_addr_t in_ctx_ptr, u32 slot_id, bool command_must_succeed);