Lines Matching refs:attr
176 struct kobject *kobj, struct bin_attribute *attr, char *buf, \
185 struct kobject *kobj, struct bin_attribute *attr, char *buf, \
199 .attr = { .name = #thingy, .mode = 0660 }, \
208 .attr = { .name = #thingy, .mode = 0220 }, \
218 struct kobject *kobj, struct bin_attribute *attr, char *buf,
225 retval = kovaplus_select_profile(usb_dev, *(uint *)(attr->private),
236 struct kobject *kobj, struct bin_attribute *attr, char *buf,
243 retval = kovaplus_select_profile(usb_dev, *(uint *)(attr->private),
255 .attr = { .name = "profile" #number "_settings", .mode = 0440 }, \
261 .attr = { .name = "profile" #number "_buttons", .mode = 0440 }, \
273 struct device_attribute *attr, char *buf)
281 struct device_attribute *attr, char const *buf, size_t size)
326 struct device_attribute *attr, char *buf)
335 struct device_attribute *attr, char *buf)
345 struct device_attribute *attr, char *buf)
355 struct device_attribute *attr, char *buf)
376 &dev_attr_actual_cpi.attr,
377 &dev_attr_firmware_version.attr,
378 &dev_attr_actual_profile.attr,
379 &dev_attr_actual_sensitivity_x.attr,
380 &dev_attr_actual_sensitivity_y.attr,