Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/accessibility/speakup/
H A Dsynth.c325 static struct resource synth_res; variable
331 memset(&synth_res, 0, sizeof(synth_res)); in synth_request_region()
332 synth_res.name = synth->name; in synth_request_region()
333 synth_res.start = start; in synth_request_region()
334 synth_res.end = start + n - 1; in synth_request_region()
335 synth_res.flags = IORESOURCE_BUSY; in synth_request_region()
336 return request_resource(parent, &synth_res); in synth_request_region()
342 return release_resource(&synth_res); in synth_release_region()
/kernel/linux/linux-6.6/drivers/accessibility/speakup/
H A Dsynth.c327 static struct resource synth_res; variable
333 memset(&synth_res, 0, sizeof(synth_res)); in synth_request_region()
334 synth_res.name = synth->name; in synth_request_region()
335 synth_res.start = start; in synth_request_region()
336 synth_res.end = start + n - 1; in synth_request_region()
337 synth_res.flags = IORESOURCE_BUSY; in synth_request_region()
338 return request_resource(parent, &synth_res); in synth_request_region()
344 return release_resource(&synth_res); in synth_release_region()

Completed in 2 milliseconds