Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/hwtracing/coresight/
Dcoresight-cti-core.c105 rc = coresight_claim_device(drvdata->csdev); in cti_enable_hw()
139 if (coresight_claim_device(drvdata->csdev)) in cti_cpuhp_enable_hw()
685 if (coresight_claim_device(csdev)) in cti_cpu_pm_notify()
698 if (coresight_claim_device(csdev)) in cti_cpu_pm_notify()
Dcoresight-tmc-etf.c40 int rc = coresight_claim_device(drvdata->csdev); in tmc_etb_enable_hw()
112 int rc = coresight_claim_device(drvdata->csdev); in tmc_etf_enable_hw()
Dcoresight-core.c218 int coresight_claim_device(struct coresight_device *csdev) in coresight_claim_device() function
231 EXPORT_SYMBOL_GPL(coresight_claim_device);
Dcoresight-etb10.c135 int rc = coresight_claim_device(drvdata->csdev); in etb_enable_hw()
Dcoresight-tmc-etr.c1060 rc = coresight_claim_device(drvdata->csdev); in tmc_etr_enable_hw()
/linux-5.19.10/include/linux/
Dcoresight.h483 extern int coresight_claim_device(struct coresight_device *csdev);
523 static inline int coresight_claim_device(struct coresight_device *csdev) in coresight_claim_device() function