Home
last modified time | relevance | path

Searched refs:getDebugChar (Results 1 – 6 of 6) sorted by relevance

/linux-3.4.99/arch/cris/arch-v10/kernel/
Dkgdb.c274 int getDebugChar (void);
758 while ((ch = getDebugChar ()) != '$') in getpacket()
765 ch = getDebugChar (); in getpacket()
775 xmitcsum = hex (getDebugChar ()) << 4; in getpacket()
776 xmitcsum += hex (getDebugChar ()); in getpacket()
835 } while(kgdb_started && (getDebugChar() != '+')); in putpacket()
Ddebugport.c341 getDebugChar(void) in getDebugChar() function
/linux-3.4.99/arch/cris/arch-v32/kernel/
Dkgdb.c382 int getDebugChar(void);
385 int getDebugChar(void) in getDebugChar() function
759 while((ch = getDebugChar ()) != '$') in getpacket()
766 ch = getDebugChar(); in getpacket()
780 xmitcsum = hex(getDebugChar()) << 4; in getpacket()
781 xmitcsum += hex(getDebugChar()); in getpacket()
838 } while(kgdb_started && (getDebugChar() != '+')); in putpacket()
Ddebugport.c165 getDebugChar(void) in getDebugChar() function
Dkgdb_asm.S297 jsr getDebugChar
/linux-3.4.99/drivers/staging/serial/
D68360serial.c2318 getDebugChar(void) in getDebugChar() function