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

/solaris-x11-s11/open-src/kernel/i915/src/
H A Dintel_bios.c44 find_section(struct bdb_header *bdb, int section_id) function
217 lvds_options = find_section(bdb, BDB_LVDS_OPTIONS);
227 lvds_lfp_data = find_section(bdb, BDB_LVDS_LFP_DATA);
231 lvds_lfp_data_ptrs = find_section(bdb, BDB_LVDS_LFP_DATA_PTRS);
308 sdvo_lvds_options = find_section(bdb, BDB_SDVO_LVDS_OPTIONS);
315 dvo_timing = find_section(bdb, BDB_SDVO_PANEL_DTDS);
352 general = find_section(bdb, BDB_GENERAL_FEATURES);
379 general = find_section(bdb, BDB_GENERAL_DEFINITIONS);
404 p_defs = find_section(bdb, BDB_GENERAL_DEFINITIONS);
491 driver = find_section(bd
[all...]

Completed in 13 milliseconds