Searched refs:udbg_adb_old_getc_poll (Results 1 – 1 of 1) sorted by relevance
31 static int (*udbg_adb_old_getc_poll)(void); variable92 if (udbg_adb_old_getc_poll) in udbg_adb_local_getc()93 k = udbg_adb_old_getc_poll(); in udbg_adb_local_getc()137 if (udbg_adb_old_getc_poll) in udbg_adb_getc_poll()138 return udbg_adb_old_getc_poll(); in udbg_adb_getc_poll()169 udbg_adb_old_getc_poll = udbg_getc_poll; in udbg_adb_init()