Lines Matching refs:router

534 	struct radeon_router router;  in radeon_get_atom_connector_info_from_object_table()  local
643 router.ddc_valid = false; in radeon_get_atom_connector_info_from_object_table()
644 router.cd_valid = false; in radeon_get_atom_connector_info_from_object_table()
710 router.router_id = router_obj_id; in radeon_get_atom_connector_info_from_object_table()
728 router.i2c_info = in radeon_get_atom_connector_info_from_object_table()
732 router.i2c_addr = i2c_record->ucI2CAddr >> 1; in radeon_get_atom_connector_info_from_object_table()
737 router.ddc_valid = true; in radeon_get_atom_connector_info_from_object_table()
738 router.ddc_mux_type = ddc_path->ucMuxType; in radeon_get_atom_connector_info_from_object_table()
739 router.ddc_mux_control_pin = ddc_path->ucMuxControlPin; in radeon_get_atom_connector_info_from_object_table()
740 router.ddc_mux_state = ddc_path->ucMuxState[enum_id]; in radeon_get_atom_connector_info_from_object_table()
745 router.cd_valid = true; in radeon_get_atom_connector_info_from_object_table()
746 router.cd_mux_type = cd_path->ucMuxType; in radeon_get_atom_connector_info_from_object_table()
747 router.cd_mux_control_pin = cd_path->ucMuxControlPin; in radeon_get_atom_connector_info_from_object_table()
748 router.cd_mux_state = cd_path->ucMuxState[enum_id]; in radeon_get_atom_connector_info_from_object_table()
835 &router); in radeon_get_atom_connector_info_from_object_table()
913 struct radeon_router router; in radeon_get_atom_connector_info_from_supported_devices_table() local
915 router.ddc_valid = false; in radeon_get_atom_connector_info_from_supported_devices_table()
916 router.cd_valid = false; in radeon_get_atom_connector_info_from_supported_devices_table()
1090 &router); in radeon_get_atom_connector_info_from_supported_devices_table()