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

/net/irda/ircomm/
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);
149 if (ircomm_tty == NULL) {
207 hashbin_delete(ircomm_tty, (FREE_FUNC) __ircomm_tty_cleanup);
240 /* Use the ircomm_tty interface for these ones */
244 strlcpy(notify.name, "ircomm_tty", sizeof(notify.name));
388 self = hashbin_lock_find(ircomm_tty, line, NULL);
422 hashbin_insert(ircomm_tty, (irda_queue_
[all...]

Completed in 49 milliseconds