HomeSort by: relevance | last modified time | path
    Searched defs:epcomparam (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/arch/arm/ep93xx/
epcom.c 123 static int epcomparam(struct tty *, struct termios *);
229 tp->t_param = epcomparam;
287 epcomparam(struct tty *tp, struct termios *t) function in typeref:typename:int
550 /* Make sure epcomparam() will do something. */
552 (void) epcomparam(tp, &t);

Completed in 13 milliseconds