Home
last modified time | relevance | path

Searched refs:stp_policy (Results 1 – 2 of 2) sorted by relevance

/drivers/hwtracing/stm/
Dpolicy.c24 struct stp_policy { struct
31 struct stp_policy *policy; argument
65 static inline struct stp_policy *to_stp_policy(struct config_item *item) in to_stp_policy()
68 container_of(to_config_group(item), struct stp_policy, group) : in to_stp_policy()
233 struct stp_policy *policy; in stp_policy_node_make()
236 policy = container_of(group, struct stp_policy, group); in stp_policy_node_make()
296 struct stp_policy *policy = to_stp_policy(item); in stp_policy_device_show()
312 struct stp_policy *policy = to_stp_policy(item); in stp_policy_protocol_show()
331 void stp_policy_unbind(struct stp_policy *policy) in stp_policy_unbind()
358 struct stp_policy *policy = to_stp_policy(item); in stp_policy_release()
[all …]
Dstm.h15 struct stp_policy;
32 struct stp_policy *policy;
54 void stp_policy_unbind(struct stp_policy *policy);