Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci-ring.c4369 dma_addr_t in_ctx_ptr, u32 slot_id, enum xhci_setup_dev setup) in xhci_queue_address_device() argument
4371 return queue_command(xhci, cmd, lower_32_bits(in_ctx_ptr), in xhci_queue_address_device()
4372 upper_32_bits(in_ctx_ptr), 0, in xhci_queue_address_device()
4394 struct xhci_command *cmd, dma_addr_t in_ctx_ptr, in xhci_queue_configure_endpoint() argument
4397 return queue_command(xhci, cmd, lower_32_bits(in_ctx_ptr), in xhci_queue_configure_endpoint()
4398 upper_32_bits(in_ctx_ptr), 0, in xhci_queue_configure_endpoint()
4405 dma_addr_t in_ctx_ptr, u32 slot_id, bool command_must_succeed) in xhci_queue_evaluate_context() argument
4407 return queue_command(xhci, cmd, lower_32_bits(in_ctx_ptr), in xhci_queue_evaluate_context()
4408 upper_32_bits(in_ctx_ptr), 0, in xhci_queue_evaluate_context()
H A Dxhci.h2147 dma_addr_t in_ctx_ptr, u32 slot_id, enum xhci_setup_dev);
2161 struct xhci_command *cmd, dma_addr_t in_ctx_ptr, u32 slot_id,
2164 dma_addr_t in_ctx_ptr, u32 slot_id, bool command_must_succeed);