Symbol: tty_set_operations
arch/alpha/kernel/srmcons.c
221
tty_set_operations(driver, &srmcons_ops);
arch/m68k/emu/nfcon.c
147
tty_set_operations(driver, &nfcon_tty_ops);
arch/um/drivers/line.c
571
tty_set_operations(driver, ops);
arch/xtensa/platforms/iss/console.c
127
tty_set_operations(driver, &serial_ops);
drivers/char/ttyprintk.c
201
tty_set_operations(ttyprintk_driver, &ttyprintk_ops);
drivers/ipack/devices/ipoctal.c
383
tty_set_operations(drv, &ipoctal_fops);
drivers/isdn/capi/capi.c
1283
tty_set_operations(drv, &capinc_ops);
drivers/misc/bcm-vk/bcm_vk_tty.c
256
tty_set_operations(tty_drv, &serial_ops);
drivers/mmc/core/sdio_uart.c
1135
tty_set_operations(tty_drv, &sdio_uart_ops);
drivers/net/usb/hso.c
3249
tty_set_operations(tty_drv, &hso_serial_ops);
drivers/s390/char/con3215.c
1181
tty_set_operations(driver, &tty3215_ops);
drivers/s390/char/con3270.c
2010
tty_set_operations(driver, &tty3270_ops);
drivers/s390/char/sclp_tty.c
563
tty_set_operations(driver, &sclp_ops);
drivers/s390/char/sclp_vt220.c
748
tty_set_operations(driver, &sclp_vt220_ops);
drivers/staging/greybus/uart.c
967
tty_set_operations(gb_tty_driver, &gb_ops);
drivers/tty/amiserial.c
1506
tty_set_operations(driver, &serial_ops);
drivers/tty/ehv_bytechan.c
791
tty_set_operations(driver, &ehv_bc_ops);
drivers/tty/goldfish.c
258
tty_set_operations(tty, &goldfish_tty_ops);
drivers/tty/hvc/hvc_console.c
1034
tty_set_operations(drv, &hvc_ops);
drivers/tty/hvc/hvcs.c
1461
tty_set_operations(hvcs_tty_driver, &hvcs_ops);
drivers/tty/hvc/hvsi.c
1056
tty_set_operations(driver, &hvsi_ops);
drivers/tty/ipwireless/tty.c
583
tty_set_operations(ipw_tty_driver, &tty_ops);
drivers/tty/mips_ejtag_fdc.c
940
tty_set_operations(driver, &mips_ejtag_fdc_tty_ops);
drivers/tty/moxa.c
1166
tty_set_operations(moxaDriver, &moxa_ops);
drivers/tty/mxser.c
1850
tty_set_operations(mxvar_sdriver, &mxser_ops);
drivers/tty/n_gsm.c
4648
tty_set_operations(gsm_tty_driver, &gsmtty_ops);
drivers/tty/nozomi.c
1823
tty_set_operations(ntty_driver, &tty_ops);
drivers/tty/pty.c
560
tty_set_operations(pty_driver, &master_pty_ops_bsd);
drivers/tty/pty.c
573
tty_set_operations(pty_slave_driver, &slave_pty_ops_bsd);
drivers/tty/pty.c
878
tty_set_operations(ptm_driver, &ptm_unix98_ops);
drivers/tty/pty.c
891
tty_set_operations(pts_driver, &pty_unix98_ops);
drivers/tty/rpmsg_tty.c
250
tty_set_operations(rpmsg_tty_driver, &rpmsg_tty_ops);
drivers/tty/serial/serial_core.c
2745
tty_set_operations(normal, &uart_ops);
drivers/tty/synclink_gt.c
3693
tty_set_operations(serial_driver, &ops);
drivers/tty/ttynull.c
82
tty_set_operations(driver, &ttynull_ops);
drivers/tty/vcc.c
1037
tty_set_operations(vcc_tty_driver, &vcc_ops);
drivers/tty/vt/vt.c
3900
tty_set_operations(console_driver, &con_ops);
drivers/usb/class/cdc-acm.c
2109
tty_set_operations(acm_tty_driver, &acm_ops);
drivers/usb/gadget/function/u_serial.c
1573
tty_set_operations(driver, &gs_tty_ops);
drivers/usb/host/xhci-dbgtty.c
647
tty_set_operations(dbc_tty_driver, &dbc_tty_ops);
drivers/usb/serial/usb-serial.c
1341
tty_set_operations(usb_serial_tty_driver, &serial_ops);
net/bluetooth/rfcomm/tty.c
1133
tty_set_operations(rfcomm_tty_driver, &rfcomm_ops);