/openbmc/linux/drivers/tty/ |
H A D | ttynull.c | 69 TTY_DRIVER_REAL_RAW | in ttynull_init()
|
H A D | pty.c | 538 TTY_DRIVER_REAL_RAW | in legacy_pty_init() 545 TTY_DRIVER_REAL_RAW | in legacy_pty_init() 877 TTY_DRIVER_REAL_RAW | in unix98_pty_init() 885 TTY_DRIVER_REAL_RAW | in unix98_pty_init()
|
H A D | rpmsg_tty.c | 235 rpmsg_tty_driver = tty_alloc_driver(MAX_TTY_RPMSG, TTY_DRIVER_REAL_RAW | in rpmsg_tty_init()
|
H A D | goldfish.c | 256 TTY_DRIVER_RESET_TERMIOS | TTY_DRIVER_REAL_RAW | in goldfish_tty_create_driver()
|
H A D | ehv_bytechan.c | 777 driver = tty_alloc_driver(count, TTY_DRIVER_REAL_RAW | in ehv_bc_init()
|
H A D | vcc.c | 1018 #define VCC_TTY_FLAGS (TTY_DRIVER_DYNAMIC_DEV | TTY_DRIVER_REAL_RAW)
|
H A D | mips_ejtag_fdc.c | 921 driver = tty_alloc_driver(NUM_TTY_CHANNELS, TTY_DRIVER_REAL_RAW); in mips_ejtag_fdc_tty_probe()
|
/openbmc/linux/arch/m68k/emu/ |
H A D | nfcon.c | 135 driver = tty_alloc_driver(1, TTY_DRIVER_REAL_RAW); in nfcon_init()
|
/openbmc/linux/arch/xtensa/platforms/iss/ |
H A D | console.c | 109 driver = tty_alloc_driver(SERIAL_MAX_NUM_LINES, TTY_DRIVER_REAL_RAW); in rs_init()
|
/openbmc/linux/drivers/char/ |
H A D | ttyprintk.c | 186 TTY_DRIVER_REAL_RAW | in ttyprintk_init()
|
/openbmc/linux/include/linux/ |
H A D | tty_driver.h | 548 #define TTY_DRIVER_REAL_RAW 0x0004 macro
|
/openbmc/linux/drivers/tty/serial/ |
H A D | kgdb_nmi.c | 334 kgdb_nmi_tty_driver = tty_alloc_driver(1, TTY_DRIVER_REAL_RAW); in kgdb_register_nmi_console()
|
/openbmc/linux/drivers/staging/gdm724x/ |
H A D | gdm_tty.c | 275 TTY_DRIVER_REAL_RAW | TTY_DRIVER_DYNAMIC_DEV); in register_lte_tty_driver()
|
/openbmc/linux/drivers/misc/bcm-vk/ |
H A D | bcm_vk_tty.c | 239 TTY_DRIVER_REAL_RAW | TTY_DRIVER_DYNAMIC_DEV); in bcm_vk_tty_init()
|
/openbmc/linux/drivers/s390/char/ |
H A D | sclp_tty.c | 506 driver = tty_alloc_driver(1, TTY_DRIVER_REAL_RAW); in sclp_tty_init()
|
H A D | sclp_vt220.c | 734 driver = tty_alloc_driver(1, TTY_DRIVER_REAL_RAW); in sclp_vt220_tty_init()
|
H A D | con3215.c | 1157 driver = tty_alloc_driver(NR_3215, TTY_DRIVER_REAL_RAW); in tty3215_init()
|
/openbmc/linux/drivers/tty/ipwireless/ |
H A D | tty.c | 568 TTY_DRIVER_REAL_RAW | TTY_DRIVER_DYNAMIC_DEV); in ipwireless_tty_init()
|
/openbmc/linux/drivers/usb/host/ |
H A D | xhci-dbgtty.c | 575 dbc_tty_driver = tty_alloc_driver(64, TTY_DRIVER_REAL_RAW | in dbc_tty_init()
|
/openbmc/linux/drivers/tty/hvc/ |
H A D | hvc_console.c | 1024 drv = tty_alloc_driver(HVC_ALLOC_TTY_ADAPTERS, TTY_DRIVER_REAL_RAW | in hvc_init()
|
H A D | hvcs.c | 1435 TTY_DRIVER_REAL_RAW); in hvcs_initialize()
|
/openbmc/linux/drivers/ipack/devices/ |
H A D | ipoctal.c | 362 drv = tty_alloc_driver(NR_CHANNELS, TTY_DRIVER_REAL_RAW | in ipoctal_inst_slot()
|
/openbmc/linux/arch/um/drivers/ |
H A D | line.c | 551 driver = tty_alloc_driver(nlines, TTY_DRIVER_REAL_RAW | in register_lines()
|
/openbmc/linux/drivers/staging/greybus/ |
H A D | uart.c | 962 gb_tty_driver->flags = TTY_DRIVER_REAL_RAW | TTY_DRIVER_DYNAMIC_DEV; in gb_tty_init()
|
/openbmc/linux/drivers/mmc/core/ |
H A D | sdio_uart.c | 1125 TTY_DRIVER_REAL_RAW | TTY_DRIVER_DYNAMIC_DEV); in sdio_uart_init()
|