Lines Matching defs:nt35560
51 struct nt35560 {
140 static inline struct nt35560 *panel_to_nt35560(struct drm_panel *panel)
142 return container_of(panel, struct nt35560, panel);
150 struct nt35560 *nt = bl_get_data(bl);
247 static int nt35560_read_id(struct nt35560 *nt)
293 static int nt35560_power_on(struct nt35560 *nt)
313 static void nt35560_power_off(struct nt35560 *nt)
324 struct nt35560 *nt = panel_to_nt35560(panel);
395 struct nt35560 *nt = panel_to_nt35560(panel);
422 struct nt35560 *nt = panel_to_nt35560(panel);
456 struct nt35560 *nt;
459 nt = devm_kzalloc(dev, sizeof(struct nt35560), GFP_KERNEL);
508 nt->panel.backlight = devm_backlight_device_register(dev, "nt35560", dev, nt,
527 struct nt35560 *nt = mipi_dsi_get_drvdata(dsi);
550 .name = "panel-novatek-nt35560",