Home
last modified time | relevance | path

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

/linux-2.6.39/arch/sparc/kernel/
Dds.c162 static struct ds_cap_state ds_states_template[] = { variable
1167 dp->ds_states = kzalloc(sizeof(ds_states_template), in ds_probe()
1172 memcpy(dp->ds_states, ds_states_template, in ds_probe()
1173 sizeof(ds_states_template)); in ds_probe()
1174 dp->num_ds_states = ARRAY_SIZE(ds_states_template); in ds_probe()