Home
last modified time | relevance | path

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

/linux-5.19.10/arch/sparc/kernel/
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()
894 struct ds_cap_state *cp = &dp->ds_states[i]; in register_services()
1087 struct ds_cap_state *cp = &dp->ds_states[i]; in ds_reset()
1192 dp->ds_states = kmemdup(ds_states_template, in ds_probe()
1194 if (!dp->ds_states) in ds_probe()
1200 dp->ds_states[i].handle = ((u64)i << 32); in ds_probe()
1227 kfree(dp->ds_states); in ds_probe()