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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/
H A Desp.c1444 struct esp_struct *current_async; local
1480 current_async = ports;
1482 while (current_async) {
1483 if ((current_async->line >= info->line) &&
1484 (current_async->line < (info->line + 8))) {
1485 if (current_async == info) {
1486 if (current_async->count > 1)
1488 } else if (current_async->count)
1492 current_async = current_async
1558 struct esp_struct *current_async; local
[all...]

Completed in 70 milliseconds