Home
last modified time | relevance | path

Searched refs:Leds (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/external/xserver/include/
H A Dinput.h122 typedef unsigned long Leds; typedef
178 Leds leds;
213 Leds led_values;
/OK3568_Linux_fs/kernel/Documentation/leds/
H A Dleds-blinkm.rst2 Leds BlinkM driver
H A Dleds-lp5521.rst15 LP5521 can drive up to 3 channels. Leds can be controlled directly via
H A Dleds-lp5523.rst13 LP5523 can drive up to 9 channels. Leds can be controlled directly via
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Dam335x-regor.dtsi40 /* User Leds */
/OK3568_Linux_fs/external/xserver/hw/kdrive/src/
H A Dkdrive.h241 void (*Leds) (KdKeyboardInfo *, int); member
H A Dkinput.c408 if (ki->driver->Leds) in KdSetLeds()
409 (*ki->driver->Leds) (ki, leds); in KdSetLeds()
/OK3568_Linux_fs/external/xserver/dix/
H A Ddevices.c1963 ctrl->leds |= ((Leds) 1 << (led - 1)); in NoteLedState()
1965 ctrl->leds &= ~((Leds) 1 << (led - 1)); in NoteLedState()
2060 ctrl.leds &= ~(((Leds) (1)) << (led - 1)); in DoChangeKeyboardControl()
2066 ctrl.leds |= (((Leds) (1)) << (led - 1)); in DoChangeKeyboardControl()