Home
last modified time | relevance | path

Searched refs:GTP_INFO (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/gt1x/
H A Dgt1x_update.c239 GTP_INFO("Start auto update thread..."); in gt1x_auto_update_proc()
246 GTP_INFO("Start auto update thread..."); in gt1x_auto_update_proc()
268 GTP_INFO("Update config successfully!"); in gt1x_auto_update_proc()
288 GTP_INFO("Search firmware file...");
328 GTP_INFO("Not found firmware or config file, retry.");
414 GTP_INFO("subsystem: %d", update_info.firmware->subsystem[i].type); in gt1x_update_firmware()
415 GTP_INFO("Length: %d", update_info.firmware->subsystem[i].length); in gt1x_update_firmware()
416 GTP_INFO("Address: %d", update_info.firmware->subsystem[i].address); in gt1x_update_firmware()
444 GTP_INFO("Reset guitar & check firmware in flash."); in gt1x_update_firmware()
446 GTP_INFO("subsystem: %d", update_info.firmware->subsystem[i].type); in gt1x_update_firmware()
[all …]
H A Dgt1x_generic.c95 GTP_INFO("Created proc entry /proc/%s.", GT1X_DEBUG_PROC_FILE); in gt1x_init_debug_node()
128 GTP_INFO("I2C TRANSFER: %d", i); in gt1x_debug_read_proc()
189 GTP_INFO("Force clear gt1x_config"); in gt1x_debug_write_proc()
194 GTP_INFO("Init panel"); in gt1x_debug_write_proc()
199 GTP_INFO("Get chip type:"); in gt1x_debug_write_proc()
205 GTP_INFO("Disable irq."); in gt1x_debug_write_proc()
208 GTP_INFO("Enable irq."); in gt1x_debug_write_proc()
318 GTP_INFO("Parse config file: %s (%d bytes)", filename, len);
455 GTP_INFO("Hardware Info:%08X", hw_info); in gt1x_i2c_test()
606 GTP_INFO("Config group%d used, length:%d", sensor_id, cfg_len); in gt1x_init_panel()
[all …]
H A Dgt1x_extents.c241 GTP_INFO("Gesture[0x%02X] has been disabled.", doze_buf[0]); in gesture_event_handler()
400 GTP_INFO("hotknot load jump code."); in hotknot_load_authentication_subsystem()
406 GTP_INFO("hotknot load auth code."); in hotknot_load_authentication_subsystem()
413 GTP_INFO("hotknot load auth code."); in hotknot_load_authentication_subsystem()
432 GTP_INFO("Current System version: %s", buffer); in hotknot_load_authentication_subsystem()
705 GTP_INFO("%s", IO_VERSION); in gt1x_ioctl()
739 GTP_INFO("%s", (char *)data); in gt1x_ioctl()
838 GTP_INFO("Unknown cmd."); in gt1x_ioctl()
904 GTP_INFO("Created proc entry /proc/%s.", GESTURE_NODE); in gt1x_init_node()
913 GTP_INFO("Created misc device in /dev/hotknot."); in gt1x_init_node()
H A Dgt1x.c318 GTP_INFO("GTP ic_type: %s", tp_type); in gt1x_parse_dt()
348 GTP_INFO("Power Invert,%s ", power_invert ? "yes" : "no"); in gt1x_parse_dt()
560 GTP_INFO("GTP Driver Version: %s", GTP_DRIVER_VERSION); in gt1x_ts_probe()
561 GTP_INFO("GTP I2C Address: 0x%02x", client->addr); in gt1x_ts_probe()
H A Dgt1x_tools.c89 GTP_INFO("Alloc memory size:%d.", DATA_LENGTH_UINT); in gt1x_init_tool_node()
99 GTP_INFO("Created proc entry /proc/%s.", procname); in gt1x_init_tool_node()
H A Dgt1x_generic.h370 #define GTP_INFO(fmt, arg...) printk("<<GTP-INF>>[%s:%d] "fmt"\n", __func__, __LINE__, ##… macro
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/gt9xx/
H A Dgt9xx.c343 GTP_INFO("Ic fixed config, no config sent!"); in gtp_send_cfg()
348 GTP_INFO("Error occured in init_panel, no config sent"); in gtp_send_cfg()
352 GTP_INFO("Driver send config."); in gtp_send_cfg()
481 GTP_INFO("Request input device for pen/stylus."); in gtp_pen_init()
630 GTP_INFO("Wakeup by gesture(%c), light up the screen!", doze_buf[2]); in goodix_ts_work_func()
634 GTP_INFO("Wakeup by gesture(^), light up the screen!"); in goodix_ts_work_func()
651 GTP_INFO("%s slide to light up the screen!", direction[type]); in goodix_ts_work_func()
663 GTP_INFO("Double click to light up the screen!"); in goodix_ts_work_func()
716 GTP_INFO("Request for config."); in goodix_ts_work_func()
726 GTP_INFO("Request for config responded!"); in goodix_ts_work_func()
[all …]
H A Dgt9xx_update.c420 GTP_INFO("The check sum in ic is error."); in gup_get_ic_fw_msg()
421 GTP_INFO("The IC will be updated by force."); in gup_get_ic_fw_msg()
557GTP_INFO("FILE HARDWARE INFO:%02x%02x%02x%02x", fw_head->hw_info[0], fw_head->hw_info[1], fw_head-… in gup_enter_update_judge()
558 GTP_INFO("FILE PID:%s", fw_head->pid); in gup_enter_update_judge()
559 GTP_INFO("FILE VID:%04x", fw_head->vid); in gup_enter_update_judge()
560GTP_INFO("IC HARDWARE INFO:%02x%02x%02x%02x", update_msg.ic_fw_msg.hw_info[0], update_msg.ic_fw_ms… in gup_enter_update_judge()
562 GTP_INFO("IC PID:%s", update_msg.ic_fw_msg.pid); in gup_enter_update_judge()
563 GTP_INFO("IC VID:%04x", update_msg.ic_fw_msg.vid); in gup_enter_update_judge()
567 GTP_INFO("Update GT915S to GT9158 directly!"); in gup_enter_update_judge()
587 GTP_INFO("Firmware length:%d(%dK)", update_msg.fw_total_len, update_msg.fw_total_len/1024); in gup_enter_update_judge()
[all …]
H A Dgoodix_tool.c207 GTP_INFO("I2C function: without pre and end cmd!"); in register_i2c_func()
215 GTP_INFO("I2C function: unregister i2c transfer function!"); in unregister_i2c_func()
239 GTP_INFO("Applied memory size:%d.", DATA_LENGTH); in init_wr_node()
262 GTP_INFO("Create proc entry success!"); in init_wr_node()
473 GTP_INFO("gtp enter rawdiff."); in goodix_tool_write()
479 GTP_INFO("gtp leave rawdiff."); in goodix_tool_write()
H A Dgt9xx.h354 #define GTP_INFO(fmt,arg...) printk("<<-GTP-INFO->> "fmt"\n",##arg) macro
382 #define GTP_INFO(fmt,arg...) macro