Lines Matching defs:csdev

44 	struct coresight_device *csdev;  member
67 struct coresight_device *csdev = container_of(_dev, struct coresight_device, dev); in coresight_simple_show_pair() local
81 struct coresight_device *csdev = container_of(_dev, struct coresight_device, dev); in coresight_simple_show32() local
104 void coresight_set_percpu_sink(int cpu, struct coresight_device *csdev) in coresight_set_percpu_sink()
136 static inline u32 coresight_read_claim_tags(struct coresight_device *csdev) in coresight_read_claim_tags()
141 static inline bool coresight_is_claimed_self_hosted(struct coresight_device *csdev) in coresight_is_claimed_self_hosted()
146 static inline bool coresight_is_claimed_any(struct coresight_device *csdev) in coresight_is_claimed_any()
151 static inline void coresight_set_claim_tags(struct coresight_device *csdev) in coresight_set_claim_tags()
158 static inline void coresight_clear_claim_tags(struct coresight_device *csdev) in coresight_clear_claim_tags()
175 int coresight_claim_device_unlocked(struct coresight_device *csdev) in coresight_claim_device_unlocked()
192 int coresight_claim_device(struct coresight_device *csdev) in coresight_claim_device()
211 void coresight_disclaim_device_unlocked(struct coresight_device *csdev) in coresight_disclaim_device_unlocked()
229 void coresight_disclaim_device(struct coresight_device *csdev) in coresight_disclaim_device()
247 void coresight_add_helper(struct coresight_device *csdev, in coresight_add_helper()
279 static int coresight_enable_sink(struct coresight_device *csdev, in coresight_enable_sink()
300 static void coresight_disable_sink(struct coresight_device *csdev) in coresight_disable_sink()
313 static int coresight_enable_link(struct coresight_device *csdev, in coresight_enable_link()
342 static void coresight_disable_link(struct coresight_device *csdev, in coresight_disable_link()
379 int coresight_enable_source(struct coresight_device *csdev, enum cs_mode mode, in coresight_enable_source()
399 static bool coresight_is_helper(struct coresight_device *csdev) in coresight_is_helper()
404 static int coresight_enable_helper(struct coresight_device *csdev, in coresight_enable_helper()
419 static void coresight_disable_helper(struct coresight_device *csdev) in coresight_disable_helper()
432 static void coresight_disable_helpers(struct coresight_device *csdev) in coresight_disable_helpers()
454 bool coresight_disable_source(struct coresight_device *csdev, void *data) in coresight_disable_source()
475 struct coresight_device *csdev, *parent, *child; in coresight_disable_path_from() local
527 static int coresight_enable_helpers(struct coresight_device *csdev, in coresight_enable_helpers()
552 struct coresight_device *csdev, *parent, *child; in coresight_enable_path() local
609 struct coresight_device *csdev; in coresight_get_sink() local
623 coresight_find_enabled_sink(struct coresight_device *csdev) in coresight_find_enabled_sink()
666 struct coresight_device *csdev = to_coresight_device(dev); in coresight_sink_by_id() local
714 static inline bool coresight_get_ref(struct coresight_device *csdev) in coresight_get_ref()
733 static inline void coresight_put_ref(struct coresight_device *csdev) in coresight_put_ref()
748 static int coresight_grab_device(struct coresight_device *csdev) in coresight_grab_device()
777 static void coresight_drop_device(struct coresight_device *csdev) in coresight_drop_device()
803 static int _coresight_build_path(struct coresight_device *csdev, in _coresight_build_path()
892 struct coresight_device *csdev; in coresight_release_path() local
907 static inline bool coresight_is_def_sink_type(struct coresight_device *csdev) in coresight_is_def_sink_type()
976 coresight_find_sink(struct coresight_device *csdev, int *depth) in coresight_find_sink()
1032 coresight_find_default_sink(struct coresight_device *csdev) in coresight_find_default_sink()
1066 static void coresight_clear_default_sink(struct coresight_device *csdev) in coresight_clear_default_sink()
1081 static int coresight_validate_source(struct coresight_device *csdev, in coresight_validate_source()
1105 int coresight_enable(struct coresight_device *csdev) in coresight_enable()
1195 void coresight_disable(struct coresight_device *csdev) in coresight_disable()
1244 struct coresight_device *csdev = to_coresight_device(dev); in enable_sink_show() local
1255 struct coresight_device *csdev = to_coresight_device(dev); in enable_sink_store() local
1274 struct coresight_device *csdev = to_coresight_device(dev); in enable_source_show() local
1285 struct coresight_device *csdev = to_coresight_device(dev); in enable_source_store() local
1340 struct coresight_device *csdev = to_coresight_device(dev); in coresight_device_release() local
1409 static int coresight_fixup_orphan_conns(struct coresight_device *csdev) in coresight_fixup_orphan_conns()
1416 static void coresight_remove_conns(struct coresight_device *csdev) in coresight_remove_conns()
1496 u32 coresight_relaxed_read32(struct coresight_device *csdev, u32 offset) in coresight_relaxed_read32()
1501 u32 coresight_read32(struct coresight_device *csdev, u32 offset) in coresight_read32()
1506 void coresight_relaxed_write32(struct coresight_device *csdev, in coresight_relaxed_write32()
1512 void coresight_write32(struct coresight_device *csdev, u32 val, u32 offset) in coresight_write32()
1517 u64 coresight_relaxed_read64(struct coresight_device *csdev, u32 offset) in coresight_relaxed_read64()
1522 u64 coresight_read64(struct coresight_device *csdev, u32 offset) in coresight_read64()
1527 void coresight_relaxed_write64(struct coresight_device *csdev, in coresight_relaxed_write64()
1533 void coresight_write64(struct coresight_device *csdev, u64 val, u32 offset) in coresight_write64()
1542 void coresight_release_platform_data(struct coresight_device *csdev, in coresight_release_platform_data()
1571 struct coresight_device *csdev; in coresight_register() local
1661 void coresight_unregister(struct coresight_device *csdev) in coresight_unregister()