Searched refs:ircomm_tty (Results 1 - 7 of 7) sorted by relevance

/linux-4.1.27/net/irda/ircomm/
H A DMakefile8 ircomm-tty-y := ircomm_tty.o ircomm_tty_attach.o ircomm_tty_ioctl.o ircomm_param.o
H A Dircomm_tty.c3 * Filename: ircomm_tty.c
51 #include <net/irda/ircomm_tty.h>
82 static hashbin_t *ircomm_tty = NULL; variable
148 ircomm_tty = hashbin_new(HB_LOCK); ircomm_tty_init()
149 if (ircomm_tty == NULL) { ircomm_tty_init()
204 hashbin_delete(ircomm_tty, (FREE_FUNC) __ircomm_tty_cleanup); ircomm_tty_cleanup()
235 /* Use the ircomm_tty interface for these ones */ ircomm_tty_startup()
239 strlcpy(notify.name, "ircomm_tty", sizeof(notify.name)); ircomm_tty_startup()
381 self = hashbin_lock_find(ircomm_tty, line, NULL); ircomm_tty_install()
413 hashbin_insert(ircomm_tty, (irda_queue_t *) self, line, NULL); ircomm_tty_install()
1328 spin_lock_irqsave(&ircomm_tty->hb_spinlock, flags); ircomm_tty_proc_show()
1330 self = (struct ircomm_tty_cb *) hashbin_get_first(ircomm_tty); ircomm_tty_proc_show()
1336 self = (struct ircomm_tty_cb *) hashbin_get_next(ircomm_tty); ircomm_tty_proc_show()
1338 spin_unlock_irqrestore(&ircomm_tty->hb_spinlock, flags); ircomm_tty_proc_show()
H A Dircomm_tty_ioctl.c43 #include <net/irda/ircomm_tty.h>
H A Dircomm_param.c38 #include <net/irda/ircomm_tty.h>
H A Dircomm_tty_attach.c44 #include <net/irda/ircomm_tty.h>
/linux-4.1.27/include/net/irda/
H A Dircomm_tty_attach.h32 #include <net/irda/ircomm_tty.h>
H A Dircomm_tty.h3 * Filename: ircomm_tty.h

Completed in 140 milliseconds