Home
last modified time | relevance | path

Searched full:alsout (Results 1 – 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/Documentation/devicetree/bindings/iio/light/
Dsharp,gp2ap002.yaml38 description: ALSOUT ADC channel to read the ambient light
41 const: alsout
81 io-channel-names = "alsout";
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/iio/light/
Dsharp,gp2ap002.yaml38 description: ALSOUT ADC channel to read the ambient light
41 const: alsout
81 io-channel-names = "alsout";
/kernel/linux/linux-5.10/drivers/iio/light/
Dgp2ap002.c132 * @alsout: IIO ADC channel to convert the ALSOUT signal
145 struct iio_channel *alsout; member
233 ret = iio_read_channel_processed(gp2ap002->alsout, &res); in gp2ap002_get_lux()
505 gp2ap002->alsout = devm_iio_channel_get(dev, "alsout"); in gp2ap002_probe()
506 if (IS_ERR(gp2ap002->alsout)) { in gp2ap002_probe()
507 if (PTR_ERR(gp2ap002->alsout) == -ENODEV) { in gp2ap002_probe()
511 dev_err(dev, "failed to get ALSOUT ADC channel\n"); in gp2ap002_probe()
512 return PTR_ERR(gp2ap002->alsout); in gp2ap002_probe()
514 ret = iio_get_channel_type(gp2ap002->alsout, &ch_type); in gp2ap002_probe()
519 "wrong type of IIO channel specified for ALSOUT\n"); in gp2ap002_probe()
/kernel/linux/linux-6.6/drivers/iio/light/
Dgp2ap002.c132 * @alsout: IIO ADC channel to convert the ALSOUT signal
145 struct iio_channel *alsout; member
233 ret = iio_read_channel_processed(gp2ap002->alsout, &res); in gp2ap002_get_lux()
503 gp2ap002->alsout = devm_iio_channel_get(dev, "alsout"); in gp2ap002_probe()
504 if (IS_ERR(gp2ap002->alsout)) { in gp2ap002_probe()
505 ret = PTR_ERR(gp2ap002->alsout); in gp2ap002_probe()
507 return dev_err_probe(dev, ret, "failed to get ALSOUT ADC channel\n"); in gp2ap002_probe()
509 ret = iio_get_channel_type(gp2ap002->alsout, &ch_type); in gp2ap002_probe()
514 "wrong type of IIO channel specified for ALSOUT\n"); in gp2ap002_probe()
/kernel/linux/linux-6.6/arch/arm/boot/dts/st/
Dste-ux500-samsung-janice.dts584 /* ADC channel AUX2 to read ALSOUT ambient light sensor out */
586 io-channel-names = "alsout";
/kernel/linux/linux-6.6/arch/arm/boot/dts/samsung/
Ds5pv210-aries.dtsi507 io-channel-names = "alsout";
/kernel/linux/linux-5.10/arch/arm/boot/dts/
Ds5pv210-aries.dtsi507 io-channel-names = "alsout";