Searched refs:MASK_SLEEP (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/i2c/ |
H A D | tc358743.c | 512 i2c_wr16_and_or(sd, SYSCTL, ~MASK_SLEEP, in tc358743_sleep_mode() 513 enable ? MASK_SLEEP : 0); in tc358743_sleep_mode() 1262 v4l2_info(sd, "Sleep mode: %s\n", sysctl & MASK_SLEEP ? "on" : "off"); in tc358743_log_status()
|
H A D | tc358743_regs.h | 28 #define MASK_SLEEP 0x0001 macro
|
/kernel/linux/linux-6.6/drivers/media/i2c/ |
H A D | tc358743.c | 512 i2c_wr16_and_or(sd, SYSCTL, ~MASK_SLEEP, in tc358743_sleep_mode() 513 enable ? MASK_SLEEP : 0); in tc358743_sleep_mode() 1264 v4l2_info(sd, "Sleep mode: %s\n", sysctl & MASK_SLEEP ? "on" : "off"); in tc358743_log_status()
|
H A D | tc358743_regs.h | 28 #define MASK_SLEEP 0x0001 macro
|
Completed in 14 milliseconds