Searched refs:tag_def (Results 1 – 1 of 1) sorted by relevance
1441 const struct peb2466_fw_tag_def *tag_def; in peb2466_fw_parse() 1503 tag_def = peb2466_fw_get_tag_def(tag); in peb2466_fw_parse() 1504 if (!tag_def) { in peb2466_fw_parse() 1509 if (lng < tag_def->lng_min || lng > tag_def->lng_max) { in peb2466_fw_parse() 1511 buf - data, size, tag, lng, tag_def->lng_min, tag_def->lng_max); in peb2466_fw_parse() 1523 ret = tag_def->parse(component, tag, lng, buf); in peb2466_fw_parse() 1442 const struct peb2466_fw_tag_def *tag_def; peb2466_fw_parse() local