Home
last modified time | relevance | path

Searched refs:stm_device (Results 1 – 3 of 3) sorted by relevance

/drivers/hwtracing/stm/
Dstm.h25 stp_policy_node_lookup(struct stm_device *stm, char *s);
40 struct stm_device { struct
57 container_of((_d), struct stm_device, dev) argument
67 struct stm_device *stm;
72 struct stm_device *stm_find_device(const char *name);
73 void stm_put_device(struct stm_device *stm);
79 struct stm_device __rcu *link;
Dcore.c47 struct stm_device *stm = to_stm_device(dev); in masters_show()
61 struct stm_device *stm = to_stm_device(dev); in channels_show()
75 struct stm_device *stm = to_stm_device(dev); in hw_override_show()
118 struct stm_device *stm_find_device(const char *buf) in stm_find_device()
120 struct stm_device *stm; in stm_find_device()
147 void stm_put_device(struct stm_device *stm) in stm_put_device()
165 stm_master(struct stm_device *stm, unsigned int idx) in stm_master()
173 static int stp_master_alloc(struct stm_device *stm, unsigned int idx) in stp_master_alloc()
190 static void stp_master_free(struct stm_device *stm, unsigned int idx) in stp_master_free()
201 static void stm_output_claim(struct stm_device *stm, struct stm_output *output) in stm_output_claim()
[all …]
Dpolicy.c34 struct stm_device *stm;
97 struct stm_device *stm; in stp_policy_node_masters_store()
144 struct stm_device *stm; in stp_policy_node_channels_store()
272 struct stm_device *stm = policy->stm; in stp_policy_unbind()
293 struct stm_device *stm = policy->stm; in stp_policy_release()
325 struct stm_device *stm; in stp_policies_make()
447 stp_policy_node_lookup(struct stm_device *stm, char *s) in stp_policy_node_lookup()