Searched refs:tty_driver (Results 26 - 50 of 104) sorted by relevance

12345

/linux-master/drivers/tty/
H A Drpmsg_tty.c27 static struct tty_driver *rpmsg_tty_driver;
50 static int rpmsg_tty_install(struct tty_driver *driver, struct tty_struct *tty)
H A Dehv_bytechan.c225 static struct tty_driver *ehv_bc_driver;
291 static struct tty_driver *ehv_bc_console_device(struct console *co, int *index)
756 struct tty_driver *driver;
H A Dgoldfish.c48 static struct tty_driver *goldfish_tty_driver;
206 static struct tty_driver *goldfish_tty_console_device(struct console *c,
239 struct tty_driver *tty;
H A Dtty.h90 struct tty_struct *alloc_tty_struct(struct tty_driver *driver, int idx);
H A Dmips_ejtag_fdc.c27 #include <linux/tty_driver.h>
143 struct tty_driver *driver;
294 struct tty_driver *tty_drv;
356 static struct tty_driver *mips_ejtag_fdc_console_device(struct console *c,
761 static int mips_ejtag_fdc_tty_install(struct tty_driver *driver,
890 struct tty_driver *driver;
/linux-master/include/linux/
H A Dconsole.h332 struct tty_driver *(*device)(struct console *co, int *index);
507 extern struct tty_driver *console_device(int *);
H A Dserial_core.h733 struct tty_driver;
749 struct tty_driver *tty_driver; member in struct:uart_driver
954 struct tty_driver *uart_console_device(struct console *co, int *index);
/linux-master/drivers/s390/char/
H A Dsclp_tty.c13 #include <linux/tty_driver.h>
54 struct tty_driver *sclp_tty_driver;
496 struct tty_driver *driver;
H A Dsclp_con.c215 static struct tty_driver *
H A Dsclp_vt220.c19 #include <linux/tty_driver.h>
60 static struct tty_driver *sclp_vt220_driver;
729 struct tty_driver *driver;
778 static struct tty_driver *
H A Dcon3215.c103 static struct tty_driver *tty3215_driver;
847 static struct tty_driver *con3215_device(struct console *c, int *index)
957 static int tty3215_install(struct tty_driver *driver, struct tty_struct *tty)
1150 struct tty_driver *driver;
1166 * Initialize the tty_driver structure
/linux-master/drivers/tty/serial/
H A Dsuncore.c39 drv->tty_driver->name_base = drv->minor - 64;
H A Dkgdboc.c42 static struct tty_driver *kgdb_tty_driver;
197 struct tty_driver *p;
H A Dserial_core.c1972 static int uart_install(struct tty_driver *driver, struct tty_struct *tty)
2121 struct tty_driver *ttydrv = m->private;
2379 struct tty_driver *tty_drv = match->driver->tty_driver;
2681 static int uart_poll_init(struct tty_driver *driver, int line, char *options)
2729 static int uart_poll_get_char(struct tty_driver *driver, int line)
2745 static void uart_poll_put_char(struct tty_driver *driver, int line, char ch)
2822 struct tty_driver *normal;
2842 drv->tty_driver = normal;
2893 struct tty_driver *
[all...]
/linux-master/drivers/usb/serial/
H A Dsymbolserial.c13 #include <linux/tty_driver.h>
H A Domninet.c17 #include <linux/tty_driver.h>
H A Dsafe_serial.c67 #include <linux/tty_driver.h>
H A Dmetro-usb.c16 #include <linux/tty_driver.h>
H A Dopticon.c13 #include <linux/tty_driver.h>
H A Dir-usb.c28 #include <linux/tty_driver.h>
/linux-master/drivers/misc/bcm-vk/
H A Dbcm_vk_tty.c7 #include <linux/tty_driver.h>
234 struct tty_driver *tty_drv;
243 /* Save struct tty_driver for uninstalling the device */
/linux-master/arch/um/drivers/
H A Dline.c330 int line_install(struct tty_driver *driver, struct tty_struct *tty,
370 struct tty_driver *driver = line->driver->driver;
545 struct tty_driver *driver;
/linux-master/drivers/tty/ipwireless/
H A Dtty.c29 #include <linux/tty_driver.h>
61 static struct tty_driver *ipw_tty_driver;
/linux-master/drivers/usb/host/
H A Dxhci-dbgtty.c18 static struct tty_driver *dbc_tty_driver;
181 static int dbc_tty_install(struct tty_driver *driver, struct tty_struct *tty)
/linux-master/include/linux/usb/
H A Dserial.h382 extern struct tty_driver *usb_serial_tty_driver;

Completed in 279 milliseconds

12345