Lines Matching defs:nt35950
52 struct nt35950 {
87 static inline struct nt35950 *to_nt35950(struct drm_panel *panel)
89 return container_of(panel, struct nt35950, panel);
92 static void nt35950_reset(struct nt35950 *nt)
109 static int nt35950_set_cmd2_page(struct nt35950 *nt, u8 page)
131 static int nt35950_set_data_compression(struct nt35950 *nt, u8 comp_mode)
178 static int nt35950_set_scaler(struct nt35950 *nt, u8 scale_up)
193 static int nt35950_set_scale_mode(struct nt35950 *nt, u8 mode)
215 static int nt35950_inject_black_image(struct nt35950 *nt)
248 static int nt35950_set_dispout(struct nt35950 *nt)
262 static int nt35950_get_current_mode(struct nt35950 *nt)
284 static int nt35950_on(struct nt35950 *nt)
367 static int nt35950_off(struct nt35950 *nt)
393 static int nt35950_sharp_init_vregs(struct nt35950 *nt, struct device *dev)
430 struct nt35950 *nt = to_nt35950(panel);
476 struct nt35950 *nt = to_nt35950(panel);
497 struct nt35950 *nt = to_nt35950(panel);
536 struct nt35950 *nt;
625 struct nt35950 *nt = mipi_dsi_get_drvdata(dsi);
692 .name = "panel-novatek-nt35950",