Searched refs:ircomm_tty (Results 1 – 3 of 3) sorted by relevance
82 static hashbin_t *ircomm_tty = NULL; variable148 ircomm_tty = hashbin_new(HB_LOCK); in ircomm_tty_init()149 if (ircomm_tty == NULL) { in ircomm_tty_init()204 hashbin_delete(ircomm_tty, (FREE_FUNC) __ircomm_tty_cleanup); in ircomm_tty_cleanup()380 self = hashbin_lock_find(ircomm_tty, line, NULL); in ircomm_tty_install()412 hashbin_insert(ircomm_tty, (irda_queue_t *) self, line, NULL); in ircomm_tty_install()1299 spin_lock_irqsave(&ircomm_tty->hb_spinlock, flags); in ircomm_tty_proc_show()1301 self = (struct ircomm_tty_cb *) hashbin_get_first(ircomm_tty); in ircomm_tty_proc_show()1307 self = (struct ircomm_tty_cb *) hashbin_get_next(ircomm_tty); in ircomm_tty_proc_show()1309 spin_unlock_irqrestore(&ircomm_tty->hb_spinlock, flags); in ircomm_tty_proc_show()
8 ircomm-tty-y := ircomm_tty.o ircomm_tty_attach.o ircomm_tty_ioctl.o ircomm_param.o
7 called ircomm and ircomm_tty.