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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/irda/
H A Dirda_device.c58 static hashbin_t *dongles = NULL; variable
65 dongles = hashbin_new(HB_NOLOCK);
66 if (dongles == NULL) {
67 IRDA_WARNING("IrDA: Can't allocate dongles hashbin!\n");
70 spin_lock_init(&dongles->hb_spinlock);
75 hashbin_delete(dongles, NULL);
98 hashbin_delete(dongles, leftover_dongle);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/irda/
H A Dkingsun-sir.c32 * General: Unlike the other USB IrDA dongles, this particular dongle exposes,
89 static struct usb_device_id dongles[] = { variable in typeref:struct:usb_device_id
95 MODULE_DEVICE_TABLE(usb, dongles);
617 .id_table = dongles,
H A Dks959-sir.c137 static struct usb_device_id dongles[] = { variable in typeref:struct:usb_device_id
143 MODULE_DEVICE_TABLE(usb, dongles);
897 .id_table = dongles,
H A Dksdazzle-sir.c101 static struct usb_device_id dongles[] = { variable in typeref:struct:usb_device_id
107 MODULE_DEVICE_TABLE(usb, dongles);
792 .id_table = dongles,
H A Dstir4200.c185 static struct usb_device_id dongles[] = { variable in typeref:struct:usb_device_id
191 MODULE_DEVICE_TABLE(usb, dongles);
1129 .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);
489 * why this code is enabled only for dongles that doesn't meet
994 * I've been told that current dongles send status info on their
1076 * Known firmware patch file names for STIR421x dongles
1902 .id_table = dongles,

Completed in 121 milliseconds