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

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

Completed in 9 milliseconds