Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/clk/hisilicon/
Dcrg-hi3516cv300.c147 clk_data = hisi_clk_alloc(pdev, HI3516CV300_CRG_NR_CLKS); in hi3516cv300_clk_register()
221 clk_data = hisi_clk_alloc(pdev, HI3516CV300_SYSCTRL_NR_CLKS); in hi3516cv300_sysctrl_clk_register()
Dcrg-hi3798cv200.c214 clk_data = hisi_clk_alloc(pdev, HI3798CV200_CRG_NR_CLKS); in hi3798cv200_clk_register()
307 clk_data = hisi_clk_alloc(pdev, HI3798CV200_SYSCTRL_NR_CLKS); in hi3798cv200_sysctrl_clk_register()
Dclk.h128 struct hisi_clock_data *hisi_clk_alloc(struct platform_device *, int);
Dclk.c40 struct hisi_clock_data *hisi_clk_alloc(struct platform_device *pdev, in hisi_clk_alloc() function
70 EXPORT_SYMBOL_GPL(hisi_clk_alloc);
Dclk-hi3519.c93 clk_data = hisi_clk_alloc(pdev, HI3519_NR_CLKS); in hi3519_clk_register()