Home
last modified time | relevance | path

Searched refs:ircomm_tty_do_softint (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/net/irda/ircomm/
Dircomm_tty.c67 static void ircomm_tty_do_softint(struct work_struct *work);
393 INIT_WORK(&self->tqueue, ircomm_tty_do_softint); in ircomm_tty_install()
524 static void ircomm_tty_do_softint(struct work_struct *work) in ircomm_tty_do_softint() function