tag | line | file | source code |
asyport_t | 618 | drivers/char/istallion.c | static void stli_mkasyport(stliport_t *portp, asyport_t *pp, struct termios *tiosp); |
asyport_t | 1031 | drivers/char/istallion.c | asyport_t aport; |
asyport_t | 1051 | drivers/char/istallion.c | if ((rc = stli_cmdwait(brdp, portp, A_SETPORT, &aport, sizeof(asyport_t), 0)) < 0) |
asyport_t | 1275 | drivers/char/istallion.c | asyport_t aport; |
asyport_t | 1290 | drivers/char/istallion.c | return(stli_cmdwait(brdp, portp, A_SETPORT, &aport, sizeof(asyport_t), 0)); |
asyport_t | 1900 | drivers/char/istallion.c | asyport_t aport; |
asyport_t | 1920 | drivers/char/istallion.c | stli_cmdwait(brdp, portp, A_SETPORT, &aport, sizeof(asyport_t), 0); |
asyport_t | 2601 | drivers/char/istallion.c | static void stli_mkasyport(stliport_t *portp, asyport_t *pp, struct termios *tiosp) |
asyport_t | 2607 | drivers/char/istallion.c | memset(pp, 0, sizeof(asyport_t)); |