Lines Matching defs:count
116 char *buf, loff_t off, size_t count,
127 if (off != 0 || count > real_size)
131 retval = isku_receive(usb_dev, command, buf, count);
134 return retval ? retval : count;
138 void const *buf, loff_t off, size_t count,
146 if (off != 0 || count > real_size)
151 (void *)buf, count);
154 return retval ? retval : count;
160 loff_t off, size_t count) \
162 return isku_sysfs_write(fp, kobj, buf, off, count, \
169 loff_t off, size_t count) \
171 return isku_sysfs_read(fp, kobj, buf, off, count, \