Searched refs:find_section (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Di830_bios.c53 find_section(struct bdb_header *bdb, int section_id) function in typeref:typename:void *
131 lvds_options = find_section(bdb, BDB_LVDS_OPTIONS);
139 lvds_data = find_section(bdb, BDB_LVDS_LFP_DATA);
144 lvds_lfp_data_ptrs = find_section(bdb, BDB_LVDS_LFP_DATA_PTRS);
177 sdvo_lvds_options = find_section(bdb, BDB_SDVO_LVDS_OPTIONS);
181 timing_ptr = find_section(bdb, BDB_SDVO_PANEL_DTDS);
211 general = find_section(bdb, BDB_GENERAL_FEATURES);
244 feature = find_section(bdb, BDB_DRIVER_FEATURES);
263 defs = find_section(bdb, BDB_GENERAL_DEFINITIONS);
/xsrc/external/mit/xf86-video-intel-old/dist/src/bios_reader/
H A Dbios_reader.c75 static struct bdb_block *find_section(int section_id) function in typeref:struct:bdb_block *
117 block = find_section(BDB_GENERAL_FEATURES);
172 block = find_section(BDB_LVDS_BACKLIGHT);
208 block = find_section(BDB_GENERAL_DEFINITIONS);
251 block = find_section(BDB_CHILD_DEVICE_TABLE);
284 block = find_section(BDB_LVDS_OPTIONS);
317 block = find_section(BDB_LVDS_LFP_DATA_PTRS);
324 block = find_section(BDB_LVDS_LFP_DATA);
357 block = find_section(BDB_LVDS_LFP_DATA_PTRS);
367 block = find_section(BDB_LVDS_LFP_DAT
[all...]

Completed in 3 milliseconds