Searched refs:reg_x (Results 1 - 4 of 4) 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 405 reg_x = calib_x + ((calib_x & 0x200) << 1); in rohm_ts_manual_calibration() 409 reg1 = reg_x >> 3; in rohm_ts_manual_calibration() 410 reg2 = (reg_y & 0x7) << 4 | (reg_x & 0x7); 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 405 reg_x = calib_x + ((calib_x & 0x200) << 1); in rohm_ts_manual_calibration() 409 reg1 = reg_x >> 3; in rohm_ts_manual_calibration() 410 reg2 = (reg_y & 0x7) << 4 | (reg_x & 0x7); in rohm_ts_manual_calibration()
|
/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() 520 ret = reg_write(client, reg_x, width & 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() 520 ret = reg_write(client, reg_x, width & 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 7 milliseconds