Home
last modified time | relevance | path

Searched refs:coresight_claim_device_unlocked (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.4/include/linux/
Dcoresight.h282 extern int coresight_claim_device_unlocked(void __iomem *base);
297 static inline int coresight_claim_device_unlocked(void __iomem *base) in coresight_claim_device_unlocked() function
/Linux-v5.4/drivers/hwtracing/coresight/
Dcoresight-replicator.c45 if (!coresight_claim_device_unlocked(drvdata->base)) { in dynamic_replicator_reset()
85 rc = coresight_claim_device_unlocked(drvdata->base); in dynamic_replicator_enable()
Dcoresight-funnel.c59 rc = coresight_claim_device_unlocked(drvdata->base); in dynamic_funnel_enable_hw()
Dcoresight.c170 int coresight_claim_device_unlocked(void __iomem *base) in coresight_claim_device_unlocked() function
188 rc = coresight_claim_device_unlocked(base); in coresight_claim_device()
Dcoresight-catu.c424 rc = coresight_claim_device_unlocked(drvdata->base); in catu_enable_hw()
Dcoresight-etm3x.c366 rc = coresight_claim_device_unlocked(drvdata->base); in etm_enable_hw()
Dcoresight-etm4x.c98 rc = coresight_claim_device_unlocked(drvdata->base); in etm4_enable_hw()