Home
last modified time | relevance | path

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

/linux-6.15/drivers/hwtracing/coresight/
H A Dcoresight-dummy.c29 if (!coresight_take_mode(csdev, mode)) in dummy_source_enable()
H A Dcoresight-etm3x-core.c522 if (!coresight_take_mode(csdev, mode)) { in etm_enable()
H A Dcoresight-stm.c205 if (!coresight_take_mode(csdev, mode)) { in stm_enable()
H A Dcoresight-tpdm.c493 if (!coresight_take_mode(csdev, mode)) { in tpdm_enable()
H A Dcoresight-etm4x-core.c864 if (!coresight_take_mode(csdev, mode)) { in etm4_enable()
/linux-6.15/include/linux/
H A Dcoresight.h646 static inline bool coresight_take_mode(struct coresight_device *csdev, in coresight_take_mode() function