Home
last modified time | relevance | path

Searched refs:section_id (Results 1 – 9 of 9) sorted by relevance

/drivers/gpu/drm/i915/display/
A Dintel_bios.c120 if (current_id == section_id) in find_raw_section()
146 enum bdb_block_id section_id; member
152 enum bdb_block_id section_id) in bdb_find_section() argument
157 if (entry->section_id == section_id) in bdb_find_section()
165 enum bdb_block_id section_id; member
172 { .section_id = BDB_PSR,
180 { .section_id = BDB_EDP,
190 { .section_id = BDB_LFP_DATA,
194 { .section_id = BDB_LFP_POWER,
496 entry->section_id = section_id; in init_bdb_block()
[all …]
/drivers/gpu/drm/amd/amdgpu/
A Dclearstate_defs.h26 enum section_id { enum
41 const enum section_id id;
/drivers/gpu/drm/radeon/
A Dclearstate_defs.h26 enum section_id { enum
41 const enum section_id id;
/drivers/net/wireless/intel/iwlwifi/
A Diwl-nvm-parse.c1913 u16 section_id; in iwl_read_external_nvm() local
2009 section_id = NVM_WORD2_ID(le16_to_cpu(file_sec->word2)); in iwl_read_external_nvm()
2013 section_id = EXT_NVM_WORD1_ID( in iwl_read_external_nvm()
2038 if (WARN(section_id >= NVM_MAX_NUM_SECTIONS, in iwl_read_external_nvm()
2039 "Invalid NVM section ID %d\n", section_id)) { in iwl_read_external_nvm()
2050 iwl_nvm_fixups(trans->info.hw_id, section_id, temp, section_size); in iwl_read_external_nvm()
2052 kfree(nvm_sections[section_id].data); in iwl_read_external_nvm()
2053 nvm_sections[section_id].data = temp; in iwl_read_external_nvm()
2054 nvm_sections[section_id].length = section_size; in iwl_read_external_nvm()
/drivers/gpu/drm/gma500/
A Dintel_bios.c20 static void *find_section(struct bdb_header *bdb, int section_id) in find_section() argument
37 if (current_id == section_id) in find_section()
/drivers/media/test-drivers/vidtv/
A Dvidtv_psi.c983 pat->header.section_id = 0x0; in vidtv_psi_pat_table_init()
1173 pmt->header.section_id = 0; in vidtv_psi_pmt_table_init()
1319 sdt->header.section_id = 0; in vidtv_psi_sdt_table_init()
1643 nit->header.section_id = 0; in vidtv_psi_nit_table_init()
1874 eit->header.section_id = 0; in vidtv_psi_eit_table_init()
A Dvidtv_psi.h157 u8 section_id; /* section_number */ member
/drivers/scsi/smartpqi/
A Dsmartpqi.h826 __le16 section_id; /* as defined by the */ member
A Dsmartpqi_init.c8199 switch (get_unaligned_le16(&section->section_id)) { in pqi_process_config_table()

Completed in 49 milliseconds