File: sysfs-class-backlight-adp5520

package info (click to toggle)
linux 5.10.13-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,182,916 kB
  • sloc: ansic: 19,488,074; asm: 263,676; sh: 73,873; makefile: 44,685; perl: 34,640; python: 32,386; cpp: 6,070; yacc: 4,755; lex: 2,742; awk: 1,214; ruby: 25; sed: 5
file content (31 lines) | stat: -rw-r--r-- 1,416 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
sysfs interface for analog devices adp5520(01) backlight driver
---------------------------------------------------------------

The backlight brightness control operates at three different levels for the
adp5520 and adp5501 devices: daylight (level 1), office (level 2) and dark
(level 3). By default the brightness operates at the daylight brightness level.

What:		/sys/class/backlight/<backlight>/daylight_max
What:		/sys/class/backlight/<backlight>/office_max
What:		/sys/class/backlight/<backlight>/dark_max
Date:		Sep, 2009
KernelVersion:	v2.6.32
Contact:	Michael Hennerich <michael.hennerich@analog.com>
Description:
		(RW) Maximum current setting for the backlight when brightness
		is at one of the three levels (daylight, office or dark). This
		is an input code between 0 and 127, which is transformed to a
		value between 0 mA and 30 mA using linear or non-linear
		algorithms.

What:		/sys/class/backlight/<backlight>/daylight_dim
What:		/sys/class/backlight/<backlight>/office_dim
What:		/sys/class/backlight/<backlight>/dark_dim
Date:		Sep, 2009
KernelVersion:	v2.6.32
Contact:	Michael Hennerich <michael.hennerich@analog.com>
Description:
		(RW) Dim current setting for the backlight when brightness is at
		one of the three levels (daylight, office or dark). This is an
		input code between 0 and 127, which is transformed to a value
		between 0 mA and 30 mA using linear or non-linear algorithms.