Searched refs:ircomm (Results 1 - 9 of 9) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/irda/ircomm/
H A DMakefile5 obj-$(CONFIG_IRCOMM) += ircomm.o ircomm-tty.o
7 ircomm-objs := ircomm_core.o ircomm_event.o ircomm_lmp.o ircomm_ttp.o
8 ircomm-tty-objs := ircomm_tty.o ircomm_tty_attach.o ircomm_tty_ioctl.o ircomm_param.o
H A Dircomm_core.c67 hashbin_t *ircomm = NULL; variable
71 ircomm = hashbin_new(HB_LOCK);
72 if (ircomm == NULL) {
79 ent = create_proc_entry("ircomm", 0, proc_irda);
94 hashbin_delete(ircomm, (FREE_FUNC) __ircomm_close);
97 remove_proc_entry("ircomm", proc_irda);
115 IRDA_ASSERT(ircomm != NULL, return NULL;);
139 hashbin_insert(ircomm, (irda_queue_t *) self, line, NULL);
194 entry = hashbin_remove(ircomm, self->line, NULL);
512 spin_lock_irq(&ircomm
[all...]
H A Dircomm_tty_attach.c138 if (ircomm_is_connected(self->ircomm)) {
671 ircomm_connect_response(self->ircomm, NULL);
738 ircomm_connect_response(self->ircomm, NULL);
799 ircomm_connect_response(self->ircomm, NULL);
832 ret = ircomm_connect_request(self->ircomm, self->dlsap_sel,
848 ircomm_connect_response(self->ircomm, NULL);
896 ircomm_connect_response(self->ircomm, NULL);
905 /* ircomm_disconnect_request(self->ircomm, NULL); */
931 ret = ircomm_data_request(self->ircomm, skb);
934 ircomm_disconnect_request(self->ircomm, NUL
[all...]
H A Dircomm_tty.c124 driver->driver_name = "ircomm";
125 driver->name = "ircomm";
215 if (!self->ircomm) {
216 self->ircomm = ircomm_open(&notify, self->service_type,
219 if (!self->ircomm)
222 self->slsap_sel = self->ircomm->slsap_sel;
457 /* Check if this is a "normal" ircomm device, or an irlpt device */
631 ircomm_control_request(self->ircomm, ctrl_skb);
902 ircomm_flow_request(self->ircomm, FLOW_STOP);
933 ircomm_flow_request(self->ircomm, FLOW_STAR
[all...]
H A Dircomm_lmp.c155 self = (struct ircomm_cb *) hashbin_lock_find(ircomm, line, NULL);
H A Dircomm_tty_ioctl.c62 if (!self->tty || !self->tty->termios || !self->ircomm)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/irda/
H A DMakefile8 obj-$(CONFIG_IRCOMM) += ircomm/
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/irda/
H A Dircomm_tty.h70 struct ircomm_cb *ircomm; /* IrCOMM layer instance */ member in struct:ircomm_tty_cb
H A Dircomm_core.h84 extern hashbin_t *ircomm;

Completed in 57 milliseconds