Searched refs:dongles (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/irda/
H A Dirda_device.c57 static hashbin_t *dongles = NULL; variable
78 dongles = hashbin_new(HB_NOLOCK);
79 if (dongles == NULL) {
80 IRDA_WARNING("IrDA: Can't allocate dongles hashbin!\n");
83 spin_lock_init(&dongles->hb_spinlock);
88 hashbin_delete(dongles, NULL);
111 hashbin_delete(dongles, leftover_dongle);
382 spin_lock(&dongles->hb_spinlock);
383 reg = hashbin_find(dongles, type, NULL);
388 spin_unlock(&dongles
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/irda/
H A Dkingsun-sir.c32 * General: Unlike the other USB IrDA dongles, this particular dongle exposes,
91 static struct usb_device_id dongles[] = { variable in typeref:struct:usb_device_id
97 MODULE_DEVICE_TABLE(usb, dongles);
629 .id_table = dongles,
H A Dstir4200.c188 static struct usb_device_id dongles[] = { variable in typeref:struct:usb_device_id
194 MODULE_DEVICE_TABLE(usb, dongles);
1132 .id_table = dongles,
H A Dirda-usb.c75 /* These are the currently known IrDA USB dongles. Add new dongles here */
76 static struct usb_device_id dongles[] = { variable in typeref:struct:usb_device_id
106 MODULE_DEVICE_TABLE(usb, dongles);
490 * why this code is enabled only for dongles that doesn't meet
996 * I've been told that current dongles send status info on their
1078 * Known firmware patch file names for STIR421x dongles
1871 .id_table = dongles,

Completed in 154 milliseconds