Home
last modified time | relevance | path

Searched refs:reg_x (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/drivers/input/touchscreen/
Drohm_bu21023.c329 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()
/Linux-v6.6/drivers/media/i2c/
Drj54n1cb0c.c510 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()