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

/linux-4.4.14/drivers/input/touchscreen/
H A Drohm_bu21023.c337 int reg_x, reg_y; rohm_ts_manual_calibration() local
413 reg_x = calib_x + ((calib_x & 0x200) << 1); rohm_ts_manual_calibration()
417 reg1 = reg_x >> 3; rohm_ts_manual_calibration()
418 reg2 = (reg_y & 0x7) << 4 | (reg_x & 0x7); rohm_ts_manual_calibration()
/linux-4.4.14/drivers/media/i2c/soc_camera/
H A Drj54n1cb0c.c508 u16 reg_x, u16 reg_y, u16 reg_xy, rj54n1_set_rect()
518 ret = reg_write(client, reg_x, width & 0xff); rj54n1_set_rect()
507 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 251 milliseconds