Searched refs:state_array (Results 1 – 6 of 6) sorted by relevance
1670 struct _StateArray *state_array; in trinity_parse_power_table() local1685 state_array = (struct _StateArray *) in trinity_parse_power_table()1696 state_array->ucNumEntries, GFP_KERNEL); in trinity_parse_power_table()1699 power_state_offset = (u8 *)state_array->states; in trinity_parse_power_table()1700 for (i = 0; i < state_array->ucNumEntries; i++) { in trinity_parse_power_table()1735 rdev->pm.dpm.num_ps = state_array->ucNumEntries; in trinity_parse_power_table()
1460 struct _StateArray *state_array; in sumo_parse_power_table() local1475 state_array = (struct _StateArray *) in sumo_parse_power_table()1486 state_array->ucNumEntries, GFP_KERNEL); in sumo_parse_power_table()1489 power_state_offset = (u8 *)state_array->states; in sumo_parse_power_table()1490 for (i = 0; i < state_array->ucNumEntries; i++) { in sumo_parse_power_table()1524 rdev->pm.dpm.num_ps = state_array->ucNumEntries; in sumo_parse_power_table()
2638 struct _StateArray *state_array; in kv_parse_power_table() local2653 state_array = (struct _StateArray *) in kv_parse_power_table()2664 state_array->ucNumEntries, GFP_KERNEL); in kv_parse_power_table()2667 power_state_offset = (u8 *)state_array->states; in kv_parse_power_table()2668 for (i = 0; i < state_array->ucNumEntries; i++) { in kv_parse_power_table()2703 rdev->pm.dpm.num_ps = state_array->ucNumEntries; in kv_parse_power_table()
2663 struct _StateArray *state_array; in radeon_atombios_parse_power_table_6() local2679 state_array = (struct _StateArray *) in radeon_atombios_parse_power_table_6()2688 if (state_array->ucNumEntries == 0) in radeon_atombios_parse_power_table_6()2691 state_array->ucNumEntries, GFP_KERNEL); in radeon_atombios_parse_power_table_6()2694 power_state_offset = (u8 *)state_array->states; in radeon_atombios_parse_power_table_6()2695 for (i = 0; i < state_array->ucNumEntries; i++) { in radeon_atombios_parse_power_table_6()
6735 struct _StateArray *state_array; in si_parse_power_table() local6750 state_array = (struct _StateArray *) in si_parse_power_table()6761 state_array->ucNumEntries, GFP_KERNEL); in si_parse_power_table()6764 power_state_offset = (u8 *)state_array->states; in si_parse_power_table()6765 for (i = 0; i < state_array->ucNumEntries; i++) { in si_parse_power_table()6800 rdev->pm.dpm.num_ps = state_array->ucNumEntries; in si_parse_power_table()
5515 struct _StateArray *state_array; in ci_parse_power_table() local5530 state_array = (struct _StateArray *) in ci_parse_power_table()5541 state_array->ucNumEntries, GFP_KERNEL); in ci_parse_power_table()5544 power_state_offset = (u8 *)state_array->states; in ci_parse_power_table()5545 for (i = 0; i < state_array->ucNumEntries; i++) { in ci_parse_power_table()5580 rdev->pm.dpm.num_ps = state_array->ucNumEntries; in ci_parse_power_table()