Home
last modified time | relevance | path

Searched refs:asVoltageObj (Results 1 – 5 of 5) sorted by relevance

/linux-5.19.10/drivers/gpu/drm/radeon/
Datombios.h4550 ATOM_VOLTAGE_OBJECT asVoltageObj[3]; //Info for Voltage control member
4556 ATOM_VOLTAGE_OBJECT_V2 asVoltageObj[3]; //Info for Voltage control member
4657 ATOM_VOLTAGE_OBJECT_V3 asVoltageObj[3]; //Info for Voltage control member
Dradeon_atombios.c3390 u32 offset = offsetof(ATOM_VOLTAGE_OBJECT_INFO, asVoltageObj[0]); in atom_lookup_voltage_object_v1()
3407 u32 offset = offsetof(ATOM_VOLTAGE_OBJECT_INFO_V2, asVoltageObj[0]); in atom_lookup_voltage_object_v2()
3424 u32 offset = offsetof(ATOM_VOLTAGE_OBJECT_INFO_V3_1, asVoltageObj[0]); in atom_lookup_voltage_object_v3()
/linux-5.19.10/drivers/gpu/drm/amd/include/
Datombios.h5094 ATOM_VOLTAGE_OBJECT asVoltageObj[3]; //Info for Voltage control member
5100 ATOM_VOLTAGE_OBJECT_V2 asVoltageObj[3]; //Info for Voltage control member
5230 ATOM_VOLTAGE_OBJECT_V3 asVoltageObj[3]; //Info for Voltage control member
/linux-5.19.10/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
Dppatomctrl.c260 unsigned int offset = offsetof(ATOM_VOLTAGE_OBJECT_INFO_V3_1, asVoltageObj[0]); in atomctrl_lookup_voltage_type_v3()
/linux-5.19.10/drivers/gpu/drm/amd/amdgpu/
Damdgpu_atombios.c1253 u32 offset = offsetof(ATOM_VOLTAGE_OBJECT_INFO_V3_1, asVoltageObj[0]); in amdgpu_atombios_lookup_voltage_object_v3()