Searched full:bu27010 (Results 1 – 2 of 2) sorted by relevance
/linux/Documentation/devicetree/bindings/iio/light/ |
H A D | rohm,bu27010.yaml | 4 $id: http://devicetree.org/schemas/iio/light/rohm,bu27010.yaml# 7 title: ROHM BU27010 color sensor 13 The ROHM BU27010 is a sensor with 6 photodiodes (red, green, blue, clear, 22 const: rohm,bu27010 46 compatible = "rohm,bu27010";
|
/linux/drivers/iio/light/ |
H A D | rohm-bu27008.c | 5 * - BU27010 RGBC + Flickering sensor 30 * At a quick glance to the data-sheet register tables, the BU27010 has all the 31 * registers that the BU27008 has. On top of that the BU27010 adds couple of new 34 * So, all definitions BU27008_REG_* are there also for BU27010 but none of the 35 * BU27010_REG_* are present on BU27008. This makes sense as BU27010 just adds 41 * registers on BU27008 and BU27010 are different. 76 /* BU27010 specific definitions */ 196 * On BU27010 available scales with gain 1x - 4096x, 685 * The IRQ enabling on BU27010 is done in a peculiar way. The IRQ in bu27010_chip_init() 706 .name = "bu27010", [all …]
|