Searched refs:reg_x (Results 1 - 2 of 2) sorted by relevance
/linux-4.4.14/drivers/input/touchscreen/ |
H A D | rohm_bu21023.c | 337 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 D | rj54n1cb0c.c | 508 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 302 milliseconds