Lines Matching refs:off
128 char *buf, loff_t off, size_t count, in kovaplus_sysfs_read() argument
137 if (off >= real_size) in kovaplus_sysfs_read()
140 if (off != 0 || count != real_size) in kovaplus_sysfs_read()
154 void const *buf, loff_t off, size_t count, in kovaplus_sysfs_write() argument
163 if (off != 0 || count != real_size) in kovaplus_sysfs_write()
180 loff_t off, size_t count) \
182 return kovaplus_sysfs_write(fp, kobj, buf, off, count, \
189 loff_t off, size_t count) \
191 return kovaplus_sysfs_read(fp, kobj, buf, off, count, \
222 loff_t off, size_t count) in kovaplus_sysfs_read_profilex_settings() argument
234 return kovaplus_sysfs_read(fp, kobj, buf, off, count, in kovaplus_sysfs_read_profilex_settings()
241 loff_t off, size_t count) in kovaplus_sysfs_read_profilex_buttons() argument
253 return kovaplus_sysfs_read(fp, kobj, buf, off, count, in kovaplus_sysfs_read_profilex_buttons()