Lines Matching defs:csdev
338 #define source_ops(csdev) csdev->ops->source_ops argument
339 #define sink_ops(csdev) csdev->ops->sink_ops argument
340 #define link_ops(csdev) csdev->ops->link_ops argument
341 #define helper_ops(csdev) csdev->ops->helper_ops argument
342 #define ect_ops(csdev) csdev->ops->ect_ops argument
596 static inline bool coresight_is_device_source(struct coresight_device *csdev) in coresight_is_device_source()
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()