Lines Matching defs:router
544 struct radeon_router router;
650 router.ddc_valid = false;
651 router.cd_valid = false;
709 router.router_id = router_obj_id;
727 router.i2c_info =
731 router.i2c_addr = i2c_record->ucI2CAddr >> 1;
736 router.ddc_valid = true;
737 router.ddc_mux_type = ddc_path->ucMuxType;
738 router.ddc_mux_control_pin = ddc_path->ucMuxControlPin;
739 router.ddc_mux_state = ddc_path->ucMuxState[enum_id];
744 router.cd_valid = true;
745 router.cd_mux_type = cd_path->ucMuxType;
746 router.cd_mux_control_pin = cd_path->ucMuxControlPin;
747 router.cd_mux_state = cd_path->ucMuxState[enum_id];
834 &router);
912 struct radeon_router router;
914 router.ddc_valid = false;
915 router.cd_valid = false;
1089 &router);