Lines Matching refs:fp
89 static ssize_t pyra_sysfs_read(struct file *fp, struct kobject *kobj, in pyra_sysfs_read() argument
115 static ssize_t pyra_sysfs_write(struct file *fp, struct kobject *kobj, in pyra_sysfs_write() argument
139 static ssize_t pyra_sysfs_write_ ## thingy(struct file *fp, \
143 return pyra_sysfs_write(fp, kobj, buf, off, count, \
148 static ssize_t pyra_sysfs_read_ ## thingy(struct file *fp, \
152 return pyra_sysfs_read(fp, kobj, buf, off, count, \
190 static ssize_t pyra_sysfs_read_profilex_settings(struct file *fp, in pyra_sysfs_read_profilex_settings() argument
204 return pyra_sysfs_read(fp, kobj, buf, off, count, in pyra_sysfs_read_profilex_settings()
209 static ssize_t pyra_sysfs_read_profilex_buttons(struct file *fp, in pyra_sysfs_read_profilex_buttons() argument
223 return pyra_sysfs_read(fp, kobj, buf, off, count, in pyra_sysfs_read_profilex_buttons()
247 static ssize_t pyra_sysfs_write_settings(struct file *fp, in pyra_sysfs_write_settings() argument