Searched refs:us5182d_set_opmode (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/iio/light/ |
H A D | us5182d.c | 215 static int us5182d_set_opmode(struct us5182d_data *data, u8 mode) in us5182d_set_opmode() function 256 ret = us5182d_set_opmode(data, US5182D_ALS_ONLY); in us5182d_als_enable() 267 ret = us5182d_set_opmode(data, mode); in us5182d_als_enable() 282 ret = us5182d_set_opmode(data, US5182D_PX_ONLY); in us5182d_px_enable() 293 ret = us5182d_set_opmode(data, mode); in us5182d_px_enable()
|
/kernel/linux/linux-6.6/drivers/iio/light/ |
H A D | us5182d.c | 215 static int us5182d_set_opmode(struct us5182d_data *data, u8 mode) in us5182d_set_opmode() function 256 ret = us5182d_set_opmode(data, US5182D_ALS_ONLY); in us5182d_als_enable() 267 ret = us5182d_set_opmode(data, mode); in us5182d_als_enable() 282 ret = us5182d_set_opmode(data, US5182D_PX_ONLY); in us5182d_px_enable() 293 ret = us5182d_set_opmode(data, mode); in us5182d_px_enable()
|
Completed in 3 milliseconds