Home
last modified time | relevance | path

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

/linux/drivers/hwtracing/coresight/
H A Dcoresight-tpiu.c147 ret = coresight_get_enable_clocks(dev, &drvdata->pclk, &drvdata->atclk); in __tpiu_probe()
H A Dcoresight-ctcu-core.c207 ret = coresight_get_enable_clocks(dev, &drvdata->apb_clk, NULL); in ctcu_probe()
H A Dcoresight-tnoc.c210 ret = coresight_get_enable_clocks(dev, &drvdata->pclk, NULL); in _tnoc_probe()
H A Dcoresight-replicator.c241 ret = coresight_get_enable_clocks(dev, &drvdata->pclk, &drvdata->atclk); in replicator_probe()
H A Dcoresight-funnel.c234 ret = coresight_get_enable_clocks(dev, &drvdata->pclk, &drvdata->atclk); in funnel_probe()
H A Dcoresight-cpu-debug.c571 ret = coresight_get_enable_clocks(dev, &drvdata->pclk, NULL); in __debug_probe()
H A Dcoresight-core.c1721 int coresight_get_enable_clocks(struct device *dev, struct clk **pclk, in coresight_get_enable_clocks() function
1753 EXPORT_SYMBOL_GPL(coresight_get_enable_clocks);
H A Dcoresight-catu.c529 ret = coresight_get_enable_clocks(dev, &drvdata->pclk, &drvdata->atclk); in __catu_probe()
H A Dcoresight-tmc-core.c788 ret = coresight_get_enable_clocks(dev, &drvdata->pclk, &drvdata->atclk); in __tmc_probe()
H A Dcoresight-stm.c845 ret = coresight_get_enable_clocks(dev, &drvdata->pclk, &drvdata->atclk); in __stm_probe()
H A Dcoresight-etm4x-core.c2304 ret = coresight_get_enable_clocks(dev, &drvdata->pclk, &drvdata->atclk); in etm4_probe()
/linux/include/linux/
H A Dcoresight.h707 int coresight_get_enable_clocks(struct device *dev, struct clk **pclk,