Home
last modified time | relevance | path

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

/linux-4.4.14/net/irda/ircomm/
Dircomm_tty_attach.c149 ircomm_tty_do_event(self, IRCOMM_TTY_ATTACH_CABLE, NULL, NULL); in ircomm_tty_attach_cable()
189 ircomm_tty_do_event(self, IRCOMM_TTY_DETACH_CABLE, NULL, NULL); in ircomm_tty_detach_cable()
380 ircomm_tty_do_event(self, IRCOMM_TTY_DISCOVERY_INDICATION, in ircomm_tty_discovery_indication()
410 ircomm_tty_do_event(self, IRCOMM_TTY_DISCONNECT_INDICATION, NULL, in ircomm_tty_disconnect_indication()
447 ircomm_tty_do_event(self, IRCOMM_TTY_GOT_PARAMETERS, NULL, in ircomm_tty_getvalue_confirm()
460 ircomm_tty_do_event(self, IRCOMM_TTY_GOT_LSAPSEL, NULL, NULL); in ircomm_tty_getvalue_confirm()
494 ircomm_tty_do_event(self, IRCOMM_TTY_CONNECT_CONFIRM, NULL, NULL); in ircomm_tty_connect_confirm()
529 ircomm_tty_do_event(self, IRCOMM_TTY_CONNECT_INDICATION, NULL, NULL); in ircomm_tty_connect_indication()
607 ircomm_tty_do_event(self, IRCOMM_TTY_WD_TIMER_EXPIRED, NULL, NULL); in ircomm_tty_watchdog_timer_expired()
617 int ircomm_tty_do_event(struct ircomm_tty_cb *self, IRCOMM_TTY_EVENT event, in ircomm_tty_do_event() function
Dircomm_tty.c568 ircomm_tty_do_event(self, IRCOMM_TTY_DATA_REQUEST, skb, NULL); in ircomm_tty_do_softint()
/linux-4.4.14/include/net/irda/
Dircomm_tty_attach.h70 int ircomm_tty_do_event(struct ircomm_tty_cb *self, IRCOMM_TTY_EVENT event,