Searched refs:irlan (Results 1 - 6 of 6) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/net/irda/
H A DMakefile25 obj-$(CONFIG_IRLAN) += irlan/irlan.o
27 subdir-$(CONFIG_IRLAN) += irlan
32 obj-y += irlan/irlan.o
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/irda/irlan/
H A DMakefile10 O_TARGET := irlan.o
H A Dirlan_common.c66 hashbin_t *irlan = NULL; variable
70 static int eth = 0; /* Use "eth" or "irlan" name for devices */
127 irlan = hashbin_new(HB_LOCAL);
128 if (irlan == NULL) {
133 create_proc_info_entry("irlan", 0, proc_irda, irlan_proc_read);
166 remove_proc_entry("irlan", proc_irda);
169 * Delete hashbin and close all irlan client instances in it
171 hashbin_delete(irlan, (FREE_FUNC) __irlan_close);
186 /* Check if we should call the device eth<x> or irlan<x> */
188 /* Get the first free irlan<
[all...]
H A Dirlan_client.c157 ASSERT(irlan != NULL, return;);
167 self = (struct irlan_cb *) hashbin_get_first(irlan);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/net/irda/
H A Dirlan_common.h227 extern hashbin_t *irlan;
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/net/irda/
H A Dirlan_common.h227 extern hashbin_t *irlan;

Completed in 55 milliseconds