Home
last modified time | relevance | path

Searched defs:csdev (Results 1 – 1 of 1) sorted by relevance

/include/linux/
Dcoresight.h339 #define source_ops(csdev) csdev->ops->source_ops argument
340 #define sink_ops(csdev) csdev->ops->sink_ops argument
341 #define link_ops(csdev) csdev->ops->link_ops argument
342 #define helper_ops(csdev) csdev->ops->helper_ops argument
343 #define ect_ops(csdev) csdev->ops->ect_ops argument
601 static inline bool coresight_is_percpu_source(struct coresight_device *csdev) in coresight_is_percpu_source()
607 static inline bool coresight_is_percpu_sink(struct coresight_device *csdev) in coresight_is_percpu_sink()
617 static inline bool coresight_take_mode(struct coresight_device *csdev, in coresight_take_mode()
624 static inline enum cs_mode coresight_get_mode(struct coresight_device *csdev) in coresight_get_mode()
629 static inline void coresight_set_mode(struct coresight_device *csdev, in coresight_set_mode()