Home
last modified time | relevance | path

Searched refs:stk (Results 1 – 1 of 1) sorted by relevance

/drivers/gpu/drm/panel/
A Dpanel-startek-kd070fhfid015.c110 stk_panel_off(stk); in stk_panel_unprepare()
111 regulator_bulk_disable(ARRAY_SIZE(stk->supplies), stk->supplies); in stk_panel_unprepare()
139 ret = stk_panel_init(stk); in stk_panel_prepare()
143 ret = stk_panel_on(stk); in stk_panel_prepare()
262 ret = devm_regulator_bulk_get(dev, ARRAY_SIZE(stk->supplies), stk->supplies); in stk_panel_add()
282 stk->backlight = drm_panel_create_dsi_backlight(stk->dsi); in stk_panel_add()
289 drm_panel_init(&stk->base, &stk->dsi->dev, &stk_panel_funcs, in stk_panel_add()
299 struct stk_panel *stk; in stk_panel_probe() local
306 stk = devm_kzalloc(&dsi->dev, sizeof(*stk), GFP_KERNEL); in stk_panel_probe()
307 if (!stk) in stk_panel_probe()
[all …]

Completed in 5 milliseconds