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