hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/Documentation/ABI/testing/sysfs-class-backlight-driver-lm3533
....@@ -4,10 +4,12 @@
44 Contact: Johan Hovold <jhovold@gmail.com>
55 Description:
66 Get the ALS output channel used as input in
7
- ALS-current-control mode (0, 1), where
7
+ ALS-current-control mode (0, 1), where:
88
9
- 0 - out_current0 (backlight 0)
10
- 1 - out_current1 (backlight 1)
9
+ == ==========================
10
+ 0 out_current0 (backlight 0)
11
+ 1 out_current1 (backlight 1)
12
+ == ==========================
1113
1214 What: /sys/class/backlight/<backlight>/als_en
1315 Date: May 2012
....@@ -28,21 +30,25 @@
2830 KernelVersion: 3.5
2931 Contact: Johan Hovold <jhovold@gmail.com>
3032 Description:
31
- Set the brightness-mapping mode (0, 1), where
33
+ Set the brightness-mapping mode (0, 1), where:
3234
33
- 0 - exponential mode
34
- 1 - linear mode
35
+ == ================
36
+ 0 exponential mode
37
+ 1 linear mode
38
+ == ================
3539
3640 What: /sys/class/backlight/<backlight>/pwm
3741 Date: April 2012
3842 KernelVersion: 3.5
3943 Contact: Johan Hovold <jhovold@gmail.com>
4044 Description:
41
- Set the PWM-input control mask (5 bits), where
45
+ Set the PWM-input control mask (5 bits), where:
4246
43
- bit 5 - PWM-input enabled in Zone 4
44
- bit 4 - PWM-input enabled in Zone 3
45
- bit 3 - PWM-input enabled in Zone 2
46
- bit 2 - PWM-input enabled in Zone 1
47
- bit 1 - PWM-input enabled in Zone 0
48
- bit 0 - PWM-input enabled
47
+ ===== ===========================
48
+ bit 5 PWM-input enabled in Zone 4
49
+ bit 4 PWM-input enabled in Zone 3
50
+ bit 3 PWM-input enabled in Zone 2
51
+ bit 2 PWM-input enabled in Zone 1
52
+ bit 1 PWM-input enabled in Zone 0
53
+ bit 0 PWM-input enabled
54
+ ===== ===========================