Home
last modified time | relevance | path

Searched refs:reg_y (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/input/touchscreen/
H A Drohm_bu21023.c329 int reg_x, reg_y; in rohm_ts_manual_calibration() local
406 reg_y = calib_y + ((calib_y & 0x200) << 1); in rohm_ts_manual_calibration()
410 reg2 = (reg_y & 0x7) << 4 | (reg_x & 0x7); in rohm_ts_manual_calibration()
411 reg3 = reg_y >> 3; in rohm_ts_manual_calibration()
/linux/drivers/media/platform/chips-media/coda/
H A Dcoda.h308 struct vb2_v4l2_buffer *buf, unsigned int reg_y);
H A Dcoda-common.c93 struct vb2_v4l2_buffer *buf, unsigned int reg_y) in coda_write_base() argument
117 coda_write(ctx->dev, base_y, reg_y); in coda_write_base()
118 coda_write(ctx->dev, base_cb, reg_y + 4); in coda_write_base()
119 coda_write(ctx->dev, base_cr, reg_y + 8); in coda_write_base()
/linux/drivers/media/i2c/
H A Drj54n1cb0c.c510 u16 reg_x, u16 reg_y, u16 reg_xy, in rj54n1_set_rect() argument
522 ret = reg_write(client, reg_y, height & 0xff); in rj54n1_set_rect()