Home
last modified time | relevance | path

Searched refs:bh1780_write (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/iio/light/
H A Dbh1780.c43 static int bh1780_write(struct bh1780_data *bh1780, u8 reg, u8 val) in bh1780_write() function
88 return bh1780_write(bh1780, (u8)reg, (u8)writeval); in bh1780_debugfs_reg_access()
164 ret = bh1780_write(bh1780, BH1780_REG_CONTROL, BH1780_PON); in bh1780_probe()
215 ret = bh1780_write(bh1780, BH1780_REG_CONTROL, BH1780_POFF); in bh1780_remove()
232 ret = bh1780_write(bh1780, BH1780_REG_CONTROL, BH1780_POFF); in bh1780_runtime_suspend()
248 ret = bh1780_write(bh1780, BH1780_REG_CONTROL, BH1780_PON); in bh1780_runtime_resume()
/kernel/linux/linux-6.6/drivers/iio/light/
H A Dbh1780.c43 static int bh1780_write(struct bh1780_data *bh1780, u8 reg, u8 val) in bh1780_write() function
88 return bh1780_write(bh1780, (u8)reg, (u8)writeval); in bh1780_debugfs_reg_access()
163 ret = bh1780_write(bh1780, BH1780_REG_CONTROL, BH1780_PON); in bh1780_probe()
214 ret = bh1780_write(bh1780, BH1780_REG_CONTROL, BH1780_POFF); in bh1780_remove()
227 ret = bh1780_write(bh1780, BH1780_REG_CONTROL, BH1780_POFF); in bh1780_runtime_suspend()
243 ret = bh1780_write(bh1780, BH1780_REG_CONTROL, BH1780_PON); in bh1780_runtime_resume()

Completed in 2 milliseconds