Searched refs:udbg_adb_old_getc_poll (Results 1 – 1 of 1) sorted by relevance
32 static int (*udbg_adb_old_getc_poll)(void); variable93 if (udbg_adb_old_getc_poll) in udbg_adb_local_getc()94 k = udbg_adb_old_getc_poll(); in udbg_adb_local_getc()138 if (udbg_adb_old_getc_poll) in udbg_adb_getc_poll()139 return udbg_adb_old_getc_poll(); in udbg_adb_getc_poll()170 udbg_adb_old_getc_poll = udbg_getc_poll; in udbg_adb_init()