Searched refs:venus_hfi_device (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/media/platform/qcom/venus/ |
D | hfi_venus.c | 128 struct venus_hfi_device { struct 153 static void venus_set_state(struct venus_hfi_device *hdev, in venus_set_state() argument 161 static bool venus_is_valid_state(struct venus_hfi_device *hdev) in venus_is_valid_state() 166 static void venus_dump_packet(struct venus_hfi_device *hdev, const void *packet) in venus_dump_packet() 177 static int venus_write_queue(struct venus_hfi_device *hdev, in venus_write_queue() 246 static int venus_read_queue(struct venus_hfi_device *hdev, in venus_read_queue() 339 static int venus_alloc(struct venus_hfi_device *hdev, struct mem_desc *desc, in venus_alloc() 355 static void venus_free(struct venus_hfi_device *hdev, struct mem_desc *mem) in venus_free() 362 static void venus_writel(struct venus_hfi_device *hdev, u32 reg, u32 value) in venus_writel() 367 static u32 venus_readl(struct venus_hfi_device *hdev, u32 reg) in venus_readl() [all …]
|