Lines Matching refs:find_section
19 static void *find_section(struct bdb_header *bdb, int section_id) in find_section() function
52 edp = find_section(bdb, BDB_EDP); in parse_edp()
196 = find_section(bdb, BDB_LVDS_OPTIONS); in parse_backlight_data()
205 bl_start = find_section(bdb, BDB_LVDS_BACKLIGHT); in parse_backlight_data()
230 lvds_options = find_section(bdb, BDB_LVDS_OPTIONS); in parse_lfp_panel_data()
240 lvds_lfp_data = find_section(bdb, BDB_LVDS_LFP_DATA); in parse_lfp_panel_data()
279 sdvo_lvds_options = find_section(bdb, BDB_SDVO_LVDS_OPTIONS); in parse_sdvo_panel_data()
283 dvo_timing = find_section(bdb, BDB_SDVO_PANEL_DTDS); in parse_sdvo_panel_data()
309 general = find_section(bdb, BDB_GENERAL_FEATURES); in parse_general_features()
332 p_defs = find_section(bdb, BDB_GENERAL_DEFINITIONS); in parse_sdvo_device_mapping()
419 driver = find_section(bdb, BDB_DRIVER_FEATURES); in parse_driver_features()
445 p_defs = find_section(bdb, BDB_GENERAL_DEFINITIONS); in parse_device_mapping()