Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/gt9xx/
H A Dgt9xx_update.c2661 s32 i2c_read_bytes(struct i2c_client *client, u16 addr, u8 *buf, s32 len) in i2c_read_bytes() function
2708 i2c_read_bytes(i2c_connect_client, addr, &buf, 1); in gup_bit_write()
2746 i2c_read_bytes(i2c_connect_client, _bRO_MISCTL__MEA_RDY, buf, 1); in gup_clk_count_get()
2754 i2c_read_bytes(i2c_connect_client, _dRO_MISCTL__MEA_VAL, buf, 4); in gup_clk_count_get()
2768 i2c_read_bytes(i2c_connect_client, _wRW_MISCTL__RG_DMY, &buf1, 1); in gup_clk_dac_setting()
2769 i2c_read_bytes(i2c_connect_client, _bRW_MISCTL__RG_OSC_CALIB, &buf2, 1); in gup_clk_dac_setting()
3251 ret = i2c_read_bytes(client, cmp_addr, chk_cmp_buf, cmp_len); in gup_check_and_repair()
H A Dgt9xx.c120 extern s32 i2c_read_bytes(struct i2c_client *client, u16 addr, u8 *buf, s32 len);
2164 ret = i2c_read_bytes(client, 0x8041, opr_buf, 1); in gtp_fw_startup()
2347 ret = i2c_read_bytes(ts->client, GTP_REG_BAK_REF, p_bak_ref, ts->bak_ref_len); in gtp_bak_ref_proc()