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

/openbsd-current/sys/dev/pci/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...]
/openbsd-current/sys/dev/pci/drm/radeon/
H A Dradeon_atombios.c3393 union voltage_object { union
3458 union voltage_object *voltage_object = NULL; local
3470 voltage_object = (union voltage_object *)
3472 if (voltage_object &&
3473 (voltage_object->v1.asControl.ucVoltageControlId == VOLTAGE_CONTROLLED_BY_GPIO))
3477 voltage_object = (union voltage_object *)
3479 if (voltage_object
3517 union voltage_object *voltage_object = NULL; local
3560 union voltage_object *voltage_object = NULL; local
3619 union voltage_object *voltage_object = NULL; local
3669 union voltage_object *voltage_object = NULL; local
3738 union voltage_object *voltage_object = NULL; local
[all...]
/openbsd-current/sys/dev/pci/drm/amd/amdgpu/
H A Damdgpu_atombios.c1242 union voltage_object { union
1274 union voltage_object *voltage_object = NULL; local
1285 voltage_object = (union voltage_object *)
1289 if (voltage_object) {
1290 *svd_gpio_id = voltage_object->v3.asSVID2Obj.ucSVDGpioId;
1291 *svc_gpio_id = voltage_object->v3.asSVID2Obj.ucSVCGpioId;
1355 union voltage_object *voltage_object local
[all...]
/openbsd-current/sys/dev/pci/drm/amd/include/
H A Datomfirmware.h3586 union atom_voltage_object_v4 voltage_object[1]; //Info for Voltage control member in struct:atom_voltage_objects_info_v4_1

Completed in 221 milliseconds