Lines Matching full:struct
90 struct resp_probe_objects {
96 struct resp_probe_objects_array {
97 struct resp_probe_objects objects;
100 struct resp_probe_objects_array_array {
101 struct resp_probe_objects_array objects[4];
105 struct resp_probe_any_boards {
106 struct resp_probe_objects_array_array objects[2];
112 struct resp_probe_some_boards {
113 struct resp_probe_objects_array_array objects[2];
120 struct updatehub_config_device_identity {
124 struct report {
128 struct updatehub_config_device_identity device_identity;
135 struct probe {
139 struct updatehub_config_device_identity device_identity;
142 static const struct json_obj_descr recv_probe_objects_descr[] = {
143 JSON_OBJ_DESCR_PRIM(struct resp_probe_objects,
145 JSON_OBJ_DESCR_PRIM(struct resp_probe_objects,
147 JSON_OBJ_DESCR_PRIM(struct resp_probe_objects,
151 static const struct json_obj_descr recv_probe_objects_descr_array[] = {
152 JSON_OBJ_DESCR_OBJECT(struct resp_probe_objects_array,
156 static const struct json_obj_descr recv_probe_objects_descr_array_array[] = {
157 JSON_OBJ_DESCR_ARRAY_ARRAY(struct resp_probe_objects_array_array,
163 static const struct json_obj_descr recv_probe_sh_string_descr[] = {
164 JSON_OBJ_DESCR_PRIM(struct resp_probe_any_boards,
166 JSON_OBJ_DESCR_PRIM_NAMED(struct resp_probe_any_boards,
169 JSON_OBJ_DESCR_ARRAY_ARRAY(struct resp_probe_any_boards,
175 static const struct json_obj_descr recv_probe_sh_array_descr[] = {
176 JSON_OBJ_DESCR_PRIM(struct resp_probe_some_boards,
178 JSON_OBJ_DESCR_ARRAY_NAMED(struct resp_probe_some_boards,
182 JSON_OBJ_DESCR_ARRAY_ARRAY(struct resp_probe_some_boards,
188 static const struct json_obj_descr device_identity_descr[] = {
189 JSON_OBJ_DESCR_PRIM(struct updatehub_config_device_identity,
193 static const struct json_obj_descr send_report_descr[] = {
194 JSON_OBJ_DESCR_PRIM_NAMED(struct report,
197 JSON_OBJ_DESCR_OBJECT_NAMED(struct report,
200 JSON_OBJ_DESCR_PRIM_NAMED(struct report,
203 JSON_OBJ_DESCR_PRIM_NAMED(struct report,
206 JSON_OBJ_DESCR_PRIM(struct report,
208 JSON_OBJ_DESCR_PRIM(struct report,
210 JSON_OBJ_DESCR_PRIM_NAMED(struct report,
213 JSON_OBJ_DESCR_PRIM(struct report,
217 static const struct json_obj_descr send_probe_descr[] = {
218 JSON_OBJ_DESCR_PRIM_NAMED(struct probe,
221 JSON_OBJ_DESCR_OBJECT_NAMED(struct probe,
224 JSON_OBJ_DESCR_PRIM(struct probe,
226 JSON_OBJ_DESCR_PRIM(struct probe,