Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/radeon/
Dradeon_atombios.c3393 u32 offset = offsetof(ATOM_VOLTAGE_OBJECT_INFO, asVoltageObj[0]); in atom_lookup_voltage_object_v1()
3410 u32 offset = offsetof(ATOM_VOLTAGE_OBJECT_INFO_V2, asVoltageObj[0]); in atom_lookup_voltage_object_v2()
3427 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-v4.19/drivers/gpu/drm/amd/display/dc/bios/
Dbios_parser.c336 uint8_t *voltage_current_object = (uint8_t *) &info->asVoltageObj[0]; in get_voltage_ddc_info_v1()
367 (uint8_t *) (&(info->asVoltageObj[0])); in get_voltage_ddc_info_v3()
/Linux-v4.19/drivers/gpu/drm/amd/powerplay/hwmgr/
Dppatomctrl.c223 unsigned int offset = offsetof(ATOM_VOLTAGE_OBJECT_INFO_V3_1, asVoltageObj[0]); in atomctrl_lookup_voltage_type_v3()
/Linux-v4.19/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-v4.19/drivers/gpu/drm/amd/amdgpu/
Damdgpu_atombios.c1418 u32 offset = offsetof(ATOM_VOLTAGE_OBJECT_INFO_V3_1, asVoltageObj[0]); in amdgpu_atombios_lookup_voltage_object_v3()