Lines Matching defs:nt35510
349 * struct nt35510 - state container for the NT35510 panel
351 struct nt35510 {
386 static inline struct nt35510 *panel_to_nt35510(struct drm_panel *panel)
388 return container_of(panel, struct nt35510, panel);
394 static int nt35510_send_long(struct nt35510 *nt, struct mipi_dsi_device *dsi,
428 static int nt35510_read_id(struct nt35510 *nt)
464 static int nt35510_setup_power(struct nt35510 *nt)
535 static int nt35510_setup_display(struct nt35510 *nt)
651 struct nt35510 *nt = bl_get_data(bl);
673 static int nt35510_power_on(struct nt35510 *nt)
767 static int nt35510_power_off(struct nt35510 *nt)
783 struct nt35510 *nt = panel_to_nt35510(panel);
813 struct nt35510 *nt = panel_to_nt35510(panel);
844 struct nt35510 *nt = panel_to_nt35510(panel);
875 struct nt35510 *nt;
878 nt = devm_kzalloc(dev, sizeof(struct nt35510), GFP_KERNEL);
948 bl = devm_backlight_device_register(dev, "nt35510", dev, nt,
971 struct nt35510 *nt = mipi_dsi_get_drvdata(dsi);
1088 .name = "panel-novatek-nt35510",