Home
last modified time | relevance | path

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

/Linux-v4.19/arch/sparc/kernel/
Dds.c212 struct ds_cap_state *ds_states; member
226 return &dp->ds_states[index]; in find_cap()
235 if (strcmp(dp->ds_states[i].service_id, name)) in find_cap_by_string()
238 return &dp->ds_states[i]; in find_cap_by_string()
893 struct ds_cap_state *cp = &dp->ds_states[i]; in register_services()
1086 struct ds_cap_state *cp = &dp->ds_states[i]; in ds_reset()
1191 dp->ds_states = kmemdup(ds_states_template, in ds_probe()
1193 if (!dp->ds_states) in ds_probe()
1199 dp->ds_states[i].handle = ((u64)i << 32); in ds_probe()
1226 kfree(dp->ds_states); in ds_probe()