/linux/Documentation/ABI/testing/ ! |
H A D | sysfs-class-backlight | 42 It returns integer between 0 (dark) and 8000 (max ambient 81 Writing 0 returns to normal/automatic ambient light level 88 What: /sys/class/backlight/<backlight>/<ambient light zone>_max 93 Control the maximum brightness for <ambient light zone> 96 <ambient light zone>. 98 The <ambient light zone> is device-driver specific: 100 For ADP5520 and ADP5501, <ambient light zone> can be: 111 For ADP8860, <ambient light zone> can be: 122 For ADP8870, <ambient light zone> can be: 137 What: /sys/class/backlight/<backlight>/<ambient ligh [all...] |
H A D | sysfs-bus-iio-light-isl29018 | 16 is less affected by the ambient IR noise variation. 19 0 Sensing IR from LED and ambient 20 1 Sensing IR from LED with ambient IR rejection
|
H A D | sysfs-bus-iio-isl29501 | 25 measurements due to changing temperature and ambient 30 ambient light are modulated independently. 40 in_proximity0_calib_phase_light_b for ambient light.
|
H A D | sysfs-platform-dell-laptop | 8 illumination mode on some systems that have an ambient 19 as reported by the ambient light sensor.
|
/linux/tools/testing/selftests/capabilities/ ! |
H A D | test_execve.c | 198 bool eff, bool perm, bool inh, bool ambient) in exec_other_validate_cap() argument 201 (perm ? "1" : "0"), (inh ? "1" : "0"), (ambient ? "1" : "0"), in exec_other_validate_cap() 206 static void exec_validate_cap(bool eff, bool perm, bool inh, bool ambient) in exec_validate_cap() argument 208 exec_other_validate_cap("./validate_cap", eff, perm, inh, ambient); in exec_validate_cap() 278 /* We should not be able to add ambient caps yet. */ in do_tests()
|
/linux/Documentation/hwmon/ ! |
H A D | ibm-cffps.rst | 51 temp1_alarm PSU inlet ambient temperature over-temperature alarm. 52 temp1_input Measured PSU inlet ambient temp in millidegrees C.
|
H A D | ibmpowernv.rst | 39 tempX_input Measured ambient temperature. 40 tempX_max Threshold ambient temperature for alert generation.
|
H A D | max1668.rst | 34 temp1_input ro local (ambient) temperature
|
H A D | adm1025.rst | 42 ambient temperature to be monitored.
|
/linux/drivers/iio/temperature/ ! |
H A D | mlx90632.c | 147 * the ambient temperature of sensor. 767 static s32 mlx90632_calc_temp_object(s64 object, s64 ambient, s32 Ea, s32 Eb, in mlx90632_calc_temp_object() argument 777 TAdut = div64_s64(((ambient - kTA0) * 1000000LL), kTA) + 25 * 1000000LL; in mlx90632_calc_temp_object() 789 static s32 mlx90632_calc_temp_object_extended(s64 object, s64 ambient, s64 reflected, in mlx90632_calc_temp_object_extended() argument 799 TAdut = div64_s64((ambient - kTA0) * 1000000LL, kTA) + 25 * 1000000LL; in mlx90632_calc_temp_object_extended() 819 s64 object, ambient; in mlx90632_calc_object_dsp105() local 869 ambient = mlx90632_preprocess_temp_amb(ambient_new_raw, in mlx90632_calc_object_dsp105() 874 *val = mlx90632_calc_temp_object_extended(object, ambient, in mlx90632_calc_object_dsp105() 881 ambient = mlx90632_preprocess_temp_amb(ambient_new_raw, in mlx90632_calc_object_dsp105() 888 *val = mlx90632_calc_temp_object(object, ambient, E in mlx90632_calc_object_dsp105() [all...] |
H A D | mlx90635.c | 555 static s32 mlx90635_calc_temp_object(s64 object, s64 ambient, u32 Ea, u32 Eb, in mlx90635_calc_temp_object() argument 565 TAdut = div64_s64(((ambient - kTA0) * 1000000LL), kTA) + 30 * 1000000LL; in mlx90635_calc_temp_object() 581 s64 object, ambient; in mlx90635_calc_object() local 596 ambient = mlx90635_preprocess_temp_amb(ambient_new_raw, in mlx90635_calc_object() 602 *val = mlx90635_calc_temp_object(object, ambient, Ea, Eb, Ga, Fa, Fa_scale, Fb, in mlx90635_calc_object()
|
/linux/include/sound/ ! |
H A D | cs-amp-lib.h | 33 * @ambient: Name of control for calAmbient value. 41 const char *ambient; member
|
/linux/drivers/net/can/peak_canfd/ ! |
H A D | Kconfig | 14 operated with ambient temperatures in a range of -40 to +85 °C.
|
/linux/Documentation/devicetree/bindings/leds/ ! |
H A D | leds-lm3532.txt | 1 * Texas Instruments - lm3532 White LED driver with ambient light sensing 10 The main features of the LM3532 include dual ambient light sensor inputs
|
/linux/drivers/misc/ ! |
H A D | Kconfig | 338 If you say yes here you get support for the ALS APDS9802 ambient 345 tristate "Intersil ISL29003 ambient light sensor" 349 ambient light sensor. 355 tristate "Intersil ISL29020 ambient light sensor" 359 ambient light sensor. 365 tristate "Taos TSL2550 ambient light sensor" 369 ambient light sensor. 379 SFH7770 (Osram) combined ambient light and proximity sensor chip. 389 combined ambient light and proximity sensor chip.
|
/linux/Documentation/power/ ! |
H A D | power_supply_class.rst | 199 ambient temperature. 201 minimum ambient temperature alert. 203 maximum ambient temperature alert.
|
H A D | charger-manager.rst | 33 we may need to monitor the battery health by looking at the ambient or 182 The source of temperature can be battery or ambient one according to
|
/linux/drivers/net/ethernet/mellanox/mlxsw/ ! |
H A D | Kconfig | 31 ambient temperature reported by ASIC.
|
/linux/drivers/platform/x86/hp/ ! |
H A D | Kconfig | 50 to read data from WMI such as docking or ambient light sensor state.
|
/linux/sound/soc/codecs/ ! |
H A D | cs-amp-lib.c | 65 ret = cs_amp_write_cal_coeff(dsp, controls, controls->ambient, data->calAmbient); in _cs_amp_write_cal_coeffs()
|
/linux/security/ ! |
H A D | commoncap.c | 304 * Mask off ambient bits that are no longer both permitted and in cap_capset() 874 * 4) non-setuid root gets ambient 881 if ((__cap_grew(effective, ambient, new) && in nonroot_raised_pE() 891 __cap_gained(ambient, new, old)))) in nonroot_raised_pE() 956 /* File caps or setid cancels ambient. */ in cap_bprm_creds_from_file() 995 __cap_grew(permitted, ambient, new)))) in cap_bprm_creds_from_file() 1126 * Pre-ambient programs expect setresuid to nonroot followed in cap_emulate_setxuid()
|
/linux/Documentation/misc-devices/ ! |
H A D | apds990x.rst | 19 APDS990x is a combined ambient light and proximity sensor. ALS and proximity
|
H A D | bh1770glc.rst | 20 BH1770GLC and SFH7770 are combined ambient light and proximity sensors.
|
/linux/kernel/ ! |
H A D | audit.h | 63 kernel_cap_t ambient; member
|
/linux/drivers/iio/humidity/ ! |
H A D | Kconfig | 14 relative humidity and ambient temperature sensor.
|