Home
last modified time | relevance | path

Searched refs:coresight_disclaim_device_unlocked (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/drivers/hwtracing/coresight/
H A Dcoresight-replicator.c55 coresight_disclaim_device_unlocked(csdev); in dynamic_replicator_reset()
168 coresight_disclaim_device_unlocked(csdev); in dynamic_replicator_disable()
H A Dcoresight-etm3x-core.c603 coresight_disclaim_device_unlocked(csdev); in etm_disable_hw()
628 coresight_disclaim_device_unlocked(csdev); in etm_disable_perf()
H A Dcoresight-funnel.c117 coresight_disclaim_device_unlocked(csdev); in dynamic_funnel_disable_hw()
H A Dcoresight-core.c211 void coresight_disclaim_device_unlocked(struct coresight_device *csdev) in coresight_disclaim_device_unlocked() function
227 EXPORT_SYMBOL_GPL(coresight_disclaim_device_unlocked);
235 coresight_disclaim_device_unlocked(csdev); in coresight_disclaim_device()
H A Dcoresight-catu.c475 coresight_disclaim_device_unlocked(csdev); in catu_disable_hw()
H A Dcoresight-tmc-etf.c151 coresight_disclaim_device_unlocked(csdev); in tmc_etf_disable_hw()
H A Dcoresight-cti-core.c178 coresight_disclaim_device_unlocked(csdev); in cti_disable_hw()
H A Dcoresight-etm4x-core.c922 coresight_disclaim_device_unlocked(csdev); in etm4_disable_hw()
/openbmc/linux/include/linux/
H A Dcoresight.h583 extern void coresight_disclaim_device_unlocked(struct coresight_device *csdev);
625 static inline void coresight_disclaim_device_unlocked(struct coresight_device *csdev) {} in coresight_disclaim_device_unlocked() function