Lines Matching defs:end
307 * The HVC thread calls this method to read characters from the back-end.
452 * The HVC thread calls this method to write characters to the back-end.
582 * Finally, the back-end is not being notified, thus, the tty session is
622 * This routine notifies the HVC back-end that a tty hangup (carrier loss,
663 * This routine notifies the HVC back-end to raise or lower DTR/RTS
707 * This routine notifies the HVC back-end that the last tty device fd has been
1277 void *start, *end;
1286 end = memchr(start, ' ', 8);
1287 len = (end) ? end - start : 8;