Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/mediatek/
Dmtk_disp_ovl_adaptor.c108 static const struct ovl_adaptor_comp_match comp_matches[OVL_ADAPTOR_ID_MAX] = { variable
226 !comp_matches[i].funcs->start) in mtk_ovl_adaptor_start()
229 comp_matches[i].funcs->start(ovl_adaptor->ovl_adaptor_comp[i]); in mtk_ovl_adaptor_start()
240 !comp_matches[i].funcs->stop) in mtk_ovl_adaptor_stop()
243 comp_matches[i].funcs->stop(ovl_adaptor->ovl_adaptor_comp[i]); in mtk_ovl_adaptor_stop()
264 !comp_matches[i].funcs->power_off) in power_off()
267 comp_matches[i].funcs->power_off(ovl_adaptor->ovl_adaptor_comp[i]); in power_off()
289 !comp_matches[i].funcs->power_on) in mtk_ovl_adaptor_power_on()
292 ret = comp_matches[i].funcs->power_on(ovl_adaptor->ovl_adaptor_comp[i]); in mtk_ovl_adaptor_power_on()
316 if (!comp || !comp_matches[i].funcs->clk_enable) in mtk_ovl_adaptor_clk_enable()
[all …]