Searched refs:COM7_RESET (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/usb/stkwebcam/ |
H A D | stk-sensor.c | 103 #define COM7_RESET 0x80 /* Register reset */ macro 362 || stk_sensor_outb(dev, REG_COM7, COM7_RESET)) { in stk_sensor_init()
|
/kernel/linux/linux-5.10/drivers/media/i2c/ |
H A D | ov7670.c | 70 #define COM7_RESET 0x80 /* Register reset */ macro 284 { REG_COM7, COM7_RESET }, 499 if (reg == REG_COM7 && (value & COM7_RESET)) in ov7670_write_smbus() 555 if (reg == REG_COM7 && (value & COM7_RESET)) in ov7670_write_i2c() 613 ov7670_write(sd, REG_COM7, COM7_RESET); in ov7670_reset()
|
H A D | ov9650.c | 72 #define COM7_RESET 0x80 macro
|
/kernel/linux/linux-6.6/drivers/media/i2c/ |
H A D | ov7670.c | 69 #define COM7_RESET 0x80 /* Register reset */ macro 283 { REG_COM7, COM7_RESET }, 498 if (reg == REG_COM7 && (value & COM7_RESET)) in ov7670_write_smbus() 554 if (reg == REG_COM7 && (value & COM7_RESET)) in ov7670_write_i2c() 615 ov7670_write(sd, REG_COM7, COM7_RESET); in ov7670_reset()
|
H A D | ov9650.c | 70 #define COM7_RESET 0x80 macro
|
Completed in 13 milliseconds