Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/hwtracing/coresight/
A Dcoresight-cti-core.c103 rc = coresight_claim_device(drvdata->csdev); in cti_enable_hw()
136 if (coresight_claim_device(drvdata->csdev)) in cti_cpuhp_enable_hw()
688 if (coresight_claim_device(csdev)) in cti_cpu_pm_notify()
701 if (coresight_claim_device(csdev)) in cti_cpu_pm_notify()
A Dcoresight-tmc-etf.c49 int rc = coresight_claim_device(drvdata->csdev); in tmc_etb_enable_hw()
132 int rc = coresight_claim_device(drvdata->csdev); in tmc_etf_enable_hw()
A Dcoresight-core.c207 int coresight_claim_device(struct coresight_device *csdev) in coresight_claim_device() function
220 EXPORT_SYMBOL_GPL(coresight_claim_device);
A Dcoresight-etb10.c135 int rc = coresight_claim_device(drvdata->csdev); in etb_enable_hw()
A Dcoresight-tmc-etr.c1068 rc = coresight_claim_device(drvdata->csdev); in tmc_etr_enable_hw()
/linux-6.3-rc2/include/linux/
A Dcoresight.h504 extern int coresight_claim_device(struct coresight_device *csdev);
544 static inline int coresight_claim_device(struct coresight_device *csdev) in coresight_claim_device() function

Completed in 20 milliseconds