Searched refs:terminal (Results 1 – 7 of 7) sorted by relevance
295 rt_inline void device_setup(lwp_tty_t terminal) in device_setup() argument297 terminal->parent.type = RT_Device_Class_Char; in device_setup()299 terminal->parent.ops = &tty_dev_ops; in device_setup()306 rt_err_t lwp_tty_register(lwp_tty_t terminal, const char *name) in lwp_tty_register() argument312 if (terminal->t_devsw->tsw_flags & TF_NOPREFIX) in lwp_tty_register()325 device_setup(terminal); in lwp_tty_register()326 rc = rt_device_register(&terminal->parent, tty_name, 0); in lwp_tty_register()329 terminal->parent.fops = &tty_file_ops; in lwp_tty_register()
250 rt_err_t lwp_tty_register(lwp_tty_t terminal, const char *name);
46 termios_path = ['./terminal/', './terminal/freebsd/']49 CPPPATH += ['./terminal/']
87 rsource "terminal/Kconfig"
236 is about detaching from the terminal, which is out of the embedded scope.
53 MSH_CMD_EXPORT(clear, clear the terminal screen);
Completed in 12 milliseconds