Searched refs:REG_COM2 (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/media/usb/stkwebcam/ |
D | stk-sensor.c | 94 #define REG_COM2 0x09 /* Control 2 */ macro 297 return stk_sensor_inb(dev, REG_COM2, &tmp) in stk_sensor_sleep() 298 || stk_sensor_outb(dev, REG_COM2, tmp|COM2_SSLEEP); in stk_sensor_sleep() 304 return stk_sensor_inb(dev, REG_COM2, &tmp) in stk_sensor_wakeup() 305 || stk_sensor_outb(dev, REG_COM2, tmp&~COM2_SSLEEP); in stk_sensor_wakeup()
|
/Linux-v4.19/drivers/media/i2c/ |
D | ov9650.c | 57 #define REG_COM2 0x09 macro 289 { REG_COM2, 0x10 }, /* Set soft sleep mode */ 291 { REG_COM2, 0x01 }, /* Output drive, soft sleep mode */ 1361 ret = ov965x_write(client, REG_COM2, in ov965x_s_stream()
|
D | ov7670.c | 55 #define REG_COM2 0x09 /* Control 2 */ macro
|