Searched refs:bright (Results 1 – 4 of 4) sorted by relevance
| /rk3399_rockchip-uboot/board/BuS/eb_cpu5282/ |
| H A D | eb_cpu5282.c | 232 ulong bright; in do_brightness() local 237 bright = simple_strtoul(argv[2], NULL, 10); in do_brightness() 239 (bright >= 0) && (bright <= 1000)) { in do_brightness() 240 vcxk_setbrightness(side, bright); in do_brightness() 259 bright, 3, 0, do_brightness,
|
| /rk3399_rockchip-uboot/tools/patman/ |
| H A D | terminal.py | 116 def Start(self, color, bright=True): argument 127 base = self.BRIGHT_START if bright else self.NORMAL_START 142 def Color(self, color, text, bright=True): argument 160 base = self.BRIGHT_START if bright else self.NORMAL_START
|
| /rk3399_rockchip-uboot/board/BuR/common/ |
| H A D | common.c | 58 unsigned int bright = FDTPROP(PATHINF, "brightdef"); in lcdbacklight() local 62 unsigned int bright = env_get_ulong("ds1_bright_def", 10, 50); in lcdbacklight() 69 bright = bright != ~0UL ? bright : 50; in lcdbacklight() 71 bright = 0; in lcdbacklight() 85 TPS65217_WLEDCTRL2, bright, 0xFF); in lcdbacklight() 89 bright != 0 ? 0x0A : 0x02, in lcdbacklight() 102 tmp = tmp + ((V_OSCK/pwmfrq)/100) * bright; in lcdbacklight()
|
| /rk3399_rockchip-uboot/tools/buildman/ |
| H A D | control.py | 73 print ' ', col.Color(col.YELLOW, commit.hash[:8], bright=False),
|