Lines Matching refs:attr

1722 			    struct device_attribute *attr, char *buf)
1729 struct device_attribute *attr,
1751 struct device_attribute *attr, char *buf)
1766 struct device_attribute *attr,
1842 struct device_attribute *attr,
1856 struct device_attribute *attr, char *buf)
1865 struct device_attribute *attr,
1880 struct device_attribute *attr,
1923 struct device_attribute *attr,
1937 struct device_attribute *attr,
1959 struct device_attribute *attr, char *buf)
1974 struct device_attribute *attr, char *buf)
1988 struct device_attribute *attr,
2029 struct device_attribute *attr,
2052 struct device_attribute *attr,
2091 struct device_attribute *attr, char *buf)
2105 struct device_attribute *attr,
2127 struct device_attribute *attr, char *buf)
2141 struct device_attribute *attr,
2163 struct device_attribute *attr, char *buf)
2177 struct device_attribute *attr,
2206 struct device_attribute *attr, char *buf)
2220 struct device_attribute *attr,
2244 struct device_attribute *attr, char *buf)
2258 struct device_attribute *attr,
2287 struct device_attribute *attr, char *buf)
2301 struct device_attribute *attr,
2335 &dev_attr_version.attr,
2336 &dev_attr_fan.attr,
2337 &dev_attr_kbd_backlight_mode.attr,
2338 &dev_attr_kbd_type.attr,
2339 &dev_attr_available_kbd_modes.attr,
2340 &dev_attr_kbd_backlight_timeout.attr,
2341 &dev_attr_touchpad.attr,
2342 &dev_attr_usb_sleep_charge.attr,
2343 &dev_attr_sleep_functions_on_battery.attr,
2344 &dev_attr_usb_rapid_charge.attr,
2345 &dev_attr_usb_sleep_music.attr,
2346 &dev_attr_kbd_function_keys.attr,
2347 &dev_attr_panel_power_on.attr,
2348 &dev_attr_usb_three.attr,
2349 &dev_attr_cooling_method.attr,
2354 struct attribute *attr, int idx)
2360 if (attr == &dev_attr_fan.attr)
2362 else if (attr == &dev_attr_kbd_backlight_mode.attr)
2364 else if (attr == &dev_attr_kbd_backlight_timeout.attr)
2366 else if (attr == &dev_attr_touchpad.attr)
2368 else if (attr == &dev_attr_usb_sleep_charge.attr)
2370 else if (attr == &dev_attr_sleep_functions_on_battery.attr)
2372 else if (attr == &dev_attr_usb_rapid_charge.attr)
2374 else if (attr == &dev_attr_usb_sleep_music.attr)
2376 else if (attr == &dev_attr_kbd_function_keys.attr)
2378 else if (attr == &dev_attr_panel_power_on.attr)
2380 else if (attr == &dev_attr_usb_three.attr)
2382 else if (attr == &dev_attr_cooling_method.attr)
2385 return exists ? attr->mode : 0;