Home
last modified time | relevance | path

Searched defs:ipu6_fw_com_context (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/media/pci/intel/ipu6/
H A Dipu6-fw-com.c83 struct ipu6_fw_com_context { struct
84 struct ipu6_bus_device *adev;
85 void __iomem *dmem_addr;
86 int (*cell_ready)(struct ipu6_bus_device *adev);
87 void (*cell_start)(struct ipu6_bus_device *adev);
89 void *dma_buffer;
90 dma_addr_t dma_addr;
91 unsigned int dma_size;
93 struct ipu6_fw_sys_queue *input_queue; /* array of host to SP queues */
94 struct ipu6_fw_sys_queue *output_queue; /* array of SP to host */
[all …]