Home
last modified time | relevance | path

Searched refs:tty_port (Results 1 – 25 of 42) sorted by relevance

12

/linux-3.4.99/drivers/tty/
Dtty_port.c21 void tty_port_init(struct tty_port *port) in tty_port_init()
36 int tty_port_alloc_xmit_buf(struct tty_port *port) in tty_port_alloc_xmit_buf()
49 void tty_port_free_xmit_buf(struct tty_port *port) in tty_port_free_xmit_buf()
62 struct tty_port *port = container_of(kref, struct tty_port, kref); in tty_port_destructor()
71 void tty_port_put(struct tty_port *port) in tty_port_put()
86 struct tty_struct *tty_port_tty_get(struct tty_port *port) in tty_port_tty_get()
107 void tty_port_tty_set(struct tty_port *port, struct tty_struct *tty) in tty_port_tty_set()
119 static void tty_port_shutdown(struct tty_port *port) in tty_port_shutdown()
136 void tty_port_hangup(struct tty_port *port) in tty_port_hangup()
164 int tty_port_carrier_raised(struct tty_port *port) in tty_port_carrier_raised()
[all …]
DMakefile2 tty_buffer.o tty_port.o tty_mutex.o
Damiserial.c95 struct tty_port tport;
381 struct tty_port *port = &info->tport; in check_modem_status()
524 struct tty_port *port = &info->tport; in startup()
667 struct tty_port *port = &info->tport; in change_speed()
1054 struct tty_port *port = &state->tport; in set_serial_info()
1392 struct tty_port *port = &state->tport; in rs_close()
1521 struct tty_port *port = &info->tport; in rs_open()
1658 static int amiga_carrier_raised(struct tty_port *port) in amiga_carrier_raised()
1663 static void amiga_dtr_rts(struct tty_port *port, int raise) in amiga_dtr_rts()
Disicom.c204 struct tty_port port;
332 static void isicom_dtr_rts(struct tty_port *port, int on) in isicom_dtr_rts()
811 static int isicom_activate(struct tty_port *tport, struct tty_struct *tty) in isicom_activate()
838 static int isicom_carrier_raised(struct tty_port *port) in isicom_carrier_raised()
844 static struct tty_port *isicom_find_port(struct tty_struct *tty) in isicom_find_port()
871 struct tty_port *tport; in isicom_open()
915 static void isicom_shutdown(struct tty_port *port) in isicom_shutdown()
934 struct tty_port *port; in isicom_close()
Dehv_bytechan.c49 struct tty_port port;
655 static int ehv_bc_tty_port_activate(struct tty_port *port, in ehv_bc_tty_port_activate()
689 static void ehv_bc_tty_port_shutdown(struct tty_port *port) in ehv_bc_tty_port_shutdown()
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) in moxa_shutdown()
1133 static int moxa_carrier_raised(struct tty_port *port) in moxa_carrier_raised()
1144 static void moxa_dtr_rts(struct tty_port *port, int onoff) in moxa_dtr_rts()
Dmxser.c225 struct tty_port port;
550 static int mxser_carrier_raised(struct tty_port *port) in mxser_carrier_raised()
556 static void mxser_dtr_rts(struct tty_port *port, int on) in mxser_dtr_rts()
862 static int mxser_activate(struct tty_port *port, struct tty_struct *tty) in mxser_activate()
955 static void mxser_shutdown_port(struct tty_port *port) in mxser_shutdown_port()
1041 static void mxser_close_port(struct tty_port *port) in mxser_close_port()
1078 struct tty_port *port = &info->port; in mxser_close()
1233 struct tty_port *port = &info->port; in mxser_set_serial_info()
1483 struct tty_port *port; in mxser_ioctl_special()
1659 struct tty_port *port = &info->port; in mxser_ioctl()
/linux-3.4.99/include/linux/
Dtty.h202 struct tty_port;
206 int (*carrier_raised)(struct tty_port *port);
208 void (*dtr_rts)(struct tty_port *port, int raise);
212 void (*shutdown)(struct tty_port *port);
213 void (*drop)(struct tty_port *port);
218 int (*activate)(struct tty_port *port, struct tty_struct *tty);
220 void (*destruct)(struct tty_port *port);
223 struct tty_port { struct
333 struct tty_port *port;
499 extern void tty_port_init(struct tty_port *port);
[all …]
Distallion.h54 struct tty_port port;
Dstallion.h72 struct tty_port port;
Dgeneric_serial.h36 struct tty_port port;
Dconsole_struct.h24 struct tty_port port; /* Upper level data */
/linux-3.4.99/arch/parisc/kernel/
Dpdc_cons.c96 static struct tty_port tty_port; variable
100 tty_port_tty_set(&tty_port, tty); in pdc_console_tty_open()
110 tty_port_tty_set(&tty_port, NULL); in pdc_console_tty_close()
141 struct tty_struct *tty = tty_port_tty_get(&tty_port); in pdc_console_poll()
189 tty_port_init(&tty_port); in pdc_console_tty_driver_init()
/linux-3.4.99/drivers/tty/serial/
Difx6x60.c212 struct tty_port *pport = &ifx_dev->tty_port; in ifx_spi_ttyhangup()
303 return tty_port_open(&saved_ifx_dev->tty_port, tty, filp); in ifx_spi_open()
317 tty_port_close(&ifx_dev->tty_port, tty, filp); in ifx_spi_close()
388 tty = tty_port_tty_get(&ifx_dev->tty_port); in ifx_spi_wakeup_serial()
515 tty_port_hangup(&ifx_dev->tty_port); in ifx_spi_hangup()
525 static int ifx_port_activate(struct tty_port *port, struct tty_struct *tty) in ifx_port_activate()
528 container_of(port, struct ifx_spi_device, tty_port); in ifx_port_activate()
549 static void ifx_port_shutdown(struct tty_port *port) in ifx_port_shutdown()
552 container_of(port, struct ifx_spi_device, tty_port); in ifx_port_shutdown()
588 struct tty_struct *tty = tty_port_tty_get(&ifx_dev->tty_port); in ifx_spi_insert_flip_string()
[all …]
Dserial_core.c64 static void uart_port_shutdown(struct tty_port *port);
138 struct tty_port *port = &state->port; in uart_port_startup()
201 struct tty_port *port = &state->port; in uart_startup()
231 struct tty_port *port = &state->port; in uart_shutdown()
435 struct tty_port *port = &state->port; in uart_change_speed()
641 struct tty_port *port = &state->port; in uart_get_info()
681 struct tty_port *port = &state->port; in uart_set_info()
913 struct tty_port *port = &state->port; in uart_tiocmget()
934 struct tty_port *port = &state->port; in uart_tiocmset()
949 struct tty_port *port = &state->port; in uart_break_ctl()
[all …]
Difx6x60.h79 struct tty_port tty_port; member
Dmsm_smd_tty.c32 struct tty_port port;
91 static int smd_tty_port_activate(struct tty_port *tport, struct tty_struct *tty) in smd_tty_port_activate()
118 static void smd_tty_port_shutdown(struct tty_port *tport) in smd_tty_port_shutdown()
Dcrisv10.h39 struct tty_port port;
/linux-3.4.99/arch/alpha/kernel/
Dsrmcons.c33 struct tty_port port;
70 struct tty_port *port = &srmconsp->port; in srmcons_receive_chars()
160 struct tty_port *port = &srmconsp->port; in srmcons_open()
181 struct tty_port *port = &srmconsp->port; in srmcons_close()
/linux-3.4.99/arch/ia64/hp/sim/
Dsimserial.c44 struct tty_port port;
349 static void shutdown(struct tty_port *port) in shutdown()
381 static int activate(struct tty_port *port, struct tty_struct *tty) in activate()
435 struct tty_port *port = &info->port; in rs_open()
/linux-3.4.99/drivers/usb/class/
Dcdc-acm.h86 struct tty_port port; /* our tty port data */
/linux-3.4.99/drivers/misc/
Dpti.c63 struct tty_port port;
774 static int pti_port_activate(struct tty_port *port, struct tty_struct *tty) in pti_port_activate()
791 static void pti_port_shutdown(struct tty_port *port) in pti_port_shutdown()
/linux-3.4.99/drivers/mmc/card/
Dsdio_uart.c68 struct tty_port port;
573 static int uart_carrier_raised(struct tty_port *tport) in uart_carrier_raised()
596 static void uart_dtr_rts(struct tty_port *tport, int onoff) in uart_dtr_rts()
625 static int sdio_uart_activate(struct tty_port *tport, struct tty_struct *tty) in sdio_uart_activate()
708 static void sdio_uart_shutdown(struct tty_port *tport) in sdio_uart_shutdown()
/linux-3.4.99/drivers/char/
Dttyprintk.c23 struct tty_port port;
/linux-3.4.99/arch/xtensa/platforms/iss/
Dconsole.c39 static struct tty_port serial_port;

12