Lines Matching refs:dcb

58 	struct dc_bios *dcb,
62 struct dc_bios *dcb,
100 static void firmware_parser_destroy(struct dc_bios **dcb) in firmware_parser_destroy() argument
102 struct bios_parser *bp = BP_FROM_DCB(*dcb); in firmware_parser_destroy()
112 *dcb = NULL; in firmware_parser_destroy()
138 static uint8_t bios_parser_get_connectors_number(struct dc_bios *dcb) in bios_parser_get_connectors_number() argument
140 struct bios_parser *bp = BP_FROM_DCB(dcb); in bios_parser_get_connectors_number()
164 struct dc_bios *dcb, in bios_parser_get_connector_id() argument
167 struct bios_parser *bp = BP_FROM_DCB(dcb); in bios_parser_get_connector_id()
204 static enum bp_result bios_parser_get_src_obj(struct dc_bios *dcb, in bios_parser_get_src_obj() argument
208 struct bios_parser *bp = BP_FROM_DCB(dcb); in bios_parser_get_src_obj()
385 static enum bp_result bios_parser_get_i2c_info(struct dc_bios *dcb, in bios_parser_get_i2c_info() argument
397 struct bios_parser *bp = BP_FROM_DCB(dcb); in bios_parser_get_i2c_info()
562 struct dc_bios *dcb, in bios_parser_get_hpd_info() argument
566 struct bios_parser *bp = BP_FROM_DCB(dcb); in bios_parser_get_hpd_info()
654 struct dc_bios *dcb, in bios_parser_get_gpio_pin_info() argument
658 struct bios_parser *bp = BP_FROM_DCB(dcb); in bios_parser_get_gpio_pin_info()
763 struct dc_bios *dcb, in bios_parser_get_device_tag() argument
768 struct bios_parser *bp = BP_FROM_DCB(dcb); in bios_parser_get_device_tag()
1067 struct dc_bios *dcb, in bios_parser_get_spread_spectrum_info() argument
1072 struct bios_parser *bp = BP_FROM_DCB(dcb); in bios_parser_get_spread_spectrum_info()
1165 struct dc_bios *dcb, in bios_parser_get_soc_bb_info() argument
1168 struct bios_parser *bp = BP_FROM_DCB(dcb); in bios_parser_get_soc_bb_info()
1328 struct dc_bios *dcb, in bios_parser_get_lttpr_interop() argument
1331 struct bios_parser *bp = BP_FROM_DCB(dcb); in bios_parser_get_lttpr_interop()
1378 struct dc_bios *dcb, in bios_parser_get_lttpr_caps() argument
1381 struct bios_parser *bp = BP_FROM_DCB(dcb); in bios_parser_get_lttpr_caps()
1424 if (dcb->ctx->dc->config.force_bios_enable_lttpr && *dce_caps == 0) { in bios_parser_get_lttpr_caps()
1510 struct dc_bios *dcb, in bios_parser_get_embedded_panel_info() argument
1514 *bp = BP_FROM_DCB(dcb); in bios_parser_get_embedded_panel_info()
1585 struct dc_bios *dcb, in bios_parser_is_device_id_supported() argument
1588 struct bios_parser *bp = BP_FROM_DCB(dcb); in bios_parser_is_device_id_supported()
1604 struct dc_bios *dcb, in bios_parser_get_ss_entry_number() argument
1614 struct dc_bios *dcb, in bios_parser_transmitter_control() argument
1617 struct bios_parser *bp = BP_FROM_DCB(dcb); in bios_parser_transmitter_control()
1626 struct dc_bios *dcb, in bios_parser_encoder_control() argument
1629 struct bios_parser *bp = BP_FROM_DCB(dcb); in bios_parser_encoder_control()
1638 struct dc_bios *dcb, in bios_parser_set_pixel_clock() argument
1641 struct bios_parser *bp = BP_FROM_DCB(dcb); in bios_parser_set_pixel_clock()
1650 struct dc_bios *dcb, in bios_parser_set_dce_clock() argument
1653 struct bios_parser *bp = BP_FROM_DCB(dcb); in bios_parser_set_dce_clock()
1662 struct dc_bios *dcb, in bios_parser_program_crtc_timing() argument
1665 struct bios_parser *bp = BP_FROM_DCB(dcb); in bios_parser_program_crtc_timing()
1674 struct dc_bios *dcb, in bios_parser_enable_crtc() argument
1678 struct bios_parser *bp = BP_FROM_DCB(dcb); in bios_parser_enable_crtc()
1687 struct dc_bios *dcb, in bios_parser_enable_disp_power_gating() argument
1691 struct bios_parser *bp = BP_FROM_DCB(dcb); in bios_parser_enable_disp_power_gating()
1701 struct dc_bios *dcb, in bios_parser_enable_lvtma_control() argument
1706 struct bios_parser *bp = BP_FROM_DCB(dcb); in bios_parser_enable_lvtma_control()
1715 struct dc_bios *dcb) in bios_parser_is_accelerated_mode() argument
1717 return bios_is_accelerated_mode(dcb); in bios_parser_is_accelerated_mode()
1728 struct dc_bios *dcb, in bios_parser_set_scratch_critical_state() argument
1731 bios_set_scratch_critical_state(dcb, state); in bios_parser_set_scratch_critical_state()
1735 struct dc_bios *dcb, in bios_parser_get_firmware_info() argument
1738 struct bios_parser *bp = BP_FROM_DCB(dcb); in bios_parser_get_firmware_info()
2123 struct dc_bios *dcb, in bios_parser_get_encoder_cap_info() argument
2127 struct bios_parser *bp = BP_FROM_DCB(dcb); in bios_parser_get_encoder_cap_info()
2284 struct dc_bios *dcb, in bios_parser_get_disp_connector_caps_info() argument
2288 struct bios_parser *bp = BP_FROM_DCB(dcb); in bios_parser_get_disp_connector_caps_info()
2370 struct dc_bios *dcb, in bios_parser_get_connector_speed_cap_info() argument
2374 struct bios_parser *bp = BP_FROM_DCB(dcb); in bios_parser_get_connector_speed_cap_info()
3133 struct dc_bios *dcb, in bios_parser_get_vram_info() argument
3136 struct bios_parser *bp = BP_FROM_DCB(dcb); in bios_parser_get_vram_info()
3205 struct dc_bios *dcb) in bios_parser_create_integrated_info() argument
3207 struct bios_parser *bp = BP_FROM_DCB(dcb); in bios_parser_create_integrated_info()
3226 struct dc_bios *dcb, in update_slot_layout_info() argument
3244 bp = BP_FROM_DCB(dcb); in update_slot_layout_info()
3342 struct dc_bios *dcb, in update_slot_layout_info_v2() argument
3360 bp = BP_FROM_DCB(dcb); in update_slot_layout_info_v2()
3442 struct dc_bios *dcb, in get_bracket_layout_record() argument
3447 struct bios_parser *bp = BP_FROM_DCB(dcb); in get_bracket_layout_record()
3468 result = update_slot_layout_info(dcb, i, slot_layout_info); in get_bracket_layout_record()
3475 result = update_slot_layout_info_v2(dcb, i, slot_layout_info); in get_bracket_layout_record()
3483 struct dc_bios *dcb, in bios_get_board_layout_info() argument
3497 bp = BP_FROM_DCB(dcb); in bios_get_board_layout_info()
3513 record_result = get_bracket_layout_record(dcb, in bios_get_board_layout_info()
3536 struct dc_bios *dcb, in bios_parser_pack_data_tables() argument
3590 struct dc_bios *dcb) in bios_get_atom_dc_golden_table() argument
3592 struct bios_parser *bp = BP_FROM_DCB(dcb); in bios_get_atom_dc_golden_table()
3614 dcb->golden_table.dc_golden_table_ver = dc_golden_table_ver; in bios_get_atom_dc_golden_table()
3615 dcb->golden_table.aux_dphy_rx_control0_val = atom_dc_golden_table->aux_dphy_rx_control0_val; in bios_get_atom_dc_golden_table()
3616 dcb->golden_table.aux_dphy_rx_control1_val = atom_dc_golden_table->aux_dphy_rx_control1_val; in bios_get_atom_dc_golden_table()
3617 dcb->golden_table.aux_dphy_tx_control_val = atom_dc_golden_table->aux_dphy_tx_control_val; in bios_get_atom_dc_golden_table()
3618 dcb->golden_table.dc_gpio_aux_ctrl_0_val = atom_dc_golden_table->dc_gpio_aux_ctrl_0_val; in bios_get_atom_dc_golden_table()
3619 dcb->golden_table.dc_gpio_aux_ctrl_1_val = atom_dc_golden_table->dc_gpio_aux_ctrl_1_val; in bios_get_atom_dc_golden_table()
3620 dcb->golden_table.dc_gpio_aux_ctrl_2_val = atom_dc_golden_table->dc_gpio_aux_ctrl_2_val; in bios_get_atom_dc_golden_table()
3621 dcb->golden_table.dc_gpio_aux_ctrl_3_val = atom_dc_golden_table->dc_gpio_aux_ctrl_3_val; in bios_get_atom_dc_golden_table()
3622 dcb->golden_table.dc_gpio_aux_ctrl_4_val = atom_dc_golden_table->dc_gpio_aux_ctrl_4_val; in bios_get_atom_dc_golden_table()
3623 dcb->golden_table.dc_gpio_aux_ctrl_5_val = atom_dc_golden_table->dc_gpio_aux_ctrl_5_val; in bios_get_atom_dc_golden_table()