Home
last modified time | relevance | path

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

/linux/arch/sparc/kernel/
H A Dds.c213 struct ds_cap_state *ds_states; member
227 return &dp->ds_states[index]; in find_cap()
236 if (strcmp(dp->ds_states[i].service_id, name)) in find_cap_by_string()
239 return &dp->ds_states[i]; in find_cap_by_string()
897 struct ds_cap_state *cp = &dp->ds_states[i]; in register_services()
1090 struct ds_cap_state *cp = &dp->ds_states[i]; in ds_reset()
1195 dp->ds_states = kmemdup(ds_states_template, in ds_probe()
1197 if (!dp->ds_states) in ds_probe()
1203 dp->ds_states[i].handle = ((u64)i << 32); in ds_probe()
1230 kfree(dp->ds_states); in ds_probe()