Lines Matching defs:elem_set_trial

15 struct elem_set_trial {
24 int (*add_elem_set)(struct elem_set_trial *trial,
26 int (*check_elem_props)(struct elem_set_trial *trial,
28 void (*change_elem_members)(struct elem_set_trial *trial,
30 int (*allocate_elem_set_tlv)(struct elem_set_trial *trial,
57 static int add_bool_elem_set(struct elem_set_trial *trial,
64 static void change_bool_elem_members(struct elem_set_trial *trial,
76 static int allocate_bool_elem_set_tlv(struct elem_set_trial *trial,
94 static int add_int_elem_set(struct elem_set_trial *trial,
102 static int check_int_elem_props(struct elem_set_trial *trial,
115 static void change_int_elem_members(struct elem_set_trial *trial,
127 static int allocate_int_elem_set_tlv(struct elem_set_trial *trial,
177 static int add_enum_elem_set(struct elem_set_trial *trial,
186 static int check_enum_elem_props(struct elem_set_trial *trial,
213 static void change_enum_elem_members(struct elem_set_trial *trial,
226 static int add_bytes_elem_set(struct elem_set_trial *trial,
233 static void change_bytes_elem_members(struct elem_set_trial *trial,
245 static int allocate_bytes_elem_set_tlv(struct elem_set_trial *trial,
264 static int add_iec958_elem_set(struct elem_set_trial *trial,
282 static void change_iec958_elem_members(struct elem_set_trial *trial,
297 static int add_int64_elem_set(struct elem_set_trial *trial,
305 static int check_int64_elem_props(struct elem_set_trial *trial,
318 static void change_int64_elem_members(struct elem_set_trial *trial,
330 static int allocate_int64_elem_set_tlv(struct elem_set_trial *trial,
370 static int add_elem_set(struct elem_set_trial *trial)
390 static int check_event(struct elem_set_trial *trial, unsigned int mask,
444 static int check_elem_list(struct elem_set_trial *trial)
516 static int check_elem_set_props(struct elem_set_trial *trial)
612 static int check_elems(struct elem_set_trial *trial)
651 static int check_tlv(struct elem_set_trial *trial)
725 struct elem_set_trial trial = {0};