Searched refs:tty_port (Results 1 - 25 of 30) sorted by relevance

12

/drivers/tty/
H A Dtty_port.c21 void tty_port_init(struct tty_port *port)
36 int tty_port_alloc_xmit_buf(struct tty_port *port)
49 void tty_port_free_xmit_buf(struct tty_port *port)
62 struct tty_port *port = container_of(kref, struct tty_port, kref);
71 void tty_port_put(struct tty_port *port)
86 struct tty_struct *tty_port_tty_get(struct tty_port *port)
107 void tty_port_tty_set(struct tty_port *port, struct tty_struct *tty)
119 static void tty_port_shutdown(struct tty_port *port)
136 void tty_port_hangup(struct tty_port *por
[all...]
H A DMakefile2 tty_buffer.o tty_port.o tty_mutex.o
H A Dehv_bytechan.c49 struct tty_port port;
655 static int ehv_bc_tty_port_activate(struct tty_port *port,
689 static void ehv_bc_tty_port_shutdown(struct tty_port *port)
H A Damiserial.c95 struct tty_port tport;
381 struct tty_port *port = &info->tport;
524 struct tty_port *port = &info->tport;
667 struct tty_port *port = &info->tport;
1054 struct tty_port *port = &state->tport;
1392 struct tty_port *port = &state->tport;
1521 struct tty_port *port = &info->tport;
1658 static int amiga_carrier_raised(struct tty_port *port)
1663 static void amiga_dtr_rts(struct tty_port *port, int raise)
H A Disicom.c204 struct tty_port port;
332 static void isicom_dtr_rts(struct tty_port *port, int on)
809 by the tty_port mutex */
811 static int isicom_activate(struct tty_port *tport, struct tty_struct *tty)
838 static int isicom_carrier_raised(struct tty_port *port)
844 static struct tty_port *isicom_find_port(struct tty_struct *tty)
871 struct tty_port *tport;
915 static void isicom_shutdown(struct tty_port *port)
934 struct tty_port *port;
H A Dmoxa.c134 struct tty_port port;
207 static void moxa_shutdown(struct tty_port *);
208 static int moxa_carrier_raised(struct tty_port *);
209 static void moxa_dtr_rts(struct tty_port *, int);
1126 static void moxa_shutdown(struct tty_port *port)
1133 static int moxa_carrier_raised(struct tty_port *port)
1144 static void moxa_dtr_rts(struct tty_port *port, int onoff)
H A Dmxser.c225 struct tty_port port;
550 static int mxser_carrier_raised(struct tty_port *port)
556 static void mxser_dtr_rts(struct tty_port *port, int on)
862 static int mxser_activate(struct tty_port *port, struct tty_struct *tty)
955 static void mxser_shutdown_port(struct tty_port *port)
1041 static void mxser_close_port(struct tty_port *port)
1078 struct tty_port *port = &info->port;
1090 /* Right now the tty_port set is done outside of the close_end helper
1233 struct tty_port *port = &info->port;
1483 struct tty_port *por
[all...]
H A Dn_gsm.c145 struct tty_port port; /* The tty bound to this DLCI if there is one */
1539 struct tty_port *port = &dlci->port;
2841 static int gsm_carrier_raised(struct tty_port *port)
2852 static void gsm_dtr_rts(struct tty_port *port, int onoff)
2876 struct tty_port *port;
H A Dnozomi.c353 struct tty_port port;
1616 static int ntty_activate(struct tty_port *tport, struct tty_struct *tty)
1638 static void ntty_shutdown(struct tty_port *tport)
H A Drocket.c869 static int carrier_raised(struct tty_port *port)
875 static void dtr_rts(struct tty_port *port, int on)
894 struct tty_port *port;
1005 struct tty_port *port = &info->port;
H A Drocket_int.h1128 struct tty_port port;
/drivers/tty/serial/
H A Difx6x60.h79 struct tty_port tty_port; member in struct:ifx_spi_device
H A Difx6x60.c212 struct tty_port *pport = &ifx_dev->tty_port;
296 * Open the tty interface. We let the tty_port layer do all the work
303 return tty_port_open(&saved_ifx_dev->tty_port, tty, filp);
311 * Perform the close of the tty. We use the tty_port layer to do all
317 tty_port_close(&ifx_dev->tty_port, tty, filp);
388 tty = tty_port_tty_get(&ifx_dev->tty_port);
515 tty_port_hangup(&ifx_dev->tty_port);
525 static int ifx_port_activate(struct tty_port *port, struct tty_struct *tty)
528 container_of(port, struct ifx_spi_device, tty_port);
[all...]
H A Dcrisv10.h39 struct tty_port port;
H A Dmsm_smd_tty.c32 struct tty_port port;
91 static int smd_tty_port_activate(struct tty_port *tport, struct tty_struct *tty)
118 static void smd_tty_port_shutdown(struct tty_port *tport)
H A Dserial_core.c64 static void uart_port_shutdown(struct tty_port *port);
141 struct tty_port *port = &state->port;
204 struct tty_port *port = &state->port;
234 struct tty_port *port = &state->port;
438 struct tty_port *port = &state->port;
644 struct tty_port *port = &state->port;
684 struct tty_port *port = &state->port;
916 struct tty_port *port = &state->port;
937 struct tty_port *port = &state->port;
952 struct tty_port *por
[all...]
/drivers/usb/class/
H A Dcdc-acm.h86 struct tty_port port; /* our tty port data */
H A Dcdc-acm.c534 static int acm_port_activate(struct tty_port *port, struct tty_struct *tty)
598 static void acm_port_destruct(struct tty_port *port)
611 static void acm_port_shutdown(struct tty_port *port)
/drivers/char/
H A Dttyprintk.c23 struct tty_port port;
/drivers/mmc/card/
H A Dsdio_uart.c68 struct tty_port port;
573 static int uart_carrier_raised(struct tty_port *tport)
596 static void uart_dtr_rts(struct tty_port *tport, int onoff)
625 static int sdio_uart_activate(struct tty_port *tport, struct tty_struct *tty)
708 static void sdio_uart_shutdown(struct tty_port *tport)
/drivers/misc/
H A Dpti.c63 struct tty_port port;
762 * first opening of tty_port().
774 static int pti_port_activate(struct tty_port *port, struct tty_struct *tty)
791 static void pti_port_shutdown(struct tty_port *port)
/drivers/usb/serial/
H A Dusb-serial.c246 static int serial_activate(struct tty_port *tport, struct tty_struct *tty)
283 static void serial_down(struct tty_port *tport)
688 static int serial_carrier_raised(struct tty_port *port)
699 static void serial_dtr_rts(struct tty_port *port, int on)
H A Dgeneric.c526 struct tty_port *port = &usb_port->port;
/drivers/isdn/gigaset/
H A Dgigaset.h436 struct tty_port port;
/drivers/char/pcmcia/
H A Dsynclink_cs.c139 struct tty_port port;
381 static int carrier_raised(struct tty_port *port);
382 static void dtr_rts(struct tty_port *port, int onoff);
2336 struct tty_port *port = &info->port;
2448 static int carrier_raised(struct tty_port *port)
2462 static void dtr_rts(struct tty_port *port, int onoff)
2480 struct tty_port *port;

Completed in 708 milliseconds

12