Lines Matching defs:router
537 struct radeon_router router;
643 router.ddc_valid = false;
644 router.cd_valid = false;
702 router.router_id = router_obj_id;
720 router.i2c_info =
724 router.i2c_addr = i2c_record->ucI2CAddr >> 1;
729 router.ddc_valid = true;
730 router.ddc_mux_type = ddc_path->ucMuxType;
731 router.ddc_mux_control_pin = ddc_path->ucMuxControlPin;
732 router.ddc_mux_state = ddc_path->ucMuxState[enum_id];
737 router.cd_valid = true;
738 router.cd_mux_type = cd_path->ucMuxType;
739 router.cd_mux_control_pin = cd_path->ucMuxControlPin;
740 router.cd_mux_state = cd_path->ucMuxState[enum_id];
827 &router);
903 struct radeon_router router;
905 router.ddc_valid = false;
906 router.cd_valid = false;
1084 &router);