Searched refs:reg_y (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/drivers/input/touchscreen/ |
D | rohm_bu21023.c | 329 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-6.1.9/drivers/media/platform/chips-media/ |
D | coda.h | 308 struct vb2_v4l2_buffer *buf, unsigned int reg_y);
|
D | coda-common.c | 93 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-6.1.9/drivers/media/i2c/ |
D | rj54n1cb0c.c | 510 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()
|