Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/amd/include/
Datombios.h4681 ATOM_VOLTAGE_OBJECT asVoltageObj[3]; //Info for Voltage control member
4687 ATOM_VOLTAGE_OBJECT_V2 asVoltageObj[3]; //Info for Voltage control member
4790 ATOM_VOLTAGE_OBJECT_V3 asVoltageObj[3]; //Info for Voltage control member
/linux-4.4.14/drivers/gpu/drm/radeon/
Dradeon_atombios.c3383 u32 offset = offsetof(ATOM_VOLTAGE_OBJECT_INFO, asVoltageObj[0]); in atom_lookup_voltage_object_v1()
3400 u32 offset = offsetof(ATOM_VOLTAGE_OBJECT_INFO_V2, asVoltageObj[0]); in atom_lookup_voltage_object_v2()
3417 u32 offset = offsetof(ATOM_VOLTAGE_OBJECT_INFO_V3_1, asVoltageObj[0]); in atom_lookup_voltage_object_v3()
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
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/
Damdgpu_atombios.c1306 u32 offset = offsetof(ATOM_VOLTAGE_OBJECT_INFO_V3_1, asVoltageObj[0]); in amdgpu_atombios_lookup_voltage_object_v3()