| /linux-6.15/Documentation/driver-api/tty/ |
| H A D | tty_driver.rst | 13 is done by tty_alloc_driver() (or __tty_alloc_driver()). Next, the newly 29 :identifiers: tty_alloc_driver 36 Here comes the documentation of flags accepted by tty_alloc_driver() (or 49 flags of tty_alloc_driver(). If it is not passed, *all* devices are also 66 Unless ``TTY_DRIVER_DYNAMIC_DEV`` was passed as flags to tty_alloc_driver(), 74 register more devices than passed to tty_alloc_driver().
|
| /linux-6.15/drivers/tty/ |
| H A D | ttynull.c | 67 driver = tty_alloc_driver(1, in ttynull_init()
|
| H A D | pty.c | 536 pty_driver = tty_alloc_driver(legacy_count, in legacy_pty_init() 543 pty_slave_driver = tty_alloc_driver(legacy_count, in legacy_pty_init() 875 ptm_driver = tty_alloc_driver(NR_UNIX98_PTY_MAX, in unix98_pty_init() 883 pts_driver = tty_alloc_driver(NR_UNIX98_PTY_MAX, 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 | 248 tty = tty_alloc_driver(goldfish_tty_line_count, in goldfish_tty_create_driver()
|
| H A D | ehv_bytechan.c | 779 driver = tty_alloc_driver(count, TTY_DRIVER_REAL_RAW | in ehv_bc_init()
|
| H A D | vcc.c | 1024 vcc_tty_driver = tty_alloc_driver(VCC_MAX_PORTS, VCC_TTY_FLAGS); in vcc_tty_init()
|
| 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()
|
| /linux-6.15/arch/m68k/emu/ |
| H A D | nfcon.c | 135 driver = tty_alloc_driver(1, TTY_DRIVER_REAL_RAW); in nfcon_init()
|
| /linux-6.15/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()
|
| /linux-6.15/drivers/char/ |
| H A D | ttyprintk.c | 184 ttyprintk_driver = tty_alloc_driver(1, in ttyprintk_init()
|
| /linux-6.15/include/linux/ |
| H A D | tty_driver.h | 574 #define tty_alloc_driver(lines, flags) \ macro
|
| /linux-6.15/arch/alpha/kernel/ |
| H A D | srmcons.c | 207 driver = tty_alloc_driver(MAX_SRM_CONSOLE_DEVICES, 0); in srmcons_init()
|
| /linux-6.15/drivers/misc/bcm-vk/ |
| H A D | bcm_vk_tty.c | 237 tty_drv = tty_alloc_driver in bcm_vk_tty_init()
|
| /linux-6.15/drivers/s390/char/ |
| H A D | sclp_tty.c | 517 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 | 1156 driver = tty_alloc_driver(NR_3215, TTY_DRIVER_REAL_RAW); in tty3215_init()
|
| /linux-6.15/drivers/tty/ipwireless/ |
| H A D | tty.c | 567 ipw_tty_driver = tty_alloc_driver(IPWIRELESS_PCMCIA_MINORS, in ipwireless_tty_init()
|
| /linux-6.15/drivers/usb/host/ |
| H A D | xhci-dbgtty.c | 607 dbc_tty_driver = tty_alloc_driver(64, TTY_DRIVER_REAL_RAW | in dbc_tty_init()
|
| /linux-6.15/drivers/tty/hvc/ |
| H A D | hvc_console.c | 1021 drv = tty_alloc_driver(HVC_ALLOC_TTY_ADAPTERS, TTY_DRIVER_REAL_RAW | in hvc_init()
|
| H A D | hvcs.c | 1432 hvcs_tty_driver = tty_alloc_driver(num_ttys_to_alloc, in hvcs_initialize()
|
| /linux-6.15/arch/um/drivers/ |
| H A D | line.c | 551 driver = tty_alloc_driver(nlines, TTY_DRIVER_REAL_RAW | in register_lines()
|
| /linux-6.15/drivers/ipack/devices/ |
| H A D | ipoctal.c | 360 drv = tty_alloc_driver(NR_CHANNELS, TTY_DRIVER_REAL_RAW | in ipoctal_inst_slot()
|
| /linux-6.15/drivers/mmc/core/ |
| H A D | sdio_uart.c | 1120 sdio_uart_tty_driver = tty_drv = tty_alloc_driver(UART_NR, in sdio_uart_init()
|
| /linux-6.15/net/bluetooth/rfcomm/ |
| H A D | tty.c | 1128 rfcomm_tty_driver = tty_alloc_driver(RFCOMM_TTY_PORTS, in rfcomm_init_ttys()
|