Lines Matching refs:device_attribute

26 	struct device_attribute attr_v4l_minor_number;
27 struct device_attribute attr_v4l_radio_minor_number;
28 struct device_attribute attr_unit_number;
29 struct device_attribute attr_bus_info;
30 struct device_attribute attr_hdw_name;
31 struct device_attribute attr_hdw_desc;
42 struct device_attribute attr_debugcmd;
43 struct device_attribute attr_debuginfo;
50 struct device_attribute attr_name;
51 struct device_attribute attr_type;
52 struct device_attribute attr_min;
53 struct device_attribute attr_max;
54 struct device_attribute attr_def;
55 struct device_attribute attr_enum;
56 struct device_attribute attr_bits;
57 struct device_attribute attr_val;
58 struct device_attribute attr_custom;
74 struct device_attribute *attr, in show_name()
88 struct device_attribute *attr, in show_type()
109 struct device_attribute *attr, in show_min()
122 struct device_attribute *attr, in show_max()
135 struct device_attribute *attr, in show_def()
154 struct device_attribute *attr, in show_val_norm()
173 struct device_attribute *attr, in show_val_custom()
192 struct device_attribute *attr, in show_enum()
216 struct device_attribute *attr, in show_bits()
259 struct device_attribute *attr, in store_val_norm()
273 struct device_attribute *attr, in store_val_custom()
406 static ssize_t debuginfo_show(struct device *, struct device_attribute *,
408 static ssize_t debugcmd_show(struct device *, struct device_attribute *,
410 static ssize_t debugcmd_store(struct device *, struct device_attribute *,
549 struct device_attribute *attr, char *buf) in v4l_minor_number_show()
561 struct device_attribute *attr, char *buf) in bus_info_show()
572 struct device_attribute *attr, char *buf) in hdw_name_show()
583 struct device_attribute *attr, char *buf) in hdw_desc_show()
594 struct device_attribute *attr, in v4l_radio_minor_number_show()
607 struct device_attribute *attr, char *buf) in unit_number_show()
802 struct device_attribute *attr, char *buf) in debuginfo_show()
813 struct device_attribute *attr, char *buf) in debugcmd_show()
823 struct device_attribute *attr, in debugcmd_store()