Lines Matching refs:find_section
40 find_section(struct bdb_header *bdb, int section_id) in find_section() function
221 lvds_options = find_section(bdb, BDB_LVDS_OPTIONS); in parse_lfp_panel_data()
253 lvds_lfp_data = find_section(bdb, BDB_LVDS_LFP_DATA); in parse_lfp_panel_data()
257 lvds_lfp_data_ptrs = find_section(bdb, BDB_LVDS_LFP_DATA_PTRS); in parse_lfp_panel_data()
322 backlight_data = find_section(bdb, BDB_LVDS_BACKLIGHT); in parse_lfp_backlight()
370 sdvo_lvds_options = find_section(bdb, BDB_SDVO_LVDS_OPTIONS); in parse_sdvo_panel_data()
377 dvo_timing = find_section(bdb, BDB_SDVO_PANEL_DTDS); in parse_sdvo_panel_data()
414 general = find_section(bdb, BDB_GENERAL_FEATURES); in parse_general_features()
439 general = find_section(bdb, BDB_GENERAL_DEFINITIONS); in parse_general_definitions()
464 p_defs = find_section(bdb, BDB_GENERAL_DEFINITIONS); in parse_sdvo_device_mapping()
550 driver = find_section(bdb, BDB_DRIVER_FEATURES); in parse_driver_features()
578 edp = find_section(bdb, BDB_EDP); in parse_edp()
684 psr = find_section(bdb, BDB_PSR); in parse_psr()
815 start = find_section(bdb, BDB_MIPI_CONFIG); in parse_mipi()
846 sequence = find_section(bdb, BDB_MIPI_SEQUENCE); in parse_mipi()
1075 p_defs = find_section(bdb, BDB_GENERAL_DEFINITIONS); in parse_device_mapping()