MCPcopy Create free account
hub / github.com/RT-Thread/rt-thread / ttydevsw_param

Function ttydevsw_param

components/lwp/terminal/terminal.h:355–360  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

353}
354
355rt_inline int ttydevsw_param(struct lwp_tty *tp, struct termios *t)
356{
357 MPASS(!tty_gone(tp));
358
359 return (tp->t_devsw->tsw_param(tp, t));
360}
361
362rt_inline int ttydevsw_modem(struct lwp_tty *tp, int sigon, int sigoff)
363{

Callers 2

ttydev_openFunction · 0.85
tty_generic_ioctlFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected