| /kernel/linux/linux-5.10/drivers/of/unittest-data/ |
| D | overlay_base.dts | 72 lights_1: lights@30000 { 73 compatible = "ot,work-lights"; 78 lights_2: lights@40000 { 79 compatible = "ot,show-lights";
|
| /kernel/linux/linux-6.6/drivers/of/unittest-data/ |
| D | overlay_common.dtsi | 70 lights_1: lights@30000 { 71 compatible = "ot,work-lights"; 76 lights_2: lights@40000 { 77 compatible = "ot,show-lights";
|
| /kernel/linux/linux-6.6/drivers/input/misc/ |
| D | ideapad_slidebar.c | 34 * STD 'heartbeat' lights follow the finger 35 * ONMOV no lights lights follow the finger 36 * LAST at last pos lights follow the finger 37 * OFF no lights no lights
|
| /kernel/linux/linux-5.10/drivers/input/misc/ |
| D | ideapad_slidebar.c | 34 * STD 'heartbeat' lights follow the finger 35 * ONMOV no lights lights follow the finger 36 * LAST at last pos lights follow the finger 37 * OFF no lights no lights
|
| /kernel/linux/linux-6.6/drivers/staging/greybus/ |
| D | light.c | 3 * Greybus Lights protocol driver. 65 struct gb_light *lights; member 1010 struct gb_light *light = &glights->lights[id]; in gb_lights_light_config() 1130 if (!glights->lights) in gb_lights_release() 1134 gb_lights_light_release(&glights->lights[i]); in gb_lights_release() 1136 kfree(glights->lights); in gb_lights_release() 1173 glights->lights = kcalloc(glights->lights_count, in gb_lights_create_all() 1175 if (!glights->lights) { in gb_lights_create_all() 1184 "Fail to configure lights device\n"); in gb_lights_create_all() 1202 ret = gb_lights_light_register(&glights->lights[i]); in gb_lights_register_all() [all …]
|
| /kernel/linux/linux-5.10/drivers/staging/greybus/ |
| D | light.c | 3 * Greybus Lights protocol driver. 65 struct gb_light *lights; member 1005 struct gb_light *light = &glights->lights[id]; in gb_lights_light_config() 1125 if (!glights->lights) in gb_lights_release() 1129 gb_lights_light_release(&glights->lights[i]); in gb_lights_release() 1131 kfree(glights->lights); in gb_lights_release() 1168 glights->lights = kcalloc(glights->lights_count, in gb_lights_create_all() 1170 if (!glights->lights) { in gb_lights_create_all() 1179 "Fail to configure lights device\n"); in gb_lights_create_all() 1197 ret = gb_lights_light_register(&glights->lights[i]); in gb_lights_register_all() [all …]
|
| /kernel/linux/linux-5.10/include/uapi/linux/ |
| D | kd.h | 29 #define KDSETLED 0x4B32 /* set led state [lights, not flags] */ 97 #define KDGKBLED 0x4B64 /* get led flags (not lights) */ 98 #define KDSKBLED 0x4B65 /* set led flags (not lights) */
|
| /kernel/linux/linux-6.6/include/uapi/linux/ |
| D | kd.h | 29 #define KDSETLED 0x4B32 /* set led state [lights, not flags] */ 97 #define KDGKBLED 0x4B64 /* get led flags (not lights) */ 98 #define KDSKBLED 0x4B65 /* set led flags (not lights) */
|
| /kernel/linux/linux-6.6/sound/usb/usx2y/ |
| D | usbus428ctldefs.h | 79 struct us428_lights lights; member
|
| /kernel/linux/linux-5.10/sound/usb/usx2y/ |
| D | usbus428ctldefs.h | 79 struct us428_lights lights; member
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/media/i2c/ |
| D | st,st-vgxy61.yaml | 53 Invert polarity of illuminator's lights strobe GPIOs.
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/ata/ |
| D | sata_highbank.yaml | 66 that the driver supports SGPIO indicator lights using the indicated
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/ata/ |
| D | sata_highbank.yaml | 69 that the driver supports SGPIO indicator lights using the indicated
|
| /kernel/linux/linux-6.6/drivers/staging/fieldbus/Documentation/ |
| D | fieldbus_dev.txt | 18 actuators, electric motors, console lights, switches, valves and contactors.
|
| /kernel/linux/linux-5.10/drivers/staging/fieldbus/Documentation/ |
| D | fieldbus_dev.txt | 18 actuators, electric motors, console lights, switches, valves and contactors.
|
| /kernel/linux/linux-6.6/include/linux/ |
| D | kbd_kern.h | 39 unsigned char ledflagstate:4; /* flags, not lights */
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | kbd_kern.h | 44 unsigned char ledflagstate:4; /* flags, not lights */
|
| /kernel/linux/linux-5.10/drivers/hid/ |
| D | hid-roccat-konepure.c | 12 * Roccat KonePure is a smaller version of KoneXTD with less buttons and lights.
|
| /kernel/linux/linux-5.10/Documentation/ABI/testing/ |
| D | sysfs-driver-wacom | 102 remote as indicated by the LED lights on the device. If no
|
| /kernel/linux/linux-6.6/drivers/hid/ |
| D | hid-roccat-konepure.c | 12 * Roccat KonePure is a smaller version of KoneXTD with less buttons and lights.
|
| /kernel/linux/linux-6.6/Documentation/ABI/testing/ |
| D | sysfs-driver-wacom | 102 remote as indicated by the LED lights on the device. If no
|
| /kernel/linux/linux-5.10/drivers/mtd/nand/raw/ |
| D | r852.h | 48 #define R852_CARD_IRQ_CD 0x01 /* fire when #CD lights, same as 0x04*/
|
| /kernel/linux/linux-6.6/drivers/mtd/nand/raw/ |
| D | r852.h | 48 #define R852_CARD_IRQ_CD 0x01 /* fire when #CD lights, same as 0x04*/
|
| /kernel/linux/linux-5.10/include/linux/greybus/ |
| D | greybus_protocols.h | 1622 /* Lights */ 1624 /* Greybus Lights request types */ 1658 /* Lights Mode valid bit values */ 1667 /* get count of lights in module */
|
| /kernel/linux/linux-6.6/include/linux/greybus/ |
| D | greybus_protocols.h | 1622 /* Lights */ 1624 /* Greybus Lights request types */ 1658 /* Lights Mode valid bit values */ 1667 /* get count of lights in module */
|