Searched refs:reg_y (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/input/touchscreen/ |
H A 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()
|
/kernel/linux/linux-6.6/drivers/input/touchscreen/ |
H A 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()
|
/kernel/linux/linux-5.10/drivers/media/platform/coda/ |
H A D | coda.h | 297 struct vb2_v4l2_buffer *buf, unsigned int reg_y);
|
H A D | coda-common.c | 93 struct vb2_v4l2_buffer *buf, unsigned int reg_y) in coda_write_base() 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() 92 coda_write_base(struct coda_ctx *ctx, struct coda_q_data *q_data, struct vb2_v4l2_buffer *buf, unsigned int reg_y) coda_write_base() argument
|
/kernel/linux/linux-6.6/drivers/media/platform/chips-media/ |
H A D | coda.h | 308 struct vb2_v4l2_buffer *buf, unsigned int reg_y);
|
H A D | coda-common.c | 93 struct vb2_v4l2_buffer *buf, unsigned int reg_y) in coda_write_base() 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() 92 coda_write_base(struct coda_ctx *ctx, struct coda_q_data *q_data, struct vb2_v4l2_buffer *buf, unsigned int reg_y) coda_write_base() argument
|
/kernel/linux/linux-5.10/drivers/media/i2c/ |
H A D | rj54n1cb0c.c | 510 u16 reg_x, u16 reg_y, u16 reg_xy, in rj54n1_set_rect() 522 ret = reg_write(client, reg_y, height & 0xff); in rj54n1_set_rect() 509 rj54n1_set_rect(struct i2c_client *client, u16 reg_x, u16 reg_y, u16 reg_xy, u32 width, u32 height) rj54n1_set_rect() argument
|
/kernel/linux/linux-6.6/drivers/media/i2c/ |
H A D | rj54n1cb0c.c | 510 u16 reg_x, u16 reg_y, u16 reg_xy, in rj54n1_set_rect() 522 ret = reg_write(client, reg_y, height & 0xff); in rj54n1_set_rect() 509 rj54n1_set_rect(struct i2c_client *client, u16 reg_x, u16 reg_y, u16 reg_xy, u32 width, u32 height) rj54n1_set_rect() argument
|
Completed in 18 milliseconds