Searched refs:light (Results 1 – 12 of 12) sorted by relevance
| /rk3399_rockchip-uboot/cmd/ |
| H A D | demo.c | 46 int light; in do_demo_light() local 50 light = simple_strtoul(argv[0], NULL, 16); in do_demo_light() 51 ret = demo_set_light(demo_dev, light); in do_demo_light() 84 U_BOOT_CMD_MKENT(light, 2, 1, do_demo_light, "", ""),
|
| /rk3399_rockchip-uboot/include/ |
| H A D | dm-demo.h | 28 int (*set_light)(struct udevice *dev, int light); 34 int demo_set_light(struct udevice *dev, int light);
|
| /rk3399_rockchip-uboot/drivers/demo/ |
| H A D | demo-uclass.c | 56 int demo_set_light(struct udevice *dev, int light) in demo_set_light() argument 63 return ops->set_light(dev, light); in demo_set_light()
|
| H A D | demo-shape.c | 95 static int set_light(struct udevice *dev, int light) in set_light() argument 106 ret = dm_gpio_set_value(desc, light & mask); in set_light()
|
| /rk3399_rockchip-uboot/doc/device-tree-bindings/leds/ |
| H A D | common.txt | 9 "backlight" - LED will act as a back-light, controlled by the framebuffer
|
| /rk3399_rockchip-uboot/arch/arm/mach-rockchip/rk3368/ |
| H A D | Kconfig | 41 WIFI/BT (on RTL8723BS), Gsensor BMA250E and light&proximity
|
| /rk3399_rockchip-uboot/doc/ |
| H A D | README.LED | 37 CONFIG_STATUS_LED_BOOT is the LED to light when the board is booting.
|
| H A D | README.i2c | 57 In general the traffic is fairly light, and in particular the EC wants access
|
| H A D | README.efi | 304 light weight.
|
| /rk3399_rockchip-uboot/arch/sandbox/dts/ |
| H A D | sandbox.dts | 246 light-gpios = <&gpio_a 2>, <&gpio_b 6 0>;
|
| /rk3399_rockchip-uboot/drivers/led/ |
| H A D | Kconfig | 320 int "LED to light when the board is booting"
|
| /rk3399_rockchip-uboot/drivers/video/ |
| H A D | Kconfig | 134 better in low-light situations or to reduce eye strain in some
|