Searched refs:section_id (Results 1 – 12 of 12) sorted by relevance
26 enum section_id { enum41 const enum section_id id;
498 u8 section_id; member529 hdr->section_id = CATPT_DUMP_SECTION_ID_FILE; in catpt_coredump()550 hdr->section_id = CATPT_DUMP_SECTION_ID_IRAM; in catpt_coredump()560 hdr->section_id = CATPT_DUMP_SECTION_ID_DRAM; in catpt_coredump()570 hdr->section_id = CATPT_DUMP_SECTION_ID_REGS; in catpt_coredump()
1367 u16 section_id; in iwl_read_external_nvm() local1463 section_id = NVM_WORD2_ID(le16_to_cpu(file_sec->word2)); in iwl_read_external_nvm()1467 section_id = EXT_NVM_WORD1_ID( in iwl_read_external_nvm()1492 if (WARN(section_id >= NVM_MAX_NUM_SECTIONS, in iwl_read_external_nvm()1493 "Invalid NVM section ID %d\n", section_id)) { in iwl_read_external_nvm()1504 iwl_nvm_fixups(trans->hw_id, section_id, temp, section_size); in iwl_read_external_nvm()1506 kfree(nvm_sections[section_id].data); in iwl_read_external_nvm()1507 nvm_sections[section_id].data = temp; in iwl_read_external_nvm()1508 nvm_sections[section_id].length = section_size; in iwl_read_external_nvm()
19 static void *find_section(struct bdb_header *bdb, int section_id) in find_section() argument36 if (current_id == section_id) in find_section()
225 uint16_t section_id);
956 pat->header.section_id = 0x0; in vidtv_psi_pat_table_init()1146 pmt->header.section_id = 0; in vidtv_psi_pmt_table_init()1292 sdt->header.section_id = 0; in vidtv_psi_sdt_table_init()1616 nit->header.section_id = 0; in vidtv_psi_nit_table_init()1847 eit->header.section_id = 0; in vidtv_psi_eit_table_init()
157 u8 section_id; /* section_number */ member
971 uint16_t section_id) in get_pseries_errorlog() argument992 if (pseries_errorlog_id(sect) == section_id) in get_pseries_errorlog()
734 __le16 section_id; /* as defined by the */ member
7076 switch (get_unaligned_le16(§ion->section_id)) { in pqi_process_config_table()
88 find_section(const void *_bdb, enum bdb_block_id section_id) in find_section() argument109 if (current_id == section_id) in find_section()