Searched refs:in_ctx_ptr (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/usb/host/ |
| H A D | xhci-ring.c | 4413 dma_addr_t in_ctx_ptr, u32 slot_id, enum xhci_setup_dev setup) in xhci_queue_address_device() argument 4415 return queue_command(xhci, cmd, lower_32_bits(in_ctx_ptr), in xhci_queue_address_device() 4416 upper_32_bits(in_ctx_ptr), 0, in xhci_queue_address_device() 4438 struct xhci_command *cmd, dma_addr_t in_ctx_ptr, in xhci_queue_configure_endpoint() argument 4441 return queue_command(xhci, cmd, lower_32_bits(in_ctx_ptr), in xhci_queue_configure_endpoint() 4442 upper_32_bits(in_ctx_ptr), 0, in xhci_queue_configure_endpoint() 4449 struct xhci_command *cmd, dma_addr_t in_ctx_ptr, in xhci_queue_get_port_bw() argument 4452 return queue_command(xhci, cmd, lower_32_bits(in_ctx_ptr), in xhci_queue_get_port_bw() 4453 upper_32_bits(in_ctx_ptr), 0, in xhci_queue_get_port_bw() 4460 dma_addr_t in_ctx_ptr, u32 slot_id, bool command_must_succeed) in xhci_queue_evaluate_context() argument [all …]
|
| /linux/drivers/usb/cdns3/ |
| H A D | cdnsp-gadget.h | 1548 dma_addr_t in_ctx_ptr, 1557 dma_addr_t in_ctx_ptr);
|