Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/gt1x/
H A Dgt1x_generic.c174 ret = gt1x_send_cfg(gt1x_config, gt1x_cfg_length); in gt1x_debug_write_proc()
252 gt1x_send_cfg(temp_config, gt1x_cfg_length); in gt1x_debug_write_proc()
513 s32 gt1x_send_cfg(u8 *config, int cfg_len) in gt1x_send_cfg() function
660 ret = gt1x_send_cfg(gt1x_config, gt1x_cfg_length); in gt1x_init_panel()
1063 if (gt1x_send_cfg(gt1x_config, gt1x_cfg_length)) { in gt1x_power_reset()
1087 ret = gt1x_send_cfg(gt1x_config, gt1x_cfg_length); in gt1x_request_event_handler()
1837 ret = gt1x_send_cfg(dev->config, dev->cfg_len); in gt1x_smart_cover_update_state()
1843 ret = gt1x_send_cfg(gt1x_config, gt1x_cfg_length); in gt1x_smart_cover_update_state()
2126 if (gt1x_send_cfg(gt1x_config_charger, gt1x_cfg_length)) { in gt1x_charger_config()
2137 if (gt1x_send_cfg(gt1x_config, gt1x_cfg_length)) { in gt1x_charger_config()
H A Dgt1x_generic.h554 extern s32 gt1x_send_cfg(u8 *config, int cfg_len);