Searched refs:REG_HREF (Results 1 – 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/usb/stkwebcam/ |
D | stk-sensor.c | 147 #define REG_HREF 0x32 /* HREF pieces */ macro 473 ret += stk_sensor_inb(dev, REG_HREF, &v); in stk_sensor_set_hw() 476 ret += stk_sensor_outb(dev, REG_HREF, v); in stk_sensor_set_hw()
|
/kernel/linux/linux-5.10/drivers/media/i2c/ |
D | ov7670.c | 111 #define REG_HREF 0x32 /* HREF pieces */ macro 298 { REG_HREF, 0xb6 }, { REG_VSTART, 0x02 }, 931 ret += ov7670_read(sd, REG_HREF, &v); in ov7670_set_hw() 934 ret += ov7670_write(sd, REG_HREF, v); in ov7670_set_hw()
|
D | ov9650.c | 126 #define REG_HREF 0x32 /* HREF pieces */ macro
|