Searched refs:MASK_SLEEP (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/media/i2c/ |
| H A D | tc35874x_regs.h | 43 #define MASK_SLEEP 0x0001 macro
|
| H A D | tc358743_regs.h | 28 #define MASK_SLEEP 0x0001 macro
|
| 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 | tc35874x.c | 668 i2c_wr16_and_or(sd, SYSCTL, ~MASK_SLEEP, in tc35874x_sleep_mode() 669 enable ? MASK_SLEEP : 0); in tc35874x_sleep_mode() 1328 v4l2_info(sd, "Sleep mode: %s\n", sysctl & MASK_SLEEP ? "on" : "off"); in tc35874x_log_status()
|