Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/radeon/
H A Dcypress_dpm.c1488 ret = radeon_atom_get_voltage_table(rdev, SET_VOLTAGE_TYPE_ASIC_VDDC, 0, in cypress_construct_voltage_tables()
1498 ret = radeon_atom_get_voltage_table(rdev, SET_VOLTAGE_TYPE_ASIC_VDDCI, 0, in cypress_construct_voltage_tables()
H A Dsi_dpm.c3964 ret = radeon_atom_get_voltage_table(rdev, VOLTAGE_TYPE_VDDC, in si_construct_voltage_tables()
3984 ret = radeon_atom_get_voltage_table(rdev, VOLTAGE_TYPE_VDDCI, in si_construct_voltage_tables()
4003 ret = radeon_atom_get_voltage_table(rdev, VOLTAGE_TYPE_MVDDC, in si_construct_voltage_tables()
4023 ret = radeon_atom_get_voltage_table(rdev, VOLTAGE_TYPE_VDDC, in si_construct_voltage_tables()
H A Dci_dpm.c2174 ret = radeon_atom_get_voltage_table(rdev, VOLTAGE_TYPE_VDDC, in ci_construct_voltage_tables()
2192 ret = radeon_atom_get_voltage_table(rdev, VOLTAGE_TYPE_VDDCI, in ci_construct_voltage_tables()
2210 ret = radeon_atom_get_voltage_table(rdev, VOLTAGE_TYPE_MVDDC, in ci_construct_voltage_tables()
H A Dradeon.h336 int radeon_atom_get_voltage_table(struct radeon_device *rdev,
H A Dradeon_atombios.c3701 int radeon_atom_get_voltage_table(struct radeon_device *rdev, in radeon_atom_get_voltage_table() function