Lines Matching refs:device_attribute

40 	struct device_attribute attr_v4l_minor_number;
41 struct device_attribute attr_v4l_radio_minor_number;
42 struct device_attribute attr_unit_number;
43 struct device_attribute attr_bus_info;
44 struct device_attribute attr_hdw_name;
45 struct device_attribute attr_hdw_desc;
56 struct device_attribute attr_debugcmd;
57 struct device_attribute attr_debuginfo;
64 struct device_attribute attr_name;
65 struct device_attribute attr_type;
66 struct device_attribute attr_min;
67 struct device_attribute attr_max;
68 struct device_attribute attr_def;
69 struct device_attribute attr_enum;
70 struct device_attribute attr_bits;
71 struct device_attribute attr_val;
72 struct device_attribute attr_custom;
88 struct device_attribute *attr, in show_name()
102 struct device_attribute *attr, in show_type()
124 struct device_attribute *attr, in show_min()
137 struct device_attribute *attr, in show_max()
150 struct device_attribute *attr, in show_def()
169 struct device_attribute *attr, in show_val_norm()
188 struct device_attribute *attr, in show_val_custom()
207 struct device_attribute *attr, in show_enum()
231 struct device_attribute *attr, in show_bits()
274 struct device_attribute *attr, in store_val_norm()
288 struct device_attribute *attr, in store_val_custom()
421 static ssize_t debuginfo_show(struct device *, struct device_attribute *,
423 static ssize_t debugcmd_show(struct device *, struct device_attribute *,
425 static ssize_t debugcmd_store(struct device *, struct device_attribute *,
564 struct device_attribute *attr, char *buf) in v4l_minor_number_show()
576 struct device_attribute *attr, char *buf) in bus_info_show()
587 struct device_attribute *attr, char *buf) in hdw_name_show()
598 struct device_attribute *attr, char *buf) in hdw_desc_show()
609 struct device_attribute *attr, in v4l_radio_minor_number_show()
622 struct device_attribute *attr, char *buf) in unit_number_show()
816 struct device_attribute *attr, char *buf) in debuginfo_show()
827 struct device_attribute *attr, char *buf) in debugcmd_show()
837 struct device_attribute *attr, in debugcmd_store()