Lines Matching defs:next
162 struct hp3500_data *next;
321 for (dev = first_dev, i = 0; i < num_devices; dev = dev->next)
362 for (dev = first_dev; dev; dev = dev->next)
926 struct hp3500_data *dev, *next;
930 for (dev = first_dev; dev; dev = next)
932 next = dev->next;
952 for (dev = first_dev; dev; dev = dev->next)
1804 /* I don't know what the next three are used for, but each buffer commencing
3633 * which is the value we started with. For the next round, pull the gain down to 0x20. Our
3634 * next scan is a test scan to confirm the offset works.
3703 /* The windows driver does a linear interpolation for the next 19 boundaries */