Searched refs:kattr (Results 1 – 2 of 2) sorted by relevance
/drivers/hid/ |
D | hid-cp2112.c | 887 struct device_attribute *kattr, const char *buf, in pstr_store() argument 892 container_of(kattr, struct cp2112_pstring_attribute, attr); in pstr_store() 907 hid_err(hdev, "error writing %s string: %d\n", kattr->attr.name, in pstr_store() 919 struct device_attribute *kattr, char *buf) in pstr_show() argument 923 container_of(kattr, struct cp2112_pstring_attribute, attr); in pstr_show() 931 hid_err(hdev, "error reading %s string: %d\n", kattr->attr.name, in pstr_show() 940 kattr->attr.name, report.length); in pstr_show()
|
D | wacom_sys.c | 1130 struct kobj_attribute *kattr, in wacom_show_remote_mode() argument 1147 struct kobj_attribute *kattr, char *buf) \ 1149 return wacom_show_remote_mode(kobj, kattr, buf, SET_ID); \
|