Lines Matching defs:router
307 struct amdgpu_router router;
365 router.ddc_valid = false;
366 router.cd_valid = false;
421 router.router_id = router_obj_id;
439 router.i2c_info =
443 router.i2c_addr = i2c_record->ucI2CAddr >> 1;
448 router.ddc_valid = true;
449 router.ddc_mux_type = ddc_path->ucMuxType;
450 router.ddc_mux_control_pin = ddc_path->ucMuxControlPin;
451 router.ddc_mux_state = ddc_path->ucMuxState[enum_id];
456 router.cd_valid = true;
457 router.cd_mux_type = cd_path->ucMuxType;
458 router.cd_mux_control_pin = cd_path->ucMuxControlPin;
459 router.cd_mux_state = cd_path->ucMuxState[enum_id];
539 &router);