Lines Matching refs:router
533 struct radeon_router router; in radeon_get_atom_connector_info_from_object_table() local
642 router.ddc_valid = false; in radeon_get_atom_connector_info_from_object_table()
643 router.cd_valid = false; in radeon_get_atom_connector_info_from_object_table()
709 router.router_id = router_obj_id; in radeon_get_atom_connector_info_from_object_table()
727 router.i2c_info = in radeon_get_atom_connector_info_from_object_table()
731 router.i2c_addr = i2c_record->ucI2CAddr >> 1; in radeon_get_atom_connector_info_from_object_table()
736 router.ddc_valid = true; in radeon_get_atom_connector_info_from_object_table()
737 router.ddc_mux_type = ddc_path->ucMuxType; in radeon_get_atom_connector_info_from_object_table()
738 router.ddc_mux_control_pin = ddc_path->ucMuxControlPin; in radeon_get_atom_connector_info_from_object_table()
739 router.ddc_mux_state = ddc_path->ucMuxState[enum_id]; in radeon_get_atom_connector_info_from_object_table()
744 router.cd_valid = true; in radeon_get_atom_connector_info_from_object_table()
745 router.cd_mux_type = cd_path->ucMuxType; in radeon_get_atom_connector_info_from_object_table()
746 router.cd_mux_control_pin = cd_path->ucMuxControlPin; in radeon_get_atom_connector_info_from_object_table()
747 router.cd_mux_state = cd_path->ucMuxState[enum_id]; in radeon_get_atom_connector_info_from_object_table()
834 &router); in radeon_get_atom_connector_info_from_object_table()
911 struct radeon_router router; in radeon_get_atom_connector_info_from_supported_devices_table() local
913 router.ddc_valid = false; in radeon_get_atom_connector_info_from_supported_devices_table()
914 router.cd_valid = false; in radeon_get_atom_connector_info_from_supported_devices_table()
1088 &router); in radeon_get_atom_connector_info_from_supported_devices_table()