Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/panel/
H A Dpanel-newvision-nv3052c.c37 struct nv3052c { struct
632 static inline struct nv3052c *to_nv3052c(struct drm_panel *panel) in to_nv3052c()
634 return container_of(panel, struct nv3052c, panel); in to_nv3052c()
639 struct nv3052c *priv = to_nv3052c(panel); in nv3052c_prepare()
683 struct nv3052c *priv = to_nv3052c(panel); in nv3052c_unprepare()
699 struct nv3052c *priv = to_nv3052c(panel); in nv3052c_enable()
719 struct nv3052c *priv = to_nv3052c(panel); in nv3052c_disable()
735 struct nv3052c *priv = to_nv3052c(panel); in nv3052c_get_modes()
777 struct nv3052c *priv; in nv3052c_probe()
820 struct nv3052c *priv = spi_get_drvdata(spi); in nv3052c_remove()
H A DMakefile45 obj-$(CONFIG_DRM_PANEL_NEWVISION_NV3052C) += panel-newvision-nv3052c.o