Home
last modified time | relevance | path

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

/linux/drivers/hwtracing/coresight/
H A Dcoresight-ctcu-core.c210 drvdata->apb_clk = coresight_get_enable_apb_pclk(dev); in ctcu_probe()
H A Dcoresight-tpiu.c154 drvdata->pclk = coresight_get_enable_apb_pclk(dev); in __tpiu_probe()
H A Dcoresight-replicator.c248 drvdata->pclk = coresight_get_enable_apb_pclk(dev); in replicator_probe()
H A Dcoresight-funnel.c241 drvdata->pclk = coresight_get_enable_apb_pclk(dev); in funnel_probe()
H A Dcoresight-catu.c633 drvdata->pclk = coresight_get_enable_apb_pclk(&pdev->dev); in catu_platform_probe()
H A Dcoresight-stm.c852 drvdata->pclk = coresight_get_enable_apb_pclk(dev); in __stm_probe()
H A Dcoresight-tmc-core.c988 drvdata->pclk = coresight_get_enable_apb_pclk(&pdev->dev); in tmc_platform_probe()
H A Dcoresight-etm4x-core.c2300 drvdata->pclk = coresight_get_enable_apb_pclk(&pdev->dev); in etm4_probe_platform_dev()
/linux/include/linux/
H A Dcoresight.h486 static inline struct clk *coresight_get_enable_apb_pclk(struct device *dev) in coresight_get_enable_apb_pclk() function