Searched refs:bh1780 (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/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.
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | ste-href.dtsi | 110 bh1780@29 {
|
| H A D | omap4-sdp.dts | 442 bh1780@29 { 443 compatible = "rohm,bh1780";
|