Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/panel/
Dpanel-newvision-nv3052c.c29 struct nv3052c { struct
235 static inline struct nv3052c *to_nv3052c(struct drm_panel *panel) in to_nv3052c()
237 return container_of(panel, struct nv3052c, panel); in to_nv3052c()
242 struct nv3052c *priv = to_nv3052c(panel); in nv3052c_prepare()
284 struct nv3052c *priv = to_nv3052c(panel); in nv3052c_unprepare()
300 struct nv3052c *priv = to_nv3052c(panel); in nv3052c_enable()
320 struct nv3052c *priv = to_nv3052c(panel); in nv3052c_disable()
336 struct nv3052c *priv = to_nv3052c(panel); in nv3052c_get_modes()
378 struct nv3052c *priv; in nv3052c_probe()
421 struct nv3052c *priv = spi_get_drvdata(spi); in nv3052c_remove()
DMakefile30 obj-$(CONFIG_DRM_PANEL_NEWVISION_NV3052C) += panel-newvision-nv3052c.o