Searched refs:bh1780_read (Results 1 – 1 of 1) sorted by relevance
| /linux-4.4.14/drivers/misc/ |
| D | bh1780gli.c | 59 static int bh1780_read(struct bh1780_data *ddata, u8 reg, char *msg) in bh1780_read() function 76 lsb = bh1780_read(ddata, BH1780_REG_DLOW, "DLOW"); in bh1780_show_lux() 80 msb = bh1780_read(ddata, BH1780_REG_DHIGH, "DHIGH"); in bh1780_show_lux() 95 state = bh1780_read(ddata, BH1780_REG_CONTROL, "CONTROL"); in bh1780_show_power_state() 166 ret = bh1780_read(ddata, BH1780_REG_PARTID, "PART ID"); in bh1780_probe() 193 state = bh1780_read(ddata, BH1780_REG_CONTROL, "CONTROL"); in bh1780_suspend()
|