Lines Matching refs:attr
174 struct kobject *kobj, struct bin_attribute *attr, char *buf, \
183 struct kobject *kobj, struct bin_attribute *attr, char *buf, \
197 .attr = { .name = #thingy, .mode = 0660 }, \
206 .attr = { .name = #thingy, .mode = 0220 }, \
216 struct kobject *kobj, struct bin_attribute *attr, char *buf,
223 retval = kovaplus_select_profile(usb_dev, *(uint *)(attr->private),
234 struct kobject *kobj, struct bin_attribute *attr, char *buf,
241 retval = kovaplus_select_profile(usb_dev, *(uint *)(attr->private),
253 .attr = { .name = "profile" #number "_settings", .mode = 0440 }, \
259 .attr = { .name = "profile" #number "_buttons", .mode = 0440 }, \
271 struct device_attribute *attr, char *buf)
279 struct device_attribute *attr, char const *buf, size_t size)
324 struct device_attribute *attr, char *buf)
333 struct device_attribute *attr, char *buf)
343 struct device_attribute *attr, char *buf)
353 struct device_attribute *attr, char *buf)
374 &dev_attr_actual_cpi.attr,
375 &dev_attr_firmware_version.attr,
376 &dev_attr_actual_profile.attr,
377 &dev_attr_actual_sensitivity_x.attr,
378 &dev_attr_actual_sensitivity_y.attr,