Searched refs:venc_device (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/omapdrm/dss/ |
H A D | venc.c | 247 struct venc_device { struct 266 #define drm_bridge_to_venc(b) container_of(b, struct venc_device, bridge) 268 static inline void venc_write_reg(struct venc_device *venc, int idx, u32 val) in venc_write_reg() 273 static inline u32 venc_read_reg(struct venc_device *venc, int idx) in venc_read_reg() 279 static void venc_write_config(struct venc_device *venc, in venc_write_config() 338 static void venc_reset(struct venc_device *venc) in venc_reset() 357 static int venc_runtime_get(struct venc_device *venc) in venc_runtime_get() 368 static void venc_runtime_put(struct venc_device *venc) in venc_runtime_put() 378 static int venc_power_on(struct venc_device *venc) in venc_power_on() 426 static void venc_power_off(struct venc_device *ven [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/omapdrm/dss/ |
H A D | venc.c | 247 struct venc_device { struct 266 #define drm_bridge_to_venc(b) container_of(b, struct venc_device, bridge) 268 static inline void venc_write_reg(struct venc_device *venc, int idx, u32 val) in venc_write_reg() 273 static inline u32 venc_read_reg(struct venc_device *venc, int idx) in venc_read_reg() 279 static void venc_write_config(struct venc_device *venc, in venc_write_config() 338 static void venc_reset(struct venc_device *venc) in venc_reset() 357 static int venc_runtime_get(struct venc_device *venc) in venc_runtime_get() 371 static void venc_runtime_put(struct venc_device *venc) in venc_runtime_put() 381 static int venc_power_on(struct venc_device *venc) in venc_power_on() 429 static void venc_power_off(struct venc_device *ven [all...] |
/kernel/linux/linux-5.10/drivers/media/platform/davinci/ |
H A D | vpbe.c | 195 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()
|
/kernel/linux/linux-5.10/include/media/davinci/ |
H A D | vpbe.h | 167 struct venc_platform_data *venc_device; member
|
Completed in 5 milliseconds