Searched refs:BH1780_REG_CONTROL (Results 1 – 1 of 1) sorted by relevance
| /linux-4.4.14/drivers/misc/ |
| D | bh1780gli.c | 28 #define BH1780_REG_CONTROL 0x80 macro 95 state = bh1780_read(ddata, BH1780_REG_CONTROL, "CONTROL"); in bh1780_show_power_state() 120 error = bh1780_write(ddata, BH1780_REG_CONTROL, val, "CONTROL"); in bh1780_store_power_state() 193 state = bh1780_read(ddata, BH1780_REG_CONTROL, "CONTROL"); in bh1780_suspend() 199 ret = bh1780_write(ddata, BH1780_REG_CONTROL, BH1780_POFF, in bh1780_suspend() 216 ret = bh1780_write(ddata, BH1780_REG_CONTROL, state, in bh1780_resume()
|