Searched refs:lfp_options (Results 1 – 1 of 1) sorted by relevance
652 const struct bdb_lfp_options *lfp_options; in vbt_get_panel_type() local654 lfp_options = bdb_find_section(display, BDB_LFP_OPTIONS); in vbt_get_panel_type()655 if (!lfp_options) in vbt_get_panel_type()658 if (!is_panel_type_valid_or_pnp(lfp_options->panel_type)) { in vbt_get_panel_type()660 lfp_options->panel_type); in vbt_get_panel_type()665 if (!is_panel_type_valid_or_pnp(lfp_options->panel_type2)) { in vbt_get_panel_type()667 lfp_options->panel_type2); in vbt_get_panel_type()671 return lfp_options->panel_type2; in vbt_get_panel_type()677 return lfp_options->panel_type; in vbt_get_panel_type()817 const struct bdb_lfp_options *lfp_options; in parse_panel_options() local[all …]