Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/radeon/
H A Dradeon_atombios.c3375 u32 offset = offsetof(ATOM_VOLTAGE_OBJECT_INFO, asVoltageObj[0]); in atom_lookup_voltage_object_v1()
3392 u32 offset = offsetof(ATOM_VOLTAGE_OBJECT_INFO_V2, asVoltageObj[0]); in atom_lookup_voltage_object_v2()
3409 u32 offset = offsetof(ATOM_VOLTAGE_OBJECT_INFO_V3_1, asVoltageObj[0]); in atom_lookup_voltage_object_v3()
H A 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
/dragonfly/sys/dev/drm/amd/display/dc/bios/
H A 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()
/dragonfly/sys/dev/drm/amd/powerplay/hwmgr/
H A Dppatomctrl.c224 unsigned int offset = offsetof(ATOM_VOLTAGE_OBJECT_INFO_V3_1, asVoltageObj[0]); in atomctrl_lookup_voltage_type_v3()
/dragonfly/sys/dev/drm/amd/include/
H A 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
/dragonfly/sys/dev/drm/amd/amdgpu/
H A Damdgpu_atombios.c1402 u32 offset = offsetof(ATOM_VOLTAGE_OBJECT_INFO_V3_1, asVoltageObj[0]); in amdgpu_atombios_lookup_voltage_object_v3()