Home
last modified time | relevance | path

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

/linux/drivers/hwtracing/coresight/
H A Dcoresight-dummy.c29 if (!coresight_take_mode(csdev, mode)) in dummy_source_enable()
H A Dcoresight-etm3x-core.c562 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.c453 if (!coresight_take_mode(csdev, mode)) { in tpdm_enable()
H A Dcoresight-etm4x-core.c880 if (!coresight_take_mode(csdev, mode)) { in etm4_enable()
/linux/include/linux/
H A Dcoresight.h617 static inline bool coresight_take_mode(struct coresight_device *csdev, in coresight_get_mode()
636 * unless it's synchronized with coresight_take_mode(). Otherwise the
607 static inline bool coresight_take_mode(struct coresight_device *csdev, coresight_take_mode() function