Searched refs:tty_set_operations (Results 1 - 25 of 42) sorted by relevance

12

/linux-master/drivers/tty/
H A Dttynull.c82 tty_set_operations(driver, &ttynull_ops);
H A Dpty.c564 tty_set_operations(pty_driver, &master_pty_ops_bsd);
577 tty_set_operations(pty_slave_driver, &slave_pty_ops_bsd);
906 tty_set_operations(ptm_driver, &ptm_unix98_ops);
919 tty_set_operations(pts_driver, &pty_unix98_ops);
H A Drpmsg_tty.c250 tty_set_operations(rpmsg_tty_driver, &rpmsg_tty_ops);
H A Dehv_bytechan.c791 tty_set_operations(driver, &ehv_bc_ops);
H A Dgoldfish.c260 tty_set_operations(tty, &goldfish_tty_ops);
H A Dvcc.c1037 tty_set_operations(vcc_tty_driver, &vcc_ops);
/linux-master/arch/m68k/emu/
H A Dnfcon.c147 tty_set_operations(driver, &nfcon_tty_ops);
/linux-master/drivers/char/
H A Dttyprintk.c201 tty_set_operations(ttyprintk_driver, &ttyprintk_ops);
/linux-master/arch/xtensa/platforms/iss/
H A Dconsole.c127 tty_set_operations(driver, &serial_ops);
/linux-master/drivers/tty/serial/
H A Dkgdb_nmi.c347 tty_set_operations(kgdb_nmi_tty_driver, &kgdb_nmi_tty_ops);
/linux-master/arch/alpha/kernel/
H A Dsrmcons.c215 tty_set_operations(driver, &srmcons_ops);
/linux-master/include/linux/
H A Dtty_driver.h420 * @ops: driver hooks for TTYs. Set them using tty_set_operations(). Use &struct
483 static inline void tty_set_operations(struct tty_driver *driver, function
/linux-master/drivers/staging/gdm724x/
H A Dgdm_tty.c289 tty_set_operations(tty_driver, &gdm_tty_ops);
/linux-master/drivers/misc/bcm-vk/
H A Dbcm_vk_tty.c256 tty_set_operations(tty_drv, &serial_ops);
/linux-master/drivers/tty/ipwireless/
H A Dtty.c583 tty_set_operations(ipw_tty_driver, &tty_ops);
/linux-master/drivers/s390/char/
H A Dsclp_tty.c551 tty_set_operations(driver, &sclp_ops);
H A Dsclp_vt220.c748 tty_set_operations(driver, &sclp_vt220_ops);
/linux-master/drivers/usb/host/
H A Dxhci-dbgtty.c560 tty_set_operations(dbc_tty_driver, &dbc_tty_ops);
/linux-master/drivers/tty/hvc/
H A Dhvc_console.c1034 tty_set_operations(drv, &hvc_ops);
H A Dhvsi.c1056 tty_set_operations(driver, &hvsi_ops);
H A Dhvcs.c1462 tty_set_operations(hvcs_tty_driver, &hvcs_ops);
/linux-master/arch/um/drivers/
H A Dline.c569 tty_set_operations(driver, ops);
/linux-master/drivers/staging/greybus/
H A Duart.c966 tty_set_operations(gb_tty_driver, &gb_ops);
/linux-master/drivers/ipack/devices/
H A Dipoctal.c383 tty_set_operations(drv, &ipoctal_fops);
/linux-master/net/bluetooth/rfcomm/
H A Dtty.c1145 tty_set_operations(rfcomm_tty_driver, &rfcomm_ops);

Completed in 841 milliseconds

12