Searched refs:totallen (Results 1 – 4 of 4) sorted by relevance
142 be16_to_cpu(eeprom_hdr->totallen), in read_eeprom()150 eeprom_hdr->totallen = cpu_to_be16(0); in read_eeprom()364 unsigned int totallen = be16_to_cpu(eeprom_hdr->totallen); in update_crc() local368 eeprom_index = HDR_SIZE + totallen; in update_crc()369 eeprom_hdr->totallen = cpu_to_be16(totallen + ENT_SIZE + 4); in update_crc()468 eeprom_hdr->totallen = cpu_to_be16(0); in do_tlv_eeprom()593 eeprom_hdr->totallen = in tlvinfo_delete_tlv()594 cpu_to_be16(be16_to_cpu(eeprom_hdr->totallen) - in tlvinfo_delete_tlv()684 eeprom_hdr->totallen = in tlvinfo_add_tlv()695 eeprom_hdr->totallen = cpu_to_be16(be16_to_cpu(eeprom_hdr->totallen) + in tlvinfo_add_tlv()[all …]
23 u16 totallen; /* 0x09 - 0x0A Length of all data which follows */ member149 (be16_to_cpu(hdr->totallen) <= TLV_TOTAL_LEN_MAX)); in is_valid_tlvinfo_header()
132 int len, totallen, i; in video_search_param() local135 totallen = len + strlen (start); in video_search_param()136 for (i = 0; i < totallen; i++) { in video_search_param()
59 tlv_len = sizeof(struct tlvinfo_header) + be16_to_cpu(hdr->totallen); in parse_tlv_data()
Completed in 7 milliseconds