Searched refs:get_soc_bb_info (Results 1 – 3 of 3) sorted by relevance
144 enum bp_result (*get_soc_bb_info)( member
1832 if (!bb && dc->ctx->dc_bios->funcs->get_soc_bb_info) { in init_soc_bounding_box()1835 if (dc->ctx->dc_bios->funcs->get_soc_bb_info(dc->ctx->dc_bios, &bb_info) == BP_RESULT_OK) { in init_soc_bounding_box()
2294 .get_soc_bb_info = bios_parser_get_soc_bb_info,