Searched refs:venus_hfi_device (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.10/drivers/media/platform/qcom/venus/ |
D | hfi_venus.c | 114 struct venus_hfi_device { struct 139 static void venus_set_state(struct venus_hfi_device *hdev, in venus_set_state() argument 147 static bool venus_is_valid_state(struct venus_hfi_device *hdev) in venus_is_valid_state() 152 static void venus_dump_packet(struct venus_hfi_device *hdev, const void *packet) in venus_dump_packet() 163 static int venus_write_queue(struct venus_hfi_device *hdev, in venus_write_queue() 232 static int venus_read_queue(struct venus_hfi_device *hdev, in venus_read_queue() 325 static int venus_alloc(struct venus_hfi_device *hdev, struct mem_desc *desc, in venus_alloc() 341 static void venus_free(struct venus_hfi_device *hdev, struct mem_desc *mem) in venus_free() 348 static void venus_writel(struct venus_hfi_device *hdev, u32 reg, u32 value) in venus_writel() 353 static u32 venus_readl(struct venus_hfi_device *hdev, u32 reg) in venus_readl() [all …]
|