Lines Matching defs:structure_id
87 static int get_struct_header(uint32_t structure_id, struct_header_t **header)
102 if (GET_SDS_HEADER_ID(current_header) == structure_id) {
119 int sds_struct_exists(unsigned int structure_id)
124 ret = get_struct_header(structure_id, &header);
133 * Read from field in the structure corresponding to `structure_id`.
139 int sds_struct_read(uint32_t structure_id, unsigned int fld_off,
150 status = get_struct_header(structure_id, &header);
161 structure_id);
179 * Write to the field in the structure corresponding to `structure_id`.
185 int sds_struct_write(uint32_t structure_id, unsigned int fld_off,
196 status = get_struct_header(structure_id, &header);
207 structure_id);