Searched refs:REG_HSTOP (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/usb/stkwebcam/ |
H A D | stk-sensor.c | 130 #define REG_HSTOP 0x18 /* Horiz stop high bits */ macro 472 ret += stk_sensor_outb(dev, REG_HSTOP, (hstop >> 3) & 0xff); in stk_sensor_set_hw()
|
/kernel/linux/linux-5.10/drivers/media/i2c/ |
H A D | ov6650.c | 58 #define REG_HSTOP 0x18 macro 518 ret = ov6650_reg_write(client, REG_HSTOP, in ov6650_set_selection()
|
H A D | ov7670.c | 96 #define REG_HSTOP 0x18 /* Horiz stop high bits */ macro 297 { REG_HSTART, 0x13 }, { REG_HSTOP, 0x01 }, 930 ret += ov7670_write(sd, REG_HSTOP, (hstop >> 3) & 0xff); in ov7670_set_hw()
|
H A D | ov9650.c | 99 #define REG_HSTOP 0x18 /* Horiz stop high bits */ macro
|
/kernel/linux/linux-6.6/drivers/media/i2c/ |
H A D | ov6650.c | 58 #define REG_HSTOP 0x18 macro 556 ret = ov6650_reg_write(client, REG_HSTOP, in ov6650_set_selection()
|
H A D | ov7670.c | 95 #define REG_HSTOP 0x18 /* Horiz stop high bits */ macro 296 { REG_HSTART, 0x13 }, { REG_HSTOP, 0x01 }, 934 ret = ov7670_write(sd, REG_HSTOP, (hstop >> 3) & 0xff); in ov7670_set_hw()
|
H A D | ov9650.c | 97 #define REG_HSTOP 0x18 /* Horiz stop high bits */ macro
|
Completed in 27 milliseconds