Searched refs:voltage_object (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dppatomfwctrl.c36 offsetof(struct atom_voltage_objects_info_v4_1, voltage_object[0]);
40 const union atom_voltage_object_v4 *voltage_object = local
43 if (voltage_type == voltage_object->gpio_voltage_obj.header.voltage_type &&
44 voltage_mode == voltage_object->gpio_voltage_obj.header.voltage_mode)
45 return voltage_object;
47 offset += le16_to_cpu(voltage_object->gpio_voltage_obj.header.object_size);
102 const union atom_voltage_object_v4 *voltage_object; local
110 voltage_object = pp_atomfwctrl_lookup_voltage_type_v4(voltage_info,
113 if (!voltage_object)
119 (voltage_object
[all...]
H A Dppatomctrl.c264 const ATOM_VOLTAGE_OBJECT_V3 *voltage_object = local
267 if (voltage_type == voltage_object->asGpioVoltageObj.sHeader.ucVoltageType &&
268 voltage_mode == voltage_object->asGpioVoltageObj.sHeader.ucVoltageMode)
269 return voltage_object;
271 offset += le16_to_cpu(voltage_object->asGpioVoltageObj.sHeader.usSize);
572 const ATOM_VOLTAGE_OBJECT_V3 *voltage_object; local
578 voltage_object = atomctrl_lookup_voltage_type_v3
581 if (voltage_object == NULL)
585 (voltage_object->asGpioVoltageObj.ucGpioEntryNum <=
591 for (i = 0; i < voltage_object
1502 const ATOM_VOLTAGE_OBJECT_V3 *voltage_object; local
[all...]
/linux-master/drivers/gpu/drm/radeon/
H A Dradeon_atombios.c3382 union voltage_object { union
3447 union voltage_object *voltage_object = NULL; local
3459 voltage_object = (union voltage_object *)
3461 if (voltage_object &&
3462 (voltage_object->v1.asControl.ucVoltageControlId == VOLTAGE_CONTROLLED_BY_GPIO))
3466 voltage_object = (union voltage_object *)
3468 if (voltage_object
3506 union voltage_object *voltage_object = NULL; local
3549 union voltage_object *voltage_object = NULL; local
3608 union voltage_object *voltage_object = NULL; local
3658 union voltage_object *voltage_object = NULL; local
3727 union voltage_object *voltage_object = NULL; local
[all...]
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_atombios.c1250 union voltage_object { union
1282 union voltage_object *voltage_object = NULL; local
1293 voltage_object = (union voltage_object *)
1297 if (voltage_object) {
1298 *svd_gpio_id = voltage_object->v3.asSVID2Obj.ucSVDGpioId;
1299 *svc_gpio_id = voltage_object->v3.asSVID2Obj.ucSVCGpioId;
1363 union voltage_object *voltage_object local
[all...]
/linux-master/drivers/gpu/drm/amd/include/
H A Datomfirmware.h3575 union atom_voltage_object_v4 voltage_object[1]; //Info for Voltage control member in struct:atom_voltage_objects_info_v4_1

Completed in 237 milliseconds