Lines Matching full:sw43408
43 struct sw43408_panel *sw43408 = to_panel_info(panel); in sw43408_unprepare() local
44 struct mipi_dsi_multi_context ctx = { .dsi = sw43408->link }; in sw43408_unprepare()
53 gpiod_set_value(sw43408->reset_gpio, 1); in sw43408_unprepare()
55 ret = regulator_bulk_disable(ARRAY_SIZE(sw43408->supplies), sw43408->supplies); in sw43408_unprepare()
62 struct sw43408_panel *sw43408 = to_panel_info(panel); in sw43408_program() local
63 struct mipi_dsi_multi_context ctx = { .dsi = sw43408->link }; in sw43408_program()
104 sw43408->link->mode_flags &= ~MIPI_DSI_MODE_LPM; in sw43408_program()
106 drm_dsc_pps_payload_pack(&pps, sw43408->link->dsc); in sw43408_program()
110 sw43408->link->mode_flags |= MIPI_DSI_MODE_LPM; in sw43408_program()
217 { .compatible = "lg,sw43408", },
310 .name = "panel-lg-sw43408",