| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/gt9xx/ |
| H A D | gt9xx_update.c | 269 GTP_DEBUG("Sensor_ID: %d", sensor_id); in gup_init_panel() 283 GTP_DEBUG("CFG_GROUP%d Config Version: %d, IC Config Version: %d", sensor_id+1, in gup_init_panel() 298 GTP_DEBUG("X_MAX = %d, Y_MAX = %d, TRIGGER = 0x%02x", in gup_init_panel() 405 …GTP_DEBUG("IC Hardware info:%02x%02x%02x%02x", update_msg.ic_fw_msg.hw_info[0], update_msg.ic_fw_m… in gup_get_ic_fw_msg() 426 GTP_DEBUG("IC force update flag:0x%x", update_msg.force_update); in gup_get_ic_fw_msg() 438 GTP_DEBUG("IC Product id:%s", update_msg.ic_fw_msg.pid); in gup_get_ic_fw_msg() 454 GTP_DEBUG("IC Mapping Product id:%s", update_msg.ic_fw_msg.pid); in gup_get_ic_fw_msg() 460 GTP_DEBUG("IC version id:%04x", update_msg.ic_fw_msg.vid); in gup_get_ic_fw_msg() 491 GTP_DEBUG("Hold ss51 & dsp I2C error,retry:%d", retry); in gup_enter_update_mode() 499 GTP_DEBUG("Hold ss51 & dsp I2C error,retry:%d", retry); in gup_enter_update_mode() [all …]
|
| H A D | goodix_tool.c | 201 GTP_DEBUG("I2C function: with pre and end cmd!"); in register_i2c_func() 290 GTP_DEBUG("equal:src:0x%02x dst:0x%02x ret:%d.", src, dst, (s32)ret); in relation() 343 GTP_DEBUG("value at flag addr:0x%02x.", buf[GTP_ADDR_LENGTH]); in comfirm() 344 GTP_DEBUG("flag value:0x%02x.", cmd_head.flag_val); in comfirm() 384 GTP_DEBUG("[Operation]wr: %02X", cmd_head.wr); in goodix_tool_write() 385 …GTP_DEBUG("[Flag]flag: %02X, addr: %02X%02X, value: %02X, relation: %02X", cmd_head.flag, cmd_head… in goodix_tool_write() 387 …GTP_DEBUG("[Retry]circle: %d, times: %d, retry: %d, delay: %d", (s32)cmd_head.circle, (s32)cmd_hea… in goodix_tool_write() 389 …GTP_DEBUG("[Data]data len: %d, addr len: %d, addr: %02X%02X, buffer len: %d, data[0]: %02X", (s32)… in goodix_tool_write() 468 GTP_DEBUG("copy_from_user failed."); in goodix_tool_write() 560 GTP_DEBUG("[CMD HEAD DATA] ADDR:0x%02x%02x.", cmd_head.data[0], cmd_head.data[1]); in goodix_tool_read() [all …]
|
| H A D | gt9xx.c | 453 GTP_DEBUG("ID:%d, X:%d, Y:%d, W:%d", id, x, y, w); in gtp_touch_down() 469 GTP_DEBUG("Touch id[%2d] release!", id); in gtp_touch_up() 549 GTP_DEBUG("(%d)(%d, %d)[%d]", id, x, y, w); in gtp_pen_down() 617 GTP_DEBUG("0x814B = 0x%02X", doze_buf[2]); in goodix_ts_work_func() 816 GTP_DEBUG("BTN_STYLUS & BTN_STYLUS2 Down."); in goodix_ts_work_func() 823 GTP_DEBUG("BTN_STYLUS Down, BTN_STYLUS2 Up."); in goodix_ts_work_func() 830 GTP_DEBUG("BTN_STYLUS Up, BTN_STYLUS2 Down."); in goodix_ts_work_func() 837 GTP_DEBUG("BTN_STYLUS & BTN_STYLUS2 Up."); in goodix_ts_work_func() 864 … GTP_DEBUG("Key: %s %s", key_names[ret], (key_value & (0x01 << i)) ? "Down" : "Up"); in goodix_ts_work_func() 878 GTP_DEBUG("pre_touch:%02x, finger:%02x.", pre_touch, finger); in goodix_ts_work_func() [all …]
|
| H A D | gt9xx.h | 355 #define GTP_DEBUG(fmt,arg...) do{\ macro 383 #define GTP_DEBUG(fmt,arg...) macro
|
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/gt1x/ |
| H A D | gt1x_extents.c | 69 GTP_DEBUG("visit gt1x_gesture_data_read. ppos:%d", (int)*ppos); in gt1x_gesture_data_read() 79 GTP_DEBUG("Got the gesture data."); in gt1x_gesture_data_read() 95 GTP_DEBUG("gesture enabled:%x, ret:%d", gesture_enabled, ret); in gt1x_gesture_data_write() 142 GTP_DEBUG("Entering doze mode..."); in gesture_enter_doze() 146 GTP_DEBUG("Working in doze mode!"); in gesture_enter_doze() 184 GTP_DEBUG("0x%x = 0x%02X,0x%02X,0x%02X,0x%02X", GTP_REG_WAKEUP_GESTURE, in gesture_event_handler() 297 GTP_DEBUG("Gesture: 0x%02X, points: %d", doze_buf[0], doze_buf[1]); in gesture_event_handler() 327 GTP_DEBUG("Gesture debug %s", on ? "on":"off"); in gt1x_gesture_debug() 341 GTP_DEBUG("Hotknot is enabled."); in hotknot_open() 348 GTP_DEBUG("Hotknot is disabled."); in hotknot_release() [all …]
|
| H A D | gt1x_tools.c | 140 GTP_DEBUG("equal:src:0x%02x dst:0x%02x ret:%d.", src, dst, (s32) ret); in relation() 189 GTP_DEBUG("value at flag addr:0x%02x.", buf[GTP_ADDR_LENGTH]); in comfirm() 190 GTP_DEBUG("flag value:0x%02x.", cmd_head.flag_val); in comfirm() 224 GTP_DEBUG("wr :0x%02x.", cmd_head.wr); in gt1x_tool_write() 307 GTP_DEBUG("gtp enter rawdiff."); in gt1x_tool_write() 311 GTP_DEBUG("gtp leave rawdiff."); in gt1x_tool_write() 323 GTP_DEBUG("update firmware, filename: %s", cmd_head.data); in gt1x_tool_write() 360 GTP_DEBUG("[PARAM]size: %zd, *ppos: %d", count, (int)*ppos); in gt1x_tool_read() 385 GTP_DEBUG("[READ] ADDR:0x%04X.", addr); in gt1x_tool_read() 386 GTP_DEBUG("[READ] Length: %d", data_len); in gt1x_tool_read() [all …]
|
| H A D | gt1x.c | 223 GTP_DEBUG("Ignore interrupts during fw update."); in gt1x_ts_work_func() 235 GTP_DEBUG("Ignore interrupts after suspend..."); in gt1x_ts_work_func() 384 GTP_DEBUG("GTP power on."); in gt1x_power_switch() 392 GTP_DEBUG("GTP power off."); in gt1x_power_switch() 459 GTP_DEBUG("INT trigger type:%x", gt1x_int_type); in gt1x_request_irq() 606 GTP_DEBUG("GTP works in polling mode."); in gt1x_ts_probe() 608 GTP_DEBUG("GTP works in interrupt mode."); in gt1x_ts_probe() 642 GTP_DEBUG("GTP driver removing..."); in gt1x_ts_remove() 678 GTP_DEBUG("Resume by fb notifier."); in gtp_fb_notifier_callback() 688 GTP_DEBUG("Resume by fb notifier."); in gtp_fb_notifier_callback() [all …]
|
| H A D | gt1x_generic.c | 160 GTP_DEBUG("write count %ld\n", (unsigned long)count); in gt1x_debug_write_proc() 523 GTP_DEBUG("Ignore cfg during fw update."); in gt1x_send_cfg() 527 GTP_DEBUG("Driver send config, length:%d", cfg_len); in gt1x_send_cfg() 537 GTP_DEBUG("Config checksum: 0x%04X", checksum); in gt1x_send_cfg() 547 GTP_DEBUG("Send config successfully!"); in gt1x_send_cfg() 596 …GTP_DEBUG("Config groups length:%d,%d,%d,%d,%d,%d", cfg_lens[0], cfg_lens[1], cfg_lens[2], cfg_len… in gt1x_init_panel() 681 GTP_DEBUG("Set reset status."); in gt1x_set_reset_status() 847 GTP_DEBUG("Read version : %d", retry); in gt1x_read_version() 958 GTP_DEBUG("Wake up begin."); in gt1x_wakeup_sleep() 1083 GTP_DEBUG("Request state:0x%02x.", rqst_data); in gt1x_request_event_handler() [all …]
|
| H A D | gt1x_update.c | 293 GTP_DEBUG("filesystem is not ready"); 338 GTP_DEBUG("Enter FW update mode."); in gt1x_enter_update_mode() 639 GTP_DEBUG("------------------------------------------"); 640 GTP_DEBUG("Subsystem: %d", i); 641 GTP_DEBUG("Type: %d", update_info.firmware->subsystem[i].type); 642 GTP_DEBUG("Length: %d", update_info.firmware->subsystem[i].length); 643 GTP_DEBUG("Address: 0x%08X", update_info.firmware->subsystem[i].address); 644 GTP_DEBUG("Offset: %d", update_info.firmware->subsystem[i].offset); 739 GTP_DEBUG("Debug mode, force update fw."); in gt1x_update_judge() 956 GTP_DEBUG("chk_src array:"); in gt1x_recall_check() [all …]
|
| H A D | gt1x_generic.h | 372 #define GTP_DEBUG(fmt, arg...) do {\ macro
|