Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/gt9xx/
H A Dgt9xx_update.c2620 s32 i2c_write_bytes(struct i2c_client *client, u16 addr, u8 *buf, s32 len) in i2c_write_bytes() function
2712 i2c_write_bytes(i2c_connect_client, addr, &buf, 1); in gup_bit_write()
2725 i2c_write_bytes(i2c_connect_client, _bRW_MISCTL__MEA_MODE, &buf, 1); in gup_clk_count_init()
2728 i2c_write_bytes(i2c_connect_client, _bRW_MISCTL__MEA_SRCSEL, &buf, 1); in gup_clk_count_init()
2731 i2c_write_bytes(i2c_connect_client, _wRW_MISCTL__MEA_MAX_NUM, &buf, 1); in gup_clk_count_init()
2774 i2c_write_bytes(i2c_connect_client, _wRW_MISCTL__RG_DMY, &buf1, 1); in gup_clk_dac_setting()
2775 i2c_write_bytes(i2c_connect_client, _bRW_MISCTL__RG_OSC_CALIB, &buf2, 1); in gup_clk_dac_setting()
2864 i2c_write_bytes(i2c_connect_client, _bRW_MISCTL__RG_LDO_A18_PWD, &buf, 1); in gup_sys_clk_init()
2867 i2c_write_bytes(i2c_connect_client, _bRW_MISCTL__RG_BG_PWD, &buf, 1); in gup_sys_clk_init()
2870 i2c_write_bytes(i2c_connect_client, _bRW_MISCTL__RG_CLKGEN_PWD, &buf, 1); in gup_sys_clk_init()
[all …]
H A Dgt9xx.c121 extern s32 i2c_write_bytes(struct i2c_client *client, u16 addr, u8 *buf, s32 len);
2147 ret = i2c_write_bytes(client, 0x8041, opr_buf, 1); in gtp_fw_startup()
2155 ret = i2c_write_bytes(client, 0x4180, opr_buf, 1); in gtp_fw_startup()
2178 i2c_write_bytes(client, 0x8041, opr_buf, 1); in gtp_fw_startup()
2337 ret = i2c_write_bytes(ts->client, GTP_REG_BAK_REF, p_bak_ref, ts->bak_ref_len); in gtp_bak_ref_proc()
2371 ret = i2c_write_bytes(ts->client, GTP_REG_BAK_REF, p_bak_ref, ts->bak_ref_len); in gtp_bak_ref_proc()
2530 ret = i2c_write_bytes(ts->client, GTP_REG_MAIN_CLK, p_main_clk, 6); in gtp_main_clk_proc()