Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/hwtracing/coresight/
Dcoresight-replicator.c52 if (!coresight_claim_device_unlocked(csdev)) { in dynamic_replicator_reset()
90 rc = coresight_claim_device_unlocked(csdev); in dynamic_replicator_enable()
Dcoresight-core.c229 int coresight_claim_device_unlocked(struct coresight_device *csdev) in coresight_claim_device_unlocked() function
244 EXPORT_SYMBOL_GPL(coresight_claim_device_unlocked);
254 rc = coresight_claim_device_unlocked(csdev); in coresight_claim_device()
Dcoresight-funnel.c62 rc = coresight_claim_device_unlocked(csdev); in dynamic_funnel_enable_hw()
Dcoresight-catu.c415 rc = coresight_claim_device_unlocked(csdev); in catu_enable_hw()
Dcoresight-etm3x-core.c369 rc = coresight_claim_device_unlocked(csdev); in etm_enable_hw()
Dcoresight-etm4x-core.c386 rc = coresight_claim_device_unlocked(csdev); in etm4_enable_hw()
/linux-6.1.9/include/linux/
Dcoresight.h507 extern int coresight_claim_device_unlocked(struct coresight_device *csdev);
541 static inline int coresight_claim_device_unlocked(struct coresight_device *csdev) in coresight_claim_device_unlocked() function