Home
last modified time | relevance | path

Searched refs:lightbar (Results 1 – 6 of 6) sorted by relevance

/linux/Documentation/ABI/testing/
H A Dsysfs-class-chromeos-driver-cros-ec-lightbar1 What: /sys/class/chromeos/<ec-device-name>/lightbar/brightness
6 the lightbar, separate from any color intensity. The
9 What: /sys/class/chromeos/<ec-device-name>/lightbar/interval_msec
13 The lightbar is controlled by an embedded controller (EC),
17 which the lightbar control files can be read or written is
21 that must elapse between accessing any of the lightbar
26 What: /sys/class/chromeos/<ec-device-name>/lightbar/led_rgb
31 lightbar is already running one of the automatic
34 To get useful results, you should stop the lightbar
45 What: /sys/class/chromeos/<ec-device-name>/lightbar/program
[all …]
H A Dsysfs-driver-uniwill-laptop37 Forces the integrated lightbar to display a rainbow animation when the machine
48 Causes the integrated lightbar to display a breathing animation when the machine
/linux/Documentation/admin-guide/laptops/
H A Duniwill-laptop.rst56 The ``uniwill-laptop`` driver exposes the lightbar found on some models as a standard multicolor
60 animation modes of the lightbar.
/linux/drivers/platform/x86/uniwill/
H A DKconfig33 like the lightbar, hwmon sensors and hotkeys. It also supports many OEM laptops
/linux/drivers/platform/chrome/
H A DKconfig185 tristate "Chromebook Pixel's lightbar support"
189 This option exposes the Chromebook Pixel's lightbar to
/linux/drivers/hid/
H A Dhid-playstation.c200 struct led_classdev_mc lightbar; member
1201 struct dualsense *ds = container_of(mc_cdev, struct dualsense, lightbar); in dualsense_lightbar_set_brightness()
1843 ret = ps_lightbar_register(ps_dev, &ds->lightbar, dualsense_lightbar_set_brightness); in dualsense_create()