synth_res 325 drivers/staging/speakup/synth.c static struct resource synth_res; synth_res 331 drivers/staging/speakup/synth.c memset(&synth_res, 0, sizeof(synth_res)); synth_res 332 drivers/staging/speakup/synth.c synth_res.name = synth->name; synth_res 333 drivers/staging/speakup/synth.c synth_res.start = start; synth_res 334 drivers/staging/speakup/synth.c synth_res.end = start + n - 1; synth_res 335 drivers/staging/speakup/synth.c synth_res.flags = IORESOURCE_BUSY; synth_res 336 drivers/staging/speakup/synth.c return request_resource(parent, &synth_res); synth_res 342 drivers/staging/speakup/synth.c return release_resource(&synth_res);