Searched refs:dongle (Results 1 - 17 of 17) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/irda/
H A Desi.c5 * Description: Driver for the Extended Systems JetEye PC dongle
46 static struct dongle_reg dongle = { variable in typeref:struct:dongle_reg
57 return irda_device_register_dongle(&dongle);
62 irda_device_unregister_dongle(&dongle);
71 static void esi_close(dongle_t *dongle) argument
73 /* Power off dongle */
74 dongle->set_dtr_rts(dongle->dev, FALSE, FALSE);
80 * Set the speed for the Extended Systems JetEye PC ESI-9680 type dongle
104 /* Change speed of dongle */
[all...]
H A Dep7211_ir.c29 static struct dongle_reg dongle = { variable in typeref:struct:dongle_reg
101 return irda_device_register_dongle(&dongle);
112 irda_device_unregister_dongle(&dongle);
118 MODULE_ALIAS("irda-dongle-8"); /* IRDA_EP7211_IR */
H A Dold_belkin.c5 * Description: Driver for the Belkin (old) SmartBeam dongle
40 * Belkin is selling a dongle called the SmartBeam.
41 * In fact, there is two hardware version of this dongle, of course with
46 * As far as I can make it from info on their web site, the old dongle
51 * Belkin claim that the correct driver for the old dongle (in Windows)
76 static struct dongle_reg dongle = { variable in typeref:struct:dongle_reg
87 return irda_device_register_dongle(&dongle);
92 irda_device_unregister_dongle(&dongle);
105 /* Power off dongle */
124 * Reset the Old-Belkin type dongle
[all...]
H A Dlitelink.c5 * Description: Driver for the Parallax LiteLink dongle
50 static struct dongle_reg dongle = { variable in typeref:struct:dongle_reg
61 return irda_device_register_dongle(&dongle);
66 irda_device_unregister_dongle(&dongle);
77 /* Power off dongle */
84 * Change speed of the Litelink dongle. To cycle through the available
93 /* Clear RTS to reset dongle */
127 * Reset the Litelink type dongle.
134 /* Power on dongle */
140 /* Clear RTS to reset dongle */
[all...]
H A Dactisys.c47 * Define the timing of the pulses we send to the dongle (to reset it, and
49 * the signals through the serial port, the dongle being much faster. Any
66 static struct dongle_reg dongle = { variable in typeref:struct:dongle_reg
87 * There is two model of Actisys dongle we are dealing with,
91 * So, we register a dongle of each sort and let irattach
98 /* First, register an Actisys 220L dongle */
99 ret = irda_device_register_dongle(&dongle);
102 /* Now, register an Actisys 220L+ dongle */
105 irda_device_unregister_dongle(&dongle);
114 irda_device_unregister_dongle(&dongle);
[all...]
H A Dirport.h64 dongle_t *dongle; /* Dongle driver */ member in struct:irport_cb
H A Dirport.c224 /* We are not using any dongle anymore! */
225 if (self->dongle)
226 irda_device_dongle_cleanup(self->dongle);
227 self->dongle = NULL;
408 if (self->dongle)
417 /* Change speed of dongle */
418 if (irda_task_execute(self->dongle,
419 self->dongle->issue->change_speed,
425 /* Give dongle 1 sec to finish */
432 IRDA_WARNING("%s(), changing speed of dongle time
994 dongle_t *dongle; local
[all...]
H A Dgirbil.c5 * Description: Implementation for the Greenwich GIrBIL dongle
65 static struct dongle_reg dongle = { variable in typeref:struct:dongle_reg
76 return irda_device_register_dongle(&dongle);
81 irda_device_unregister_dongle(&dongle);
92 /* Power off dongle */
99 * Set the speed for the Girbil type dongle.
113 /* Need to reset the dongle and go to 9600 bps before
126 IRDA_WARNING("%s(), resetting dongle timed out!\n",
179 * This function resets the girbil dongle.
195 /* Reset dongle */
[all...]
H A Dmcp2120.c42 static struct dongle_reg dongle = { variable in typeref:struct:dongle_reg
53 return irda_device_register_dongle(&dongle);
58 irda_device_unregister_dongle(&dongle);
69 /* Power off dongle */
92 /* Need to reset the dongle and go to 9600 bps before
106 IRDA_WARNING("%s(), resetting dongle timed out!\n",
168 * This function resets the mcp2120 dongle.
191 /* Reset dongle by setting RTS*/
224 MODULE_ALIAS("irda-dongle-9"); /* IRDA_MCP2120_DONGLE */
H A Dtekram.c5 * Description: Implementation of the Tekram IrMate IR-210B dongle
46 static struct dongle_reg dongle = { variable in typeref:struct:dongle_reg
57 return irda_device_register_dongle(&dongle);
62 irda_device_unregister_dongle(&dongle);
78 /* Power off dongle */
90 * Set the speed for the Tekram IRMate 210 type dongle. Warning, this
143 * Need to reset the dongle and go to 9600 bps before
158 IRDA_WARNING("%s(), resetting dongle timed out!\n",
198 * This function resets the tekram dongle. Warning, this function
223 /* Power off dongle */
[all...]
H A Dact200l.c5 * Description: Implementation for the ACTiSYS ACT-IR200L dongle
86 static struct dongle_reg dongle = { variable in typeref:struct:dongle_reg
97 return irda_device_register_dongle(&dongle);
102 irda_device_unregister_dongle(&dongle);
109 /* Power on the dongle */
121 /* Power off the dongle */
128 * Set the speed for the ACTiSYS ACT-IR200L type dongle.
155 IRDA_WARNING("%s(), resetting dongle timed out!\n",
214 * Reset the ACTiSYS ACT-IR200L type dongle.
238 /* Power on the dongle */
[all...]
H A Dma600.c5 * Description: Implementation of the MA600 dongle
13 * information on the MA600 dongle
76 static struct dongle_reg dongle = { variable in typeref:struct:dongle_reg
88 return irda_device_register_dongle(&dongle);
94 irda_device_unregister_dongle(&dongle);
124 /* Power off dongle */
160 * Set the speed for the MA600 type dongle. Warning, this
196 * Need to reset the dongle and go to 9600 bps before
212 IRDA_WARNING("%s(), resetting dongle timed out!\n",
284 * This function resets the ma600 dongle
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/irda/
H A Dirda_device.c370 * Initialize attached dongle.
378 dongle_t *dongle = kzalloc(sizeof(dongle_t), GFP_KERNEL); local
390 request_module("irda-dongle-%d", type);
398 IRDA_ERROR("IrDA: Unable to find requested dongle type %x\n",
400 kfree(dongle);
401 dongle = NULL;
403 if (dongle) {
405 dongle->issue = reg;
406 dongle->dev = dev;
409 return dongle;
416 irda_device_dongle_cleanup(dongle_t *dongle) argument
454 irda_device_unregister_dongle(struct dongle_reg *dongle) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/irda/
H A Dirda_device.h65 #define IFF_DONGLE 0x0080 /* Interface has a dongle attached */
129 void (*open)(dongle_t *dongle, struct qos_info *qos);
130 void (*close)(dongle_t *dongle);
232 void irda_device_unregister_dongle(struct dongle_reg *dongle);
233 int irda_device_register_dongle(struct dongle_reg *dongle);
235 int irda_device_dongle_cleanup(dongle_t *dongle);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/
H A DMakefile435 # note : the dongle target is only for after pre-build
436 obj-$(CONFIG_USBAP) += bmac dongle
996 install -d $(INSTALLDIR)/dongle/sbin
997 install -D $(SRCBASE)/usbdev/usbdl/mips_$(LINUX_VERSION)/bcmdl $(INSTALLDIR)/dongle/sbin/bcmdl
1006 dongle :
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/wl/config/
H A Dwl.mk1462 # force P2P UCODE for MCNX on dongle
1742 WLFILES_SRC_LO += src/dongle/rte/test/nvram.c
1743 WLFILES_SRC_LO += src/dongle/rte/sim/nvram.c
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/makefiles/
H A DWLAN_Common.mk316 # The undocumented $5 parameter has been used for dongle testing

Completed in 109 milliseconds