Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/speakup/
Dsynth.c298 static struct resource synth_res; variable
303 memset(&synth_res, 0, sizeof(synth_res)); in synth_request_region()
304 synth_res.name = synth->name; in synth_request_region()
305 synth_res.start = start; in synth_request_region()
306 synth_res.end = start + n - 1; in synth_request_region()
307 synth_res.flags = IORESOURCE_BUSY; in synth_request_region()
308 return request_resource(parent, &synth_res); in synth_request_region()
314 return release_resource(&synth_res); in synth_release_region()