Home
last modified time | relevance | path

Searched refs:find_section (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/arch/powerpc/kernel/
Dmodule.c48 static const Elf_Shdr *find_section(const Elf_Ehdr *hdr, in find_section() function
68 sect = find_section(hdr, sechdrs, "__ftr_fixup"); in module_finalize()
74 sect = find_section(hdr, sechdrs, "__mmu_ftr_fixup"); in module_finalize()
81 sect = find_section(hdr, sechdrs, "__fw_ftr_fixup"); in module_finalize()
88 sect = find_section(hdr, sechdrs, "__lwsync_fixup"); in module_finalize()
/linux-2.6.39/drivers/staging/gma500/
Dpsb_intel_bios.c30 static void *find_section(struct bdb_header *bdb, int section_id) in find_section() function
95 = find_section(bdb, BDB_LVDS_OPTIONS); in parse_backlight_data()
107 bl_start = find_section(bdb, BDB_LVDS_BACKLIGHT); in parse_backlight_data()
135 lvds_options = find_section(bdb, BDB_LVDS_OPTIONS); in parse_lfp_panel_data()
143 lvds_lfp_data = find_section(bdb, BDB_LVDS_LFP_DATA); in parse_lfp_panel_data()
175 sdvo_lvds_options = find_section(bdb, BDB_SDVO_LVDS_OPTIONS); in parse_sdvo_panel_data()
179 dvo_timing = find_section(bdb, BDB_SDVO_PANEL_DTDS); in parse_sdvo_panel_data()
205 general = find_section(bdb, BDB_GENERAL_FEATURES); in parse_general_features()
/linux-2.6.39/drivers/gpu/drm/i915/
Dintel_bios.c40 find_section(struct bdb_header *bdb, int section_id) in find_section() function
133 lvds_options = find_section(bdb, BDB_LVDS_OPTIONS); in parse_lfp_panel_data()
143 lvds_lfp_data = find_section(bdb, BDB_LVDS_LFP_DATA); in parse_lfp_panel_data()
147 lvds_lfp_data_ptrs = find_section(bdb, BDB_LVDS_LFP_DATA_PTRS); in parse_lfp_panel_data()
237 sdvo_lvds_options = find_section(bdb, BDB_SDVO_LVDS_OPTIONS); in parse_sdvo_panel_data()
244 dvo_timing = find_section(bdb, BDB_SDVO_PANEL_DTDS); in parse_sdvo_panel_data()
281 general = find_section(bdb, BDB_GENERAL_FEATURES); in parse_general_features()
297 general = find_section(bdb, BDB_GENERAL_DEFINITIONS); in parse_general_definitions()
322 p_defs = find_section(bdb, BDB_GENERAL_DEFINITIONS); in parse_sdvo_device_mapping()
411 driver = find_section(bdb, BDB_DRIVER_FEATURES); in parse_driver_features()
[all …]