Searched defs:ipu6_fw_com_context (Results 1 – 1 of 1) sorted by relevance
83 struct ipu6_fw_com_context { struct84 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 …]