Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/hwtracing/coresight/
H A Dcoresight-replicator.c52 if (!coresight_claim_device_unlocked(csdev)) { in dynamic_replicator_reset()
90 rc = coresight_claim_device_unlocked(csdev); in dynamic_replicator_enable()
H A Dcoresight-core.c200 int coresight_claim_device_unlocked(struct coresight_device *csdev) in coresight_claim_device_unlocked() function
215 EXPORT_SYMBOL_GPL(coresight_claim_device_unlocked);
225 rc = coresight_claim_device_unlocked(csdev); in coresight_claim_device()
H A Dcoresight-funnel.c62 rc = coresight_claim_device_unlocked(csdev); in dynamic_funnel_enable_hw()
H A Dcoresight-catu.c426 rc = coresight_claim_device_unlocked(csdev); in catu_enable_hw()
H A Dcoresight-etm3x-core.c365 rc = coresight_claim_device_unlocked(csdev); in etm_enable_hw()
H A Dcoresight-etm4x-core.c384 rc = coresight_claim_device_unlocked(csdev); in etm4_enable_hw()
/OK3568_Linux_fs/kernel/include/linux/
H A Dcoresight.h480 extern int coresight_claim_device_unlocked(struct coresight_device *csdev);
514 static inline int coresight_claim_device_unlocked(struct coresight_device *csdev) in coresight_claim_device_unlocked() function