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

Function ttydevsw_pktnotify

components/lwp/terminal/terminal.h:377–383  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

375}
376
377rt_inline void ttydevsw_pktnotify(struct lwp_tty *tp, char event)
378{
379 tty_assert_locked(tp);
380 MPASS(!tty_gone(tp));
381
382 tp->t_devsw->tsw_pktnotify(tp, event);
383}
384
385rt_inline void ttydevsw_free(struct lwp_tty *tp)
386{

Callers 2

tty_flushFunction · 0.85
tty_generic_ioctlFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected