Lines Matching refs:scb

36 static int e7000pc_open (struct serial *scb, const char *name);
37 static void e7000pc_raw (struct serial *scb);
38 static int e7000pc_readchar (struct serial *scb, int timeout);
39 static int e7000pc_setbaudrate (struct serial *scb, int rate);
40 static int e7000pc_write (struct serial *scb, const char *str, int len);
41 static void e7000pc_close (struct serial *scb);
42 static serial_ttystate e7000pc_get_tty_state (struct serial *scb);
43 static int e7000pc_set_tty_state (struct serial *scb, serial_ttystate state);
294 e7000pc_open (struct serial *scb, const char *name) in e7000pc_open() argument
302 scb->fd = e7000pc_init (); in e7000pc_open()
304 if (!scb->fd) in e7000pc_open()
311 e7000pc_noop (struct serial *scb) in e7000pc_noop() argument
317 e7000pc_raw (struct serial *scb) in e7000pc_raw() argument
323 e7000pc_readchar (struct serial *scb, int timeout) in e7000pc_readchar() argument
329 if (dosasync_read (scb->fd, &buf, 1, timeout)) in e7000pc_readchar()
348 e7000pc_get_tty_state (struct serial *scb) in e7000pc_get_tty_state() argument
358 e7000pc_set_tty_state (struct serial *scb, serial_ttystate ttystate) in e7000pc_set_tty_state() argument
364 e7000pc_noflush_set_tty_state (struct serial *scb, in e7000pc_noflush_set_tty_state() argument
372 e7000pc_print_tty_state (struct serial *scb, in e7000pc_print_tty_state() argument
381 e7000pc_setbaudrate (struct serial *scb, int rate) in e7000pc_setbaudrate() argument
387 e7000pc_setstopbits (struct serial *scb, int rate) in e7000pc_setstopbits() argument
393 e7000pc_write (struct serial *scb, const char *str, int len) in e7000pc_write() argument
395 dosasync_write (scb->fd, str, len); in e7000pc_write()
401 e7000pc_close (struct serial *scb) in e7000pc_close() argument