Lines Matching defs:count
234 write_bulk (int fd, unsigned int addr, void *src, size_t count)
238 DBG (13, "write_bulk(fd, 0x%02x, buf, 0x%04lx);\n", addr, (u_long) count);
249 CHK (gl640WriteBulk (fd, bulk_setup_data, src, count));
256 read_bulk (int fd, unsigned int addr, void *dst, size_t count)
260 DBG (13, "read_bulk(fd, 0x%02x, buf, 0x%04lx);\n", addr, (u_long) count);
271 CHK (gl640ReadBulk (fd, bulk_setup_data, dst, count));
296 write_many (int fd, unsigned int addr, const byte *src, size_t count)
301 DBG (14, "multi write %lu\n", (u_long) count);
302 for (i = 0; i < count; i++)
319 read_many (int fd, unsigned int addr, void *dst, size_t count)
325 DBG (14, "multi read %lu\n", (u_long) count);
326 for (i = 0; i < count; i++)