Searched refs:object_info_tbl (Results 1 – 4 of 4) sorted by relevance
144 switch (bp->object_info_tbl.revision.minor) { in bios_parser_get_connectors_number()175 switch (bp->object_info_tbl.revision.minor) { in bios_parser_get_connector_id()226 switch (bp->object_info_tbl.revision.minor) { in bios_parser_get_src_obj()3245 tbl = &bp->object_info_tbl; in update_slot_layout_info()3361 tbl = &bp->object_info_tbl; in update_slot_layout_info_v2()3458 tbl = &bp->object_info_tbl; in get_bracket_layout_record()3745 object_info_tbl = in bios_parser2_construct()3749 if (!object_info_tbl) in bios_parser2_construct()3753 &bp->object_info_tbl.revision); in bios_parser2_construct()3764 bp->object_info_tbl.v1_4 = tbl_v1_4; in bios_parser2_construct()[all …]
1993 if (bp->object_info_tbl.revision.minor < 3) in get_bios_object()2871 ATOM_OBJECT_HEADER *object_info_tbl; in bios_parser_construct() local2914 object_info_tbl = in bios_parser_construct()2917 if (!object_info_tbl) in bios_parser_construct()2921 &bp->object_info_tbl.revision); in bios_parser_construct()2923 if (bp->object_info_tbl.revision.major == 1 in bios_parser_construct()2924 && bp->object_info_tbl.revision.minor >= 3) { in bios_parser_construct()2932 bp->object_info_tbl.v1_3 = tbl_v3; in bios_parser_construct()2933 } else if (bp->object_info_tbl.revision.major == 1 in bios_parser_construct()2934 && bp->object_info_tbl.revision.minor >= 1) in bios_parser_construct()[all …]
56 struct object_info_table object_info_tbl; member
58 struct object_info_table object_info_tbl; member