Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/staging/media/rkvdec/
Drkvdec.c993 static const char * const rkvdec_clk_names[] = { variable
1012 rkvdec->clocks = devm_kcalloc(&pdev->dev, ARRAY_SIZE(rkvdec_clk_names), in rkvdec_probe()
1017 for (i = 0; i < ARRAY_SIZE(rkvdec_clk_names); i++) in rkvdec_probe()
1018 rkvdec->clocks[i].id = rkvdec_clk_names[i]; in rkvdec_probe()
1020 ret = devm_clk_bulk_get(&pdev->dev, ARRAY_SIZE(rkvdec_clk_names), in rkvdec_probe()
1081 return clk_bulk_prepare_enable(ARRAY_SIZE(rkvdec_clk_names), in rkvdec_runtime_resume()
1089 clk_bulk_disable_unprepare(ARRAY_SIZE(rkvdec_clk_names), in rkvdec_runtime_suspend()