/linux/drivers/iio/light/ |
H A D | Kconfig | 11 tristate "ACPI Ambient Light Sensor" 18 Ambient Light Sensor. 47 tristate "AL3010 ambient light sensor" 51 ambient light sensor. 57 tristate "AL3320A ambient light sensor" 61 ambient light sensor. 67 tristate "APDS9300 ambient light sensor" 71 ambient light sensor. 77 tristate "Avago APDS9306 Ambient Light Sensor" 83 Ambient Light Sensor. [all …]
|
/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: 103 Ambient sysfs entry 111 For ADP8860, <ambient light zone> can be: 114 Ambient sysfs entry [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.
|
/linux/Documentation/devicetree/bindings/iio/light/ |
H A D | sharp,gp2ap002.yaml | 7 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 D | bh1750.yaml | 7 title: ROHM BH1750 ambient light sensor 13 Ambient light sensor with an i2c interface.
|
H A D | tsl2583.yaml | 7 title: AMS/TAOS Ambient Light Sensor (ALS) 13 Ambient light sensing with an i2c interface.
|
H A D | noa1305.yaml | 7 title: ON Semiconductor NOA1305 Ambient Light Sensor 13 Ambient sensing with an i2c interface.
|
H A D | rohm,bu27034anuc.yaml | 7 title: ROHM BU27034ANUC ambient light sensor 13 ROHM BU27034ANUC is an ambient light sensor with 2 channels and 2 photo diodes
|
H A D | amstaos,tsl2563.yaml | 7 title: AMS TAOS TSL2563 ambient light sensor 13 Ambient light sensor with an i2c interface.
|
H A D | vishay,vcnl4000.yaml | 7 title: VISHAY VCNL4000 ambient light and proximity sensor 13 Ambient light sensing with proximity detection over an i2c
|
H A D | liteon,ltrf216a.yaml | 7 title: LTRF216A Ambient Light Sensor 13 Ambient light sensing with an i2c interface.
|
H A D | stk33xx.yaml | 8 Sensortek STK33xx I2C Ambient Light and Proximity sensor 14 Ambient light and proximity sensor over an i2c interface.
|
H A D | isl29018.yaml | 8 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 D | ti,opt4001.yaml | 7 title: Texas Instruments OPT4001 Ambient Light Sensor 13 Ambient light sensor with an i2c interface.
|
H A D | tsl2772.yaml | 7 title: AMS/TAOS Ambient Light Sensor (ALS) and Proximity Detector 13 Ambient light sensing and proximity detection with an i2c interface.
|
/linux/drivers/sbus/char/ |
H A D | max1617.h | 6 #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 D | amd_sfh_hid_desc.c | 50 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/power/supply/ |
H A D | battery.yaml | 110 ambient-celsius: 111 description: safe range of ambient temperature 113 - description: alert when ambient temperature is lower than this value 114 - description: alert when ambient temperature is higher than this value 171 ambient-celsius = <(-5) 50>;
|
/linux/Documentation/devicetree/bindings/iio/temperature/ |
H A D | melexis,mlx90632.yaml | 20 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/Documentation/devicetree/bindings/ |
H A D | trivial-devices.yaml | 60 # CM32181: Ambient Light Sensor 62 # CM3232: Ambient Light Sensor 64 # CM3323: Ambient Light Sensor 152 # Intersil ISL29028 Ambient Light and Proximity Sensor 154 # Intersil ISL29030 Ambient Light and Proximity Sensor 156 # Intersil ISL76682 Ambient Light Sensor 348 # Ambient Light Sensor with SMBUS/Two Wire Serial Interface
|
/linux/drivers/macintosh/ |
H A D | windfarm_max6690_sensor.c | 79 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/drivers/video/backlight/ |
H A D | adp8860_bl.c | 57 #define ADP8860_PH1LEVL 0x21 /* First phototransistor ambient light level-low byte register */ 58 #define ADP8860_PH1LEVH 0x22 /* First phototransistor ambient light level-high byte register */ 59 #define ADP8860_PH2LEVL 0x23 /* Second phototransistor ambient light level-low byte register */ 60 #define ADP8860_PH2LEVH 0x24 /* Second phototransistor ambient light level-high byte register */ 332 /* Disable Ambient Light auto adjust */ in adp8860_bl_set() 338 * MAX_BRIGHTNESS -> Enable Ambient Light auto adjust in adp8860_bl_set() 609 /* Enable automatic ambient light sensing */ in adp8860_bl_ambient_light_zone_store() 612 /* Disable automatic ambient light sensing */ in adp8860_bl_ambient_light_zone_store() 615 /* Set user supplied ambient light zone */ in adp8860_bl_ambient_light_zone_store()
|
/linux/include/linux/ |
H A D | amd-pmf-io.h | 20 * @MT_ALS: Message ID to know the Ambient light info from MP2 FW 41 * @ambient_light: Populates the ambient light information
|
/linux/include/sound/ |
H A D | cs-amp-lib.h | 33 * @ambient: Name of control for calAmbient value. 41 const char *ambient; member
|