Home
last modified time | relevance | path

Searched full:taos (Results 1 – 23 of 23) sorted by relevance

/linux/drivers/i2c/busses/
H A Di2c-taos-evm.c3 * 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 DMakefile141 obj-$(CONFIG_I2C_TAOS_EVM) += i2c-taos-evm.o
H A DKconfig1364 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 Di2c-taos-evm.rst2 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 Dindex.rst29 i2c-taos-evm
/linux/drivers/iio/light/
H A DKconfig567 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 Dtsl4531.c3 * tsl4531.c - Support for TAOS TSL4531 ambient light sensor
248 MODULE_DESCRIPTION("TAOS TSL4531 ambient light sensors driver");
H A Dtsl2583.c4 * 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 Dtsl2772.c4 * 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 Dtcs3414.c3 * tcs3414.c - Support for TAOS TCS3414 digital color sensor
H A Dtsl2591.c7 * Device driver for the TAOS TSL2591. This is a very-high sensitivity
1222 MODULE_DESCRIPTION("TAOS tsl2591 ambient light sensor driver");
H A Dtcs3472.c3 * tcs3472.c - Support for TAOS TCS3472 color light-to-digital converter
/linux/Documentation/devicetree/bindings/iio/light/
H A Damstaos,tsl2591.yaml7 title: AMS/TAOS TSL2591 Ambient Light Sensor (ALS)
13 AMS/TAOS TSL2591 is a very-high sensitivity
H A Dtsl2583.yaml7 title: AMS/TAOS Ambient Light Sensor (ALS)
H A Damstaos,tsl2563.yaml7 title: AMS TAOS TSL2563 ambient light sensor
H A Dtsl2772.yaml7 title: AMS/TAOS Ambient Light Sensor (ALS) and Proximity Detector
/linux/include/linux/platform_data/
H A Dtsl2772.h4 * and proximity (prox) within the TAOS TSL2772 family of devices.
6 * Copyright (c) 2012, TAOS Corporation.
/linux/drivers/misc/
H A Dtsl2550.c140 * This function is described into Taos TSL2550 Designer's Notebook
429 { .compatible = "taos,tsl2550" },
H A DKconfig353 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 Dtrivial-devices.yaml359 - taos,tsl2550
H A Dvendor-prefixes.yaml121 description: AMS-Taos Inc.
/linux/arch/arm/boot/dts/ti/omap/
H A Dam335x-evm.dts454 compatible = "taos,tsl2550";
/linux/
H A DMAINTAINERS10685 I2C-TAOS-EVM DRIVER
10689 F: Documentation/i2c/busses/i2c-taos-evm.rst
10690 F: drivers/i2c/busses/i2c-taos-evm.c