Lines Matching defs:count
460 size_t count = len;
466 error = map_error (sanei_bjnp_write_bulk (io->dev, cmd, &count));
473 error = map_error (sanei_usb_write_bulk (io->dev, cmd, &count));
477 if (count != len)
479 PDBG (pixma_dbg (1, "WARNING:pixma_write(): count(%u) != len(%u)\n",
480 (unsigned) count, len));
484 error = count;
492 size_t count = size;
498 error = map_error (sanei_bjnp_read_bulk (io->dev, buf, &count));
505 error = map_error (sanei_usb_read_bulk (io->dev, buf, &count));
511 error = count;
519 size_t count = size;
530 error = map_error (sanei_bjnp_read_int (io->dev, buf, &count));
537 error = map_error (sanei_usb_read_int (io->dev, buf, &count));
543 error = count;