Lines Matching defs:next
385 for (device = first_device; dev_num < num_devices; device = device->next)
446 device = device->next;
526 session->next = first_handle;
1447 /* at each bit to see we must go to the next byte */
1808 /* if all buffer has been used, get the next block of data from scanner */
2059 /* if we exhausted data buffer, we prepare for the next read */
2179 for (session = first_handle; session; session = session->next)
2207 prev->next = session->next;
2209 first_handle = session->next;
2265 struct Rts8891_Session *session, *next;
2272 for (session = first_handle; session; session = next)
2274 next = session->next;
2283 nextdev = dev->next;
2446 for (device = first_device; device; device = device->next)
2529 /* head of the list becomes the next, and start is replaced */
2532 device->next = first_device;
4329 /* next page */