Searched refs:REG_COM2 (Results 1 - 3 of 3) sorted by relevance
/linux-4.4.14/drivers/media/usb/stkwebcam/ |
H A D | stk-sensor.c | 96 #define REG_COM2 0x09 /* Control 2 */ macro 299 return stk_sensor_inb(dev, REG_COM2, &tmp) stk_sensor_sleep() 300 || stk_sensor_outb(dev, REG_COM2, tmp|COM2_SSLEEP); stk_sensor_sleep() 306 return stk_sensor_inb(dev, REG_COM2, &tmp) stk_sensor_wakeup() 307 || stk_sensor_outb(dev, REG_COM2, tmp&~COM2_SSLEEP); stk_sensor_wakeup()
|
/linux-4.4.14/drivers/media/i2c/ |
H A D | ov9650.c | 54 #define REG_COM2 0x09 macro 285 { REG_COM2, 0x10 }, /* Set soft sleep mode */ 287 { REG_COM2, 0x01 }, /* Output drive, soft sleep mode */ 1347 ret = ov965x_write(client, REG_COM2, ov965x_s_stream()
|
H A D | ov7670.c | 51 #define REG_COM2 0x09 /* Control 2 */ macro
|
Completed in 82 milliseconds