Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/panel/
H A Dpanel-novatek-nt35950.c52 struct nt35950 { struct
86 static inline struct nt35950 *to_nt35950(struct drm_panel *panel) in to_nt35950()
88 return container_of(panel, struct nt35950, panel); in to_nt35950()
91 static void nt35950_reset(struct nt35950 *nt) in nt35950_reset()
108 struct nt35950 *nt, u8 page) in nt35950_set_cmd2_page()
126 struct nt35950 *nt, u8 comp_mode) in nt35950_set_data_compression()
219 struct nt35950 *nt) in nt35950_set_dispout()
233 static int nt35950_get_current_mode(struct nt35950 *nt) in nt35950_get_current_mode()
255 static int nt35950_on(struct nt35950 *nt) in nt35950_on()
307 static void nt35950_off(struct nt35950 *nt) in nt35950_off()
[all …]
H A DMakefile48 obj-$(CONFIG_DRM_PANEL_NOVATEK_NT35950) += panel-novatek-nt35950.o