Home
last modified time | relevance | path

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

/linux-2.4.37.9/net/irda/ircomm/
Dircomm_tty_attach.c151 ircomm_tty_do_event(self, IRCOMM_TTY_ATTACH_CABLE, NULL, NULL); in ircomm_tty_attach_cable()
186 ircomm_tty_do_event(self, IRCOMM_TTY_DETACH_CABLE, NULL, NULL); in ircomm_tty_detach_cable()
338 ircomm_tty_do_event(self, IRCOMM_TTY_DISCOVERY_INDICATION, in ircomm_tty_discovery_indication()
371 ircomm_tty_do_event(self, IRCOMM_TTY_DISCONNECT_INDICATION, NULL, in ircomm_tty_disconnect_indication()
409 ircomm_tty_do_event(self, IRCOMM_TTY_GOT_PARAMETERS, NULL, in ircomm_tty_getvalue_confirm()
422 ircomm_tty_do_event(self, IRCOMM_TTY_GOT_LSAPSEL, NULL, NULL); in ircomm_tty_getvalue_confirm()
458 ircomm_tty_do_event(self, IRCOMM_TTY_CONNECT_CONFIRM, NULL, NULL); in ircomm_tty_connect_confirm()
495 ircomm_tty_do_event(self, IRCOMM_TTY_CONNECT_INDICATION, NULL, NULL); in ircomm_tty_connect_indication()
588 ircomm_tty_do_event(self, IRCOMM_TTY_WD_TIMER_EXPIRED, NULL, NULL); in ircomm_tty_watchdog_timer_expired()
930 int ircomm_tty_do_event(struct ircomm_tty_cb *self, IRCOMM_TTY_EVENT event, in ircomm_tty_do_event() function
Dircomm_tty.c661 ircomm_tty_do_event(self, IRCOMM_TTY_DATA_REQUEST, skb, NULL); in ircomm_tty_do_softint()
/linux-2.4.37.9/include/net/irda/
Dircomm_tty_attach.h73 int ircomm_tty_do_event(struct ircomm_tty_cb *self, IRCOMM_TTY_EVENT event,