Home
last modified time | relevance | path

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

/linux-4.1.27/net/irda/ircomm/
Dircomm_tty.c82 static hashbin_t *ircomm_tty = NULL; variable
148 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()
381 self = hashbin_lock_find(ircomm_tty, line, NULL); in ircomm_tty_install()
413 hashbin_insert(ircomm_tty, (irda_queue_t *) self, line, NULL); in ircomm_tty_install()
1328 spin_lock_irqsave(&ircomm_tty->hb_spinlock, flags); in ircomm_tty_proc_show()
1330 self = (struct ircomm_tty_cb *) hashbin_get_first(ircomm_tty); in ircomm_tty_proc_show()
1336 self = (struct ircomm_tty_cb *) hashbin_get_next(ircomm_tty); in ircomm_tty_proc_show()
1338 spin_unlock_irqrestore(&ircomm_tty->hb_spinlock, flags); in ircomm_tty_proc_show()
DMakefile8 ircomm-tty-y := ircomm_tty.o ircomm_tty_attach.o ircomm_tty_ioctl.o ircomm_param.o
DKconfig7 called ircomm and ircomm_tty.