Searched full:bh1745 (Results 1 – 5 of 5) sorted by relevance
/linux-6.14.4/Documentation/devicetree/bindings/iio/light/ |
D | rohm,bh1745.yaml | 4 $id: http://devicetree.org/schemas/iio/light/rohm,bh1745.yaml# 7 title: ROHM BH1745 colour sensor 13 BH1745 is an I2C colour sensor with red, green, blue and clear 20 const: rohm,bh1745 45 compatible = "rohm,bh1745";
|
/linux-6.14.4/drivers/iio/light/ |
D | bh1745.c | 3 * ROHM BH1745 digital colour sensor driver 27 /* BH1745 configuration registers */ 61 /* BH1745 data output regs */ 839 indio_dev->name = "bh1745"; in bh1745_probe() 880 { "bh1745" }, 886 { .compatible = "rohm,bh1745" }, 893 .name = "bh1745", 903 MODULE_DESCRIPTION("BH1745 colour sensor driver");
|
D | Kconfig | 117 config BH1745 config 118 tristate "ROHM BH1745 colour sensor" 125 Say Y here to build support for the ROHM bh1745 colour sensor. 128 be called bh1745.
|
D | Makefile | 16 obj-$(CONFIG_BH1745) += bh1745.o
|
/linux-6.14.4/ |
D | MAINTAINERS | 20570 ROHM BH1745 COLOUR SENSOR 20574 F: drivers/iio/light/bh1745.c
|