Home
last modified time | relevance | path

Searched refs:venc_device (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/drivers/gpu/drm/omapdrm/dss/
Dvenc.c289 struct venc_device { struct
308 #define dssdev_to_venc(dssdev) container_of(dssdev, struct venc_device, output) argument
310 static inline void venc_write_reg(struct venc_device *venc, int idx, u32 val) in venc_write_reg()
315 static inline u32 venc_read_reg(struct venc_device *venc, int idx) in venc_read_reg()
321 static void venc_write_config(struct venc_device *venc, in venc_write_config()
380 static void venc_reset(struct venc_device *venc) in venc_reset()
399 static int venc_runtime_get(struct venc_device *venc) in venc_runtime_get()
410 static void venc_runtime_put(struct venc_device *venc) in venc_runtime_put()
420 static int venc_power_on(struct venc_device *venc) in venc_power_on()
468 static void venc_power_off(struct venc_device *venc) in venc_power_off()
[all …]
/Linux-v5.4/include/media/davinci/
Dvpbe.h167 struct venc_platform_data *venc_device; member
/Linux-v5.4/drivers/media/platform/davinci/
Dvpbe.c195 struct venc_platform_data *venc_device = vpbe_dev->venc_device; in vpbe_set_output() local
225 ret = venc_device->setup_if_config(cfg->outputs[index].if_params); in vpbe_set_output()
538 vpbe_dev->venc_device = dev_get_platdata(&pdev->dev); in platform_device_get()