Searched defs:state_array (Results 1 - 1 of 1) sorted by relevance

/drivers/gpu/drm/radeon/
H A Dradeon_atombios.c2473 struct _StateArray *state_array; local
2488 state_array = (struct _StateArray *)
2498 state_array->ucNumEntries, GFP_KERNEL);
2501 for (i = 0; i < state_array->ucNumEntries; i++) {
2503 power_state = (union pplib_power_state *)&state_array->states[i];

Completed in 48 milliseconds