Searched defs:vpu_dev (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/media/platform/chips-media/wave5/ |
| H A D | wave5-vdi.c | 16 struct vpu_device *vpu_dev = dev_get_drvdata(dev); in wave5_vdi_allocate_common_memory() local 41 struct vpu_device *vpu_dev = dev_get_drvdata(dev); in wave5_vdi_init() local 70 struct vpu_device *vpu_dev = dev_get_drvdata(dev); in wave5_vdi_release() local 78 void wave5_vdi_write_register(struct vpu_device *vpu_dev, u32 addr, u32 data) in wave5_vdi_write_register() 83 unsigned int wave5_vdi_read_register(struct vpu_device *vpu_dev, u32 addr) in wave5_vdi_read_register() 88 int wave5_vdi_clear_memory(struct vpu_device *vpu_dev, struct vpu_buf *vb) in wave5_vdi_clear_memory() 99 int wave5_vdi_write_memory(struct vpu_device *vpu_dev, struct vpu_buf *vb, size_t offset, in wave5_vdi_write_memory() 117 int wave5_vdi_allocate_dma_memory(struct vpu_device *vpu_dev, struct vpu_buf *vb) in wave5_vdi_allocate_dma_memory() 136 int wave5_vdi_free_dma_memory(struct vpu_device *vpu_dev, struct vpu_buf *vb) in wave5_vdi_free_dma_memory() 151 int wave5_vdi_allocate_array(struct vpu_device *vpu_dev, struct vpu_buf *array, unsigned int count, in wave5_vdi_allocate_array() [all …]
|
| /linux/drivers/media/platform/amphion/ |
| H A D | vpu.h | 59 struct vpu_dev { struct 73 void (*get_vpu)(struct vpu_dev *vpu); argument 74 void (*put_vpu)(struct vpu_dev *vpu); argument 75 void (*get_enc)(struct vpu_dev *vpu); argument 76 void (*put_enc)(struct vpu_dev *vpu); argument 77 void (*get_dec)(struct vpu_dev *vpu); argument 78 void (*put_dec)(struct vpu_dev *vpu); argument 79 atomic_t ref_vpu; 80 atomic_t ref_enc; 81 atomic_t ref_dec; [all …]
|
| /linux/drivers/media/platform/mediatek/mdp/ |
| H A D | mtk_mdp_core.h | 163 struct platform_device *vpu_dev; member
|