Home
last modified time | relevance | path

Searched refs:US5182D_CFG0_SHUTDOWN_EN (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/iio/light/
H A Dus5182d.c26 #define US5182D_CFG0_SHUTDOWN_EN BIT(7) macro
346 ret = ret & ~US5182D_CFG0_SHUTDOWN_EN; in us5182d_shutdown_en()
353 if (state & US5182D_CFG0_SHUTDOWN_EN) { in us5182d_shutdown_en()
750 ret = us5182d_shutdown_en(data, US5182D_CFG0_SHUTDOWN_EN); in us5182d_init()
901 us5182d_shutdown_en(data, US5182D_CFG0_SHUTDOWN_EN); in us5182d_probe()
916 ret = us5182d_shutdown_en(data, US5182D_CFG0_SHUTDOWN_EN); in us5182d_remove()
928 return us5182d_shutdown_en(data, US5182D_CFG0_SHUTDOWN_EN); in us5182d_suspend()
940 ~US5182D_CFG0_SHUTDOWN_EN & 0xff); in us5182d_resume()