Searched +full:noa1305 +full:- +full:d (Results 1 – 2 of 2) sorted by relevance
1 # SPDX-License-Identifier: GPL-2.03 ---4 $id: http://devicetree.org/schemas/iio/light/noa1305.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: ON Semiconductor NOA1305 Ambient Light Sensor10 - Martyn Welch <martyn.welch@collabora.com>15 https://www.onsemi.com/pub/Collateral/NOA1305-D.PDF20 - onnn,noa130525 vin-supply:29 - compatible[all …]
1 // SPDX-License-Identifier: GPL-2.0+3 * Support for ON Semiconductor NOA1305 ambient light sensor44 #define NOA1305_DRIVER_NAME "noa1305"56 ret = regmap_bulk_read(priv->regmap, NOA1305_REG_ALS_DATA_LSB, &data, in noa1305_measure()69 ret = regmap_read(priv->regmap, NOA1305_REG_INTEGRATION_TIME, &data); in noa1305_scale()113 return -EINVAL; in noa1305_scale()131 int ret = -EINVAL; in noa1305_read_raw()136 switch (chan->type) { in noa1305_read_raw()148 switch (chan->type) { in noa1305_read_raw()198 indio_dev = devm_iio_device_alloc(&client->dev, sizeof(*priv)); in noa1305_probe()[all …]