Searched refs:bh1780 (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/drivers/iio/light/ |
H A D | bh1780.c | 43 static int bh1780_write(struct bh1780_data *bh1780, u8 reg, u8 val) in bh1780_write() argument 45 int ret = i2c_smbus_write_byte_data(bh1780->client, in bh1780_write() 49 dev_err(&bh1780->client->dev, in bh1780_write() 56 static int bh1780_read(struct bh1780_data *bh1780, u8 reg) in bh1780_read() argument 58 int ret = i2c_smbus_read_byte_data(bh1780->client, in bh1780_read() 61 dev_err(&bh1780->client->dev, in bh1780_read() 68 static int bh1780_read_word(struct bh1780_data *bh1780, u8 reg) in bh1780_read_word() argument 70 int ret = i2c_smbus_read_word_data(bh1780->client, in bh1780_read_word() 73 dev_err(&bh1780->client->dev, in bh1780_read_word() 84 struct bh1780_data *bh1780 = iio_priv(indio_dev); in bh1780_debugfs_reg_access() local [all …]
|
H A D | Makefile | 16 obj-$(CONFIG_BH1780) += bh1780.o
|
H A D | Kconfig | 122 be called bh1780.
|
/openbmc/linux/arch/arm/boot/dts/st/ |
H A D | ste-href.dtsi | 141 bh1780@29 {
|
/openbmc/linux/arch/arm/boot/dts/ti/omap/ |
H A D | omap4-sdp.dts | 444 bh1780@29 { 445 compatible = "rohm,bh1780";
|
/openbmc/linux/ |
H A D | opengrok2.0.log | [all...] |
H A D | opengrok1.0.log | [all...] |