Lines Matching defs:csdev

274 #define source_ops(csdev)	csdev->ops->source_ops  argument
275 #define sink_ops(csdev) csdev->ops->sink_ops argument
276 #define link_ops(csdev) csdev->ops->link_ops argument
277 #define helper_ops(csdev) csdev->ops->helper_ops argument
278 #define ect_ops(csdev) csdev->ops->ect_ops argument
486 static inline bool coresight_is_percpu_source(struct coresight_device *csdev) in coresight_is_percpu_source()
492 static inline bool coresight_is_percpu_sink(struct coresight_device *csdev) in coresight_is_percpu_sink()
530 static inline void coresight_unregister(struct coresight_device *csdev) {} in coresight_unregister()
532 coresight_enable(struct coresight_device *csdev) { return -ENOSYS; } in coresight_enable()
533 static inline void coresight_disable(struct coresight_device *csdev) {} in coresight_disable()
541 static inline int coresight_claim_device_unlocked(struct coresight_device *csdev) in coresight_claim_device_unlocked()
546 static inline int coresight_claim_device(struct coresight_device *csdev) in coresight_claim_device()
551 static inline void coresight_disclaim_device(struct coresight_device *csdev) {} in coresight_disclaim_device()
552 static inline void coresight_disclaim_device_unlocked(struct coresight_device *csdev) {} in coresight_disclaim_device_unlocked()
559 static inline u32 coresight_relaxed_read32(struct coresight_device *csdev, u32 offset) in coresight_relaxed_read32()
565 static inline u32 coresight_read32(struct coresight_device *csdev, u32 offset) in coresight_read32()
571 static inline void coresight_write32(struct coresight_device *csdev, u32 val, u32 offset) in coresight_write32()
575 static inline void coresight_relaxed_write32(struct coresight_device *csdev, in coresight_relaxed_write32()
580 static inline u64 coresight_relaxed_read64(struct coresight_device *csdev, in coresight_relaxed_read64()
587 static inline u64 coresight_read64(struct coresight_device *csdev, u32 offset) in coresight_read64()
593 static inline void coresight_relaxed_write64(struct coresight_device *csdev, in coresight_relaxed_write64()
598 static inline void coresight_write64(struct coresight_device *csdev, u64 val, u32 offset) in coresight_write64()