Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dcoresight.h281 extern int coresight_claim_device(void __iomem *base);
302 static inline int coresight_claim_device(void __iomem *base) in coresight_claim_device() function
/Linux-v5.4/drivers/hwtracing/coresight/
Dcoresight-tmc-etf.c40 int rc = coresight_claim_device(drvdata->base); in tmc_etb_enable_hw()
112 int rc = coresight_claim_device(drvdata->base); in tmc_etf_enable_hw()
Dcoresight-etb10.c135 int rc = coresight_claim_device(drvdata->base); in etb_enable_hw()
Dcoresight.c183 int coresight_claim_device(void __iomem *base) in coresight_claim_device() function
Dcoresight-tmc-etr.c1024 rc = coresight_claim_device(drvdata->base); in tmc_etr_enable_hw()