/linux/drivers/i2c/busses/ |
H A D | i2c-taos-evm.c | 3 * Driver for the TAOS evaluation modules 41 /* TAOS TSL2550 EVM */ 49 if (!strncmp(adapter->name, "TAOS TSL2550 EVM", 16)) { in taos_instantiate_device() 63 struct taos_data *taos = serio_get_drvdata(serio); in taos_smbus_xfer() local 68 p = taos->buffer; in taos_smbus_xfer() 72 if (addr != taos->addr) in taos_smbus_xfer() 93 /* Send the transaction to the TAOS EVM */ in taos_smbus_xfer() 94 dev_dbg(&adapter->dev, "Command buffer: %s\n", taos->buffer); in taos_smbus_xfer() 95 for (p = taos->buffer; *p; p++) in taos_smbus_xfer() 98 taos->addr = addr; in taos_smbus_xfer() [all …]
|
H A D | Makefile | 141 obj-$(CONFIG_I2C_TAOS_EVM) += i2c-taos-evm.o
|
H A D | Kconfig | 1364 tristate "TAOS evaluation module" 1369 This supports TAOS evaluation modules on serial port. In order to 1376 will be called i2c-taos-evm.
|
/linux/Documentation/i2c/busses/ |
H A D | i2c-taos-evm.rst | 2 Kernel driver i2c-taos-evm 7 This is a driver for the evaluation modules for TAOS I2C/SMBus chips. 16 * TAOS TSL2550 EVM 18 For additional information on TAOS products, please see 27 commands will tell the kernel that you have a TAOS EVM on the first 31 # inputattach --taos-evm /dev/ttyS0 37 Only 4 SMBus transaction types are supported by the TAOS evaluation
|
H A D | index.rst | 29 i2c-taos-evm
|
/linux/drivers/iio/light/ |
H A D | Kconfig | 567 tristate "TAOS TCS3414 digital color sensor" 572 If you say yes here you get support for the TAOS TCS3414 579 tristate "TAOS TCS3472 color light-to-digital converter" 584 If you say yes here you get support for the TAOS TCS3472 591 tristate "TAOS TSL2560, TSL2561, TSL2562 and TSL2563 ambient light sensors" 594 If you say yes here you get support for the Taos TSL2560, 601 tristate "TAOS TSL2580, TSL2581 and TSL2583 light-to-digital converters" 604 Provides support for the TAOS tsl2580, tsl2581 and tsl2583 devices. 608 tristate "TAOS TSL2591 ambient light sensor" 611 Select Y here for support of the AMS/TAOS TSL2591 ambient light sensor, [all …]
|
H A D | tsl4531.c | 3 * tsl4531.c - Support for TAOS TSL4531 ambient light sensor 248 MODULE_DESCRIPTION("TAOS TSL4531 ambient light sensors driver");
|
H A D | tsl2583.c | 4 * within the TAOS tsl258x family of devices (tsl2580, tsl2581, tsl2583). 6 * Copyright (c) 2011, TAOS Corporation. 952 MODULE_DESCRIPTION("TAOS tsl2583 ambient light sensor driver");
|
H A D | tsl2772.c | 4 * detection (prox) within the TAOS TSL2571, TSL2671, TMD2671, TSL2771, TMD2771, 7 * Copyright (c) 2012, TAOS Corporation. 41 * TAOS Register definitions - Note: depending on device, some of these register 1360 /* Use the default register values to identify the Taos device */ 1942 MODULE_DESCRIPTION("TAOS tsl2772 ambient and proximity light sensor driver");
|
H A D | tcs3414.c | 3 * tcs3414.c - Support for TAOS TCS3414 digital color sensor
|
H A D | tsl2591.c | 7 * Device driver for the TAOS TSL2591. This is a very-high sensitivity 1222 MODULE_DESCRIPTION("TAOS tsl2591 ambient light sensor driver");
|
H A D | tcs3472.c | 3 * tcs3472.c - Support for TAOS TCS3472 color light-to-digital converter
|
/linux/Documentation/devicetree/bindings/iio/light/ |
H A D | amstaos,tsl2591.yaml | 7 title: AMS/TAOS TSL2591 Ambient Light Sensor (ALS) 13 AMS/TAOS TSL2591 is a very-high sensitivity
|
H A D | tsl2583.yaml | 7 title: AMS/TAOS Ambient Light Sensor (ALS)
|
H A D | amstaos,tsl2563.yaml | 7 title: AMS TAOS TSL2563 ambient light sensor
|
H A D | tsl2772.yaml | 7 title: AMS/TAOS Ambient Light Sensor (ALS) and Proximity Detector
|
/linux/include/linux/platform_data/ |
H A D | tsl2772.h | 4 * and proximity (prox) within the TAOS TSL2772 family of devices. 6 * Copyright (c) 2012, TAOS Corporation.
|
/linux/drivers/misc/ |
H A D | tsl2550.c | 140 * This function is described into Taos TSL2550 Designer's Notebook 429 { .compatible = "taos,tsl2550" },
|
H A D | Kconfig | 353 tristate "Taos TSL2550 ambient light sensor" 356 If you say yes here you get support for the Taos TSL2550
|
/linux/Documentation/devicetree/bindings/ |
H A D | trivial-devices.yaml | 359 - taos,tsl2550
|
H A D | vendor-prefixes.yaml | 121 description: AMS-Taos Inc.
|
/linux/arch/arm/boot/dts/ti/omap/ |
H A D | am335x-evm.dts | 454 compatible = "taos,tsl2550";
|
/linux/ |
H A D | MAINTAINERS | 10685 I2C-TAOS-EVM DRIVER 10689 F: Documentation/i2c/busses/i2c-taos-evm.rst 10690 F: drivers/i2c/busses/i2c-taos-evm.c
|