Lines Matching +defs:user +defs:attr
108 u16 user; member
119 u16 user; member
230 struct device_attribute *attr, char *buf) in occ_show_temp_1()
266 struct device_attribute *attr, char *buf) in occ_show_temp_2()
317 struct device_attribute *attr, char *buf) in occ_show_temp_10()
364 struct device_attribute *attr, char *buf) in occ_show_freq_1()
394 struct device_attribute *attr, char *buf) in occ_show_freq_2()
424 struct device_attribute *attr, char *buf) in occ_show_power_1()
469 struct device_attribute *attr, char *buf) in occ_show_power_2()
508 struct device_attribute *attr, char *buf) in occ_show_power_a0()
588 struct device_attribute *attr, char *buf) in occ_show_caps_1_2()
638 struct device_attribute *attr, char *buf) in occ_show_caps_3()
688 struct device_attribute *attr, in occ_store_caps_user()
710 struct device_attribute *attr, char *buf) in occ_show_extended()
752 static void occ_init_attribute(struct occ_attribute *attr, int mode, in occ_init_attribute()
753 ssize_t (*show)(struct device *dev, struct device_attribute *attr, char *buf), in occ_init_attribute()
781 struct occ_attribute *attr; in occ_setup_sensor_attrs() local