Home
last modified time | relevance | path

Searched full:ambient (Results 1 – 25 of 126) sorted by relevance

123456

/linux/drivers/iio/light/
H A DKconfig11 tristate "ACPI Ambient Light Sensor"
18 Ambient Light Sensor.
47 tristate "AL3000a ambient light sensor"
52 ambient light sensor.
58 tristate "AL3010 ambient light sensor"
63 ambient light sensor.
69 tristate "AL3320A ambient light sensor"
74 ambient light sensor.
85 combined ambient light and proximity sensor.
91 tristate "APDS9300 ambient light sensor"
[all …]
H A Dbh1780.c3 * ROHM 1780GLI Ambient Light Sensor Driver
173 "Ambient Light Sensor, Rev : %lu\n", in bh1780_probe()
282 MODULE_DESCRIPTION("ROHM BH1780GLI Ambient Light Sensor Driver");
/linux/Documentation/ABI/testing/
H A Dsysfs-class-backlight42 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:
103 Ambient sysfs entry
111 For ADP8860, <ambient light zone> can be:
114 Ambient sysfs entry
[all …]
H A Dsysfs-bus-iio-light-isl2901816 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 Dsysfs-bus-iio-isl2950125 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 Dsysfs-platform-dell-laptop8 illumination mode on some systems that have an ambient
19 as reported by the ambient light sensor.
/linux/Documentation/devicetree/bindings/iio/light/
H A Dsharp,gp2ap002.yaml7 title: Sharp GP2AP002A00F and GP2AP002S00F proximity and ambient light sensors
13 Proximity and ambient light sensor with IR LED for the proximity
14 sensing and an analog output for light intensity. The ambient light
38 description: ALSOUT ADC channel to read the ambient light
H A Dtsl2583.yaml7 title: AMS/TAOS Ambient Light Sensor (ALS)
13 Ambient light sensing with an i2c interface.
H A Dnoa1305.yaml7 title: ON Semiconductor NOA1305 Ambient Light Sensor
13 Ambient sensing with an i2c interface.
H A Drohm,bu27034anuc.yaml7 title: ROHM BU27034ANUC ambient light sensor
13 ROHM BU27034ANUC is an ambient light sensor with 2 channels and 2 photo diodes
H A Damstaos,tsl2563.yaml7 title: AMS TAOS TSL2563 ambient light sensor
13 Ambient light sensor with an i2c interface.
H A Dliteon,ltrf216a.yaml7 title: LTRF216A Ambient Light Sensor
13 Ambient light sensing with an i2c interface.
H A Dbh1750.yaml7 title: ROHM BH1750 ambient light sensor
13 Ambient light sensor with an i2c interface.
H A Dstk33xx.yaml8 Sensortek STK33xx I2C Ambient Light and Proximity sensor
14 Ambient light and proximity sensor over an i2c interface.
H A Disl29018.yaml8 Intersil 29018/29023/29035 Ambient Light, Infrared Light, and Proximity Sensor
14 Ambient and infrared light sensing with proximity detection over an i2c
H A Dti,opt4001.yaml7 title: Texas Instruments OPT4001 Ambient Light Sensor
13 Ambient light sensor with an i2c interface.
H A Dvishay,vcnl4000.yaml7 title: VISHAY VCNL4000 ambient light and proximity sensor
13 Ambient light sensing with proximity detection over an i2c
/linux/drivers/sbus/char/
H A Dmax1617.h6 #define MAX1617_AMB_TEMP 0x00 /* Ambient temp in C */
13 #define MAX1617_RD_AMB_HIGHLIM 0x05 /* Ambient high limit */
14 #define MAX1617_RD_AMB_LOWLIM 0x06 /* Ambient low limit */
/linux/drivers/hid/amd-sfh-hid/hid_descriptor/
H A Damd_sfh_hid_desc.c50 case als_idx: /* ambient light sensor */ in get_report_descriptor()
51 case ACS_IDX: /* ambient color sensor */ in get_report_descriptor()
101 case ACS_IDX: /* ambient color sensor */ in get_descr_sz()
178 case als_idx: /* ambient light sensor */ in get_feature_report()
179 case ACS_IDX: /* ambient color sensor */ in get_feature_report()
251 case ACS_IDX: /* ambient color sensor */ in get_input_report()
/linux/Documentation/devicetree/bindings/iio/temperature/
H A Dmelexis,mlx90632.yaml20 operate and measure ambient temperature in range of -20 to 85 degrees
23 Be aware that electronics surrounding the sensor can increase ambient
37 operate and measure ambient temperature in range of -20 to 85 degrees
/linux/drivers/macintosh/
H A Dwindfarm_max6690_sensor.c79 if (!strcmp(loc, "BACKSIDE") || !strcmp(loc, "SYS CTRLR AMBIENT")) in wf_max6690_probe()
81 else if (!strcmp(loc, "NB Ambient")) in wf_max6690_probe()
83 else if (!strcmp(loc, "GPU Ambient")) in wf_max6690_probe()
/linux/Documentation/hwmon/
H A Dibm-cffps.rst51 temp1_alarm PSU inlet ambient temperature over-temperature alarm.
52 temp1_input Measured PSU inlet ambient temp in millidegrees C.
/linux/include/linux/
H A Damd-pmf-io.h20 * @MT_ALS: Message ID to know the Ambient light info from MP2 FW
45 * @ambient_light: Populates the ambient light information
/linux/drivers/iio/temperature/
H A Dmlx90632.c145 * @object_ambient_temperature: Ambient temperature at object (might differ of
146 * the ambient temperature of sensor.
766 static s32 mlx90632_calc_temp_object(s64 object, s64 ambient, s32 Ea, s32 Eb, in mlx90632_calc_temp_object() argument
776 TAdut = div64_s64(((ambient - kTA0) * 1000000LL), kTA) + 25 * 1000000LL; in mlx90632_calc_temp_object()
788 static s32 mlx90632_calc_temp_object_extended(s64 object, s64 ambient, s64 reflected, in mlx90632_calc_temp_object_extended() argument
798 TAdut = div64_s64((ambient - kTA0) * 1000000LL, kTA) + 25 * 1000000LL; in mlx90632_calc_temp_object_extended()
818 s64 object, ambient; in mlx90632_calc_object_dsp105() local
868 ambient = mlx90632_preprocess_temp_amb(ambient_new_raw, in mlx90632_calc_object_dsp105()
873 *val = mlx90632_calc_temp_object_extended(object, ambient, in mlx90632_calc_object_dsp105()
880 ambient = mlx90632_preprocess_temp_amb(ambient_new_raw, in mlx90632_calc_object_dsp105()
[all …]
/linux/tools/testing/selftests/landlock/
H A Dcommon.h63 /* Automatically resets ambient capabilities. */ in _init_caps()
70 /* Quickly checks that ambient capabilities are cleared. */ in _init_caps()
120 TH_LOG("Failed to set ambient capability %d: %s", cap, in set_ambient_cap()

123456