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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/macintosh/
H A Dadb-iop.c36 static struct adb_request *last_req; variable in typeref:struct:adb_request
244 last_req->next = req;
245 last_req = req;
248 last_req = req;
H A Dmacio-adb.c61 static struct adb_request *current_req, *last_req; variable in typeref:struct:
185 last_req->next = req;
186 last_req = req;
188 current_req = last_req = req;
H A Dvia-macii.c112 static struct adb_request *last_req; /* last request struct in the queue */ variable in typeref:struct:adb_request
231 last_req = &req;
271 last_req->next = req;
272 last_req = req;
275 last_req = req;
H A Dvia-cuda.c80 static struct adb_request *last_req; variable in typeref:struct:adb_request
395 last_req->next = req;
396 last_req = req;
399 last_req = req;
H A Dvia-maciisi.c66 static struct adb_request* last_req; variable in typeref:struct:adb_request
336 last_req->next = req;
337 last_req = req;
340 last_req = req;
H A Dvia-pmu68k.c90 static struct adb_request *last_req; variable in typeref:struct:adb_request
499 last_req->next = req;
500 last_req = req;
503 last_req = req;
H A Dvia-pmu.c132 static struct adb_request *last_req; variable in typeref:struct:adb_request
1126 last_req->next = req;
1127 last_req = req;
1130 last_req = req;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ide/legacy/
H A Dhd.c162 unsigned long last_req; variable
306 while (read_timer() - last_req < HD_DELAY)
472 last_req = read_timer();
511 last_req = read_timer();
522 last_req = read_timer();

Completed in 61 milliseconds