Lines Matching refs:nt35510
540 struct nt35510 { struct
575 static inline struct nt35510 *panel_to_nt35510(struct drm_panel *panel) in panel_to_nt35510() argument
577 return container_of(panel, struct nt35510, panel); in panel_to_nt35510()
583 static int nt35510_send_long(struct nt35510 *nt, struct mipi_dsi_device *dsi, in nt35510_send_long()
617 static int nt35510_read_id(struct nt35510 *nt) in nt35510_read_id()
653 static int nt35510_setup_power(struct nt35510 *nt) in nt35510_setup_power()
740 static int nt35510_setup_display(struct nt35510 *nt) in nt35510_setup_display()
838 struct nt35510 *nt = bl_get_data(bl); in nt35510_set_brightness()
860 static int nt35510_power_on(struct nt35510 *nt) in nt35510_power_on()
956 static int nt35510_power_off(struct nt35510 *nt) in nt35510_power_off()
972 struct nt35510 *nt = panel_to_nt35510(panel); in nt35510_unprepare()
1002 struct nt35510 *nt = panel_to_nt35510(panel); in nt35510_prepare()
1053 struct nt35510 *nt = panel_to_nt35510(panel); in nt35510_get_modes()
1084 struct nt35510 *nt; in nt35510_probe()
1087 nt = devm_kzalloc(dev, sizeof(struct nt35510), GFP_KERNEL); in nt35510_probe()
1184 struct nt35510 *nt = mipi_dsi_get_drvdata(dsi); in nt35510_remove()