/src/sys/external/bsd/drm2/dist/drm/i915/display/ |
intel_bios.c | 94 find_section(const void *_bdb, enum bdb_block_id section_id) function in typeref:typename:const void * 229 lvds_options = find_section(bdb, BDB_LVDS_OPTIONS); 287 lvds_lfp_data = find_section(bdb, BDB_LVDS_LFP_DATA); 291 lvds_lfp_data_ptrs = find_section(bdb, BDB_LVDS_LFP_DATA_PTRS); 333 generic_dtd = find_section(bdb, BDB_GENERIC_DTD); 426 backlight_data = find_section(bdb, BDB_LVDS_BACKLIGHT); 485 sdvo_lvds_options = find_section(bdb, BDB_SDVO_LVDS_OPTIONS); 492 dtds = find_section(bdb, BDB_SDVO_PANEL_DTDS); 528 general = find_section(bdb, BDB_GENERAL_FEATURES); 642 driver = find_section(bdb, BDB_DRIVER_FEATURES) [all...] |
intel_bios.c | 94 find_section(const void *_bdb, enum bdb_block_id section_id) function in typeref:typename:const void * 229 lvds_options = find_section(bdb, BDB_LVDS_OPTIONS); 287 lvds_lfp_data = find_section(bdb, BDB_LVDS_LFP_DATA); 291 lvds_lfp_data_ptrs = find_section(bdb, BDB_LVDS_LFP_DATA_PTRS); 333 generic_dtd = find_section(bdb, BDB_GENERIC_DTD); 426 backlight_data = find_section(bdb, BDB_LVDS_BACKLIGHT); 485 sdvo_lvds_options = find_section(bdb, BDB_SDVO_LVDS_OPTIONS); 492 dtds = find_section(bdb, BDB_SDVO_PANEL_DTDS); 528 general = find_section(bdb, BDB_GENERAL_FEATURES); 642 driver = find_section(bdb, BDB_DRIVER_FEATURES) [all...] |