Lines Matching defs:count
118 char *buf, loff_t off, size_t count,
129 if (off != 0 || count > real_size)
133 retval = isku_receive(usb_dev, command, buf, count);
136 return retval ? retval : count;
140 void const *buf, loff_t off, size_t count,
148 if (off != 0 || count > real_size)
153 (void *)buf, count);
156 return retval ? retval : count;
162 loff_t off, size_t count) \
164 return isku_sysfs_write(fp, kobj, buf, off, count, \
171 loff_t off, size_t count) \
173 return isku_sysfs_read(fp, kobj, buf, off, count, \