Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/staging/media/rkvdec/
Drkvdec.c988 static const char * const rkvdec_clk_names[] = { variable
1008 rkvdec->clocks = devm_kcalloc(&pdev->dev, ARRAY_SIZE(rkvdec_clk_names), in rkvdec_probe()
1013 for (i = 0; i < ARRAY_SIZE(rkvdec_clk_names); i++) in rkvdec_probe()
1014 rkvdec->clocks[i].id = rkvdec_clk_names[i]; in rkvdec_probe()
1016 ret = devm_clk_bulk_get(&pdev->dev, ARRAY_SIZE(rkvdec_clk_names), in rkvdec_probe()
1085 return clk_bulk_prepare_enable(ARRAY_SIZE(rkvdec_clk_names), in rkvdec_runtime_resume()
1093 clk_bulk_disable_unprepare(ARRAY_SIZE(rkvdec_clk_names), in rkvdec_runtime_suspend()