Searched refs:REG_HSTOP (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/media/usb/stkwebcam/ |
D | stk-sensor.c | 138 #define REG_HSTOP 0x18 /* Horiz stop high bits */ macro 480 ret += stk_sensor_outb(dev, REG_HSTOP, (hstop >> 3) & 0xff); in stk_sensor_set_hw()
|
/Linux-v4.19/drivers/media/i2c/ |
D | ov7670.c | 97 #define REG_HSTOP 0x18 /* Horiz stop high bits */ macro 296 { REG_HSTART, 0x13 }, { REG_HSTOP, 0x01 }, 913 ret += ov7670_write(sd, REG_HSTOP, (hstop >> 3) & 0xff); in ov7670_set_hw()
|
D | ov6650.c | 61 #define REG_HSTOP 0x18 macro 490 ret = ov6650_reg_write(client, REG_HSTOP, in ov6650_set_selection()
|
D | ov9650.c | 101 #define REG_HSTOP 0x18 /* Horiz stop high bits */ macro
|