Home
last modified time | relevance | path

Searched refs:hstop (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/i915/
Ddvo_ns2501.c212 u16 hstop; /* horizontal total, registers C3/C4 */ member
239 .hstop = 783,
259 .hstop = 1016,
278 .hstop = 1299,
618 ns2501_writeb(dvo, NS2501_REGC3, conf->hstop & 0xff); in ns2501_mode_set()
619 ns2501_writeb(dvo, NS2501_REGC4, conf->hstop >> 8); in ns2501_mode_set()
/Linux-v4.19/drivers/media/i2c/
Dov7670.c201 int hstop; /* that they do not always make complete */ member
733 .hstop = 14, /* Omnivision */
744 .hstop = 90,
755 .hstop = 24,
766 .hstop = 24,
784 .hstop = 14, /* Omnivision */
902 static int ov7670_set_hw(struct v4l2_subdev *sd, int hstart, int hstop, in ov7670_set_hw() argument
913 ret += ov7670_write(sd, REG_HSTOP, (hstop >> 3) & 0xff); in ov7670_set_hw()
915 v = (v & 0xc0) | ((hstop & 0x7) << 3) | (hstart & 0x7); in ov7670_set_hw()
1073 ret = ov7670_set_hw(sd, wsize->hstart, wsize->hstop, wsize->vstart, in ov7670_set_fmt()
/Linux-v4.19/drivers/media/usb/stkwebcam/
Dstk-sensor.c470 int hstart, int hstop, int vstart, int vstop) in stk_sensor_set_hw() argument
480 ret += stk_sensor_outb(dev, REG_HSTOP, (hstop >> 3) & 0xff); in stk_sensor_set_hw()
482 v = (v & 0xc0) | ((hstop & 0x7) << 3) | (hstart & 0x7); in stk_sensor_set_hw()
/Linux-v4.19/include/linux/soundwire/
Dsdw.h579 unsigned int hstop; member
/Linux-v4.19/drivers/soundwire/
Dcadence_master.c944 dpn_hctrl |= (t_params->hstop << SDW_REG_SHIFT(CDNS_DPN_HCTRL_HSTOP)); in cdns_transport_params()
Dstream.c112 wbuf |= t_params->hstop; in _sdw_program_slave_port_params()