Lines Matching refs:kobj
127 static ssize_t kovaplus_sysfs_read(struct file *fp, struct kobject *kobj, in kovaplus_sysfs_read() argument
132 container_of(kobj, struct device, kobj)->parent->parent; in kovaplus_sysfs_read()
153 static ssize_t kovaplus_sysfs_write(struct file *fp, struct kobject *kobj, in kovaplus_sysfs_write() argument
158 container_of(kobj, struct device, kobj)->parent->parent; in kovaplus_sysfs_write()
179 struct kobject *kobj, struct bin_attribute *attr, char *buf, \
182 return kovaplus_sysfs_write(fp, kobj, buf, off, count, \
188 struct kobject *kobj, struct bin_attribute *attr, char *buf, \
191 return kovaplus_sysfs_read(fp, kobj, buf, off, count, \
221 struct kobject *kobj, struct bin_attribute *attr, char *buf, in kovaplus_sysfs_read_profilex_settings() argument
225 container_of(kobj, struct device, kobj)->parent->parent; in kovaplus_sysfs_read_profilex_settings()
234 return kovaplus_sysfs_read(fp, kobj, buf, off, count, in kovaplus_sysfs_read_profilex_settings()
240 struct kobject *kobj, struct bin_attribute *attr, char *buf, in kovaplus_sysfs_read_profilex_buttons() argument
244 container_of(kobj, struct device, kobj)->parent->parent; in kovaplus_sysfs_read_profilex_buttons()
253 return kovaplus_sysfs_read(fp, kobj, buf, off, count, in kovaplus_sysfs_read_profilex_buttons()