Home
last modified time | relevance | path

Searched refs:sun4i_tv (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/drm/sun4i/
H A Dsun4i_tv.c170 struct sun4i_tv { struct
271 static inline struct sun4i_tv *
274 return container_of(encoder, struct sun4i_tv, in drm_encoder_to_sun4i_tv()
278 static inline struct sun4i_tv *
281 return container_of(connector, struct sun4i_tv, in drm_connector_to_sun4i_tv()
344 struct sun4i_tv *tv = drm_encoder_to_sun4i_tv(encoder); in sun4i_tv_disable()
358 struct sun4i_tv *tv = drm_encoder_to_sun4i_tv(encoder); in sun4i_tv_enable()
374 struct sun4i_tv *tv = drm_encoder_to_sun4i_tv(encoder); in sun4i_tv_mode_set()
540 struct sun4i_tv *tv; in sun4i_tv_bind()
629 struct sun4i_tv *tv = dev_get_drvdata(dev); in sun4i_tv_unbind()
H A DMakefile29 obj-$(CONFIG_DRM_SUN4I) += sun4i_tv.o