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

/linux-master/drivers/gpu/drm/omapdrm/dss/
H A Dvenc.c247 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)
273 static inline u32 venc_read_reg(struct venc_device *venc, int idx)
279 static void venc_write_config(struct venc_device *venc,
338 static void venc_reset(struct venc_device *venc)
357 static int venc_runtime_get(struct venc_device *venc)
371 static void venc_runtime_put(struct venc_device *venc)
381 static int venc_power_on(struct venc_device *venc)
429 static void venc_power_off(struct venc_device *ven
[all...]

Completed in 122 milliseconds