Lines Matching defs:last
16 int last = urb_priv->length - 1;
18 if (last >= 0) {
22 for (i = 0; i <= last; i++) {
534 * NOTE: could delay interrupts even for the last TD, and get fewer
862 * this urb had one of them, this td wasn't the last td
978 struct ed *ed, **last;
981 for (last = &ohci->ed_rm_list, ed = *last; ed != NULL; ed = *last) {
992 last = &ed->ed_next;
1022 *last = ed->ed_next;
1096 if (last == &ohci->ed_rm_list)
1097 last = &ed->ed_next;