Home
last modified time | relevance | path

Searched refs:IS_TMO (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/
H A Dcyttsp4_core.h55 #define IS_TMO(t) ((t) == 0) macro
H A Dcyttsp4_core.c1285 if (IS_TMO(t)) { in cyttsp4_request_exclusive()
1335 if (IS_TMO(t)) { in cyttsp4_wait_bl_heartbeat()
1352 if (IS_TMO(t)) { in cyttsp4_wait_sysinfo_mode()
1443 if (IS_TMO(t)) { in cyttsp4_set_mode()
1794 if (IS_TMO(t)) { in cyttsp4_core_wake_()
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/cyttsp5/
H A Dcyttsp5_core.c389 if (IS_TMO(t)) { in request_exclusive()
537 if (IS_TMO(t)) { in cyttsp5_hid_exec_cmd_and_wait_()
849 if (IS_TMO(t)) { in cyttsp5_hid_send_output_user_and_wait_()
972 if (IS_TMO(t)) { in cyttsp5_hid_send_output_and_wait_()
2802 if (IS_TMO(t)) { in cyttsp5_get_hid_descriptor_()
3388 if (IS_TMO(t)) { in cyttsp5_get_report_descriptor_()
4029 if (IS_TMO(t)) in cyttsp5_read_input()
4199 if (IS_TMO(t)) { in cyttsp5_reset_and_wait()
H A Dcyttsp5_regs.h197 #define IS_TMO(t) ((t) == 0) macro