Lines Matching defs:csdev
40 struct coresight_device *csdev; member
66 void coresight_set_percpu_sink(int cpu, struct coresight_device *csdev) in coresight_set_percpu_sink()
98 static inline u32 coresight_read_claim_tags(struct coresight_device *csdev) in coresight_read_claim_tags()
104 static inline bool coresight_is_claimed_self_hosted(struct coresight_device *csdev) in coresight_is_claimed_self_hosted()
109 static inline bool coresight_is_claimed_any(struct coresight_device *csdev) in coresight_is_claimed_any()
114 static inline void coresight_set_claim_tags(struct coresight_device *csdev) in coresight_set_claim_tags()
121 static inline void coresight_clear_claim_tags(struct coresight_device *csdev) in coresight_clear_claim_tags()
138 int coresight_claim_device_unlocked(struct coresight_device *csdev) in coresight_claim_device_unlocked()
155 int coresight_claim_device(struct coresight_device *csdev) in coresight_claim_device()
174 void coresight_disclaim_device_unlocked(struct coresight_device *csdev) in coresight_disclaim_device_unlocked()
192 void coresight_disclaim_device(struct coresight_device *csdev) in coresight_disclaim_device()
210 void coresight_add_helper(struct coresight_device *csdev, in coresight_add_helper()
242 static int coresight_enable_sink(struct coresight_device *csdev, in coresight_enable_sink()
248 static void coresight_disable_sink(struct coresight_device *csdev) in coresight_disable_sink()
253 static int coresight_enable_link(struct coresight_device *csdev, in coresight_enable_link()
275 static void coresight_disable_link(struct coresight_device *csdev, in coresight_disable_link()
290 static bool coresight_is_helper(struct coresight_device *csdev) in coresight_is_helper()
295 static int coresight_enable_helper(struct coresight_device *csdev, in coresight_enable_helper()
301 static void coresight_disable_helper(struct coresight_device *csdev) in coresight_disable_helper()
306 static void coresight_disable_helpers(struct coresight_device *csdev) in coresight_disable_helpers()
328 void coresight_disable_source(struct coresight_device *csdev, void *data) in coresight_disable_source()
344 struct coresight_device *csdev, *parent, *child; in coresight_disable_path_from() local
396 static int coresight_enable_helpers(struct coresight_device *csdev, in coresight_enable_helpers()
421 struct coresight_device *csdev, *parent, *child; in coresight_enable_path() local
483 struct coresight_device *csdev; in coresight_get_sink() local
496 u32 coresight_get_sink_id(struct coresight_device *csdev) in coresight_get_sink_id()
510 struct coresight_device *csdev = to_coresight_device(dev); in coresight_sink_by_id() local
548 static inline bool coresight_get_ref(struct coresight_device *csdev) in coresight_get_ref()
567 static inline void coresight_put_ref(struct coresight_device *csdev) in coresight_put_ref()
582 static int coresight_grab_device(struct coresight_device *csdev) in coresight_grab_device()
611 static void coresight_drop_device(struct coresight_device *csdev) in coresight_drop_device()
636 static int _coresight_build_path(struct coresight_device *csdev, in _coresight_build_path()
725 struct coresight_device *csdev; in coresight_release_path() local
740 static inline bool coresight_is_def_sink_type(struct coresight_device *csdev) in coresight_is_def_sink_type()
809 coresight_find_sink(struct coresight_device *csdev, int *depth) in coresight_find_sink()
865 coresight_find_default_sink(struct coresight_device *csdev) in coresight_find_default_sink()
899 static void coresight_clear_default_sink(struct coresight_device *csdev) in coresight_clear_default_sink()
910 struct coresight_device *csdev = to_coresight_device(dev); in coresight_device_release() local
980 static int coresight_fixup_orphan_conns(struct coresight_device *csdev) in coresight_fixup_orphan_conns()
987 static void coresight_remove_conns(struct coresight_device *csdev) in coresight_remove_conns()
1077 u32 coresight_relaxed_read32(struct coresight_device *csdev, u32 offset) in coresight_relaxed_read32()
1082 u32 coresight_read32(struct coresight_device *csdev, u32 offset) in coresight_read32()
1087 void coresight_relaxed_write32(struct coresight_device *csdev, in coresight_relaxed_write32()
1093 void coresight_write32(struct coresight_device *csdev, u32 val, u32 offset) in coresight_write32()
1098 u64 coresight_relaxed_read64(struct coresight_device *csdev, u32 offset) in coresight_relaxed_read64()
1103 u64 coresight_read64(struct coresight_device *csdev, u32 offset) in coresight_read64()
1108 void coresight_relaxed_write64(struct coresight_device *csdev, in coresight_relaxed_write64()
1114 void coresight_write64(struct coresight_device *csdev, u64 val, u32 offset) in coresight_write64()
1123 void coresight_release_platform_data(struct coresight_device *csdev, in coresight_release_platform_data()
1152 struct coresight_device *csdev; in coresight_register() local
1252 void coresight_unregister(struct coresight_device *csdev) in coresight_unregister()