Home
last modified time | relevance | path

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

/linux-3.4.99/arch/sparc/kernel/
Dds.c211 struct ds_cap_state *ds_states; member
225 return &dp->ds_states[index]; in find_cap()
234 if (strcmp(dp->ds_states[i].service_id, name)) in find_cap_by_string()
237 return &dp->ds_states[i]; in find_cap_by_string()
885 struct ds_cap_state *cp = &dp->ds_states[i]; in register_services()
1078 struct ds_cap_state *cp = &dp->ds_states[i]; in ds_reset()
1184 dp->ds_states = kmemdup(ds_states_template, in ds_probe()
1186 if (!dp->ds_states) in ds_probe()
1192 dp->ds_states[i].handle = ((u64)i << 32); in ds_probe()
1219 kfree(dp->ds_states); in ds_probe()