Searched refs:reg_x (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/input/touchscreen/ |
D | rohm_bu21023.c | 337 int reg_x, reg_y; in rohm_ts_manual_calibration() local 413 reg_x = calib_x + ((calib_x & 0x200) << 1); in rohm_ts_manual_calibration() 417 reg1 = reg_x >> 3; in rohm_ts_manual_calibration() 418 reg2 = (reg_y & 0x7) << 4 | (reg_x & 0x7); in rohm_ts_manual_calibration()
|
/Linux-v4.19/drivers/media/i2c/soc_camera/ |
D | rj54n1cb0c.c | 508 u16 reg_x, u16 reg_y, u16 reg_xy, in rj54n1_set_rect() argument 518 ret = reg_write(client, reg_x, width & 0xff); in rj54n1_set_rect()
|
/Linux-v4.19/drivers/media/i2c/ |
D | rj54n1cb0c.c | 510 u16 reg_x, u16 reg_y, u16 reg_xy, in rj54n1_set_rect() argument 520 ret = reg_write(client, reg_x, width & 0xff); in rj54n1_set_rect()
|