• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/wireless/

Lines Matching defs:to

4  * Ported to 2.2, 2.4 & 2.5 by Arnaldo Carvalho de Melo <acme@conectiva.com.br>
70 * All the PCMCIA modules use PCMCIA_DEBUG to control debugging. If you do not
74 * 'pc_debug=#' option to insmod.
100 * received. The config() and release() entry points are used to configure or
101 * release a socket, in response to card insertion and ejection events. They
108 * The dev_info variable is the "key" that is used to match up this
177 * @channel - channel to validate
221 static void iw_copy_mgmt_info_element(struct iw_mgmt_info_element *to,
224 iw_set_mgmt_info_element(from->id, to, from->data, from->len);
235 * WARNING: We switch to FPAGE0 and switc back again.
270 /* switch to SRAM Page 0 (for safety) */
278 * wl3501_set_to_wla - Move 'size' bytes from PC to card
281 * @size: Bytes to move
283 * Move 'size' bytes from PC to card. (Shouldn't be interrupted)
288 /* switch to SRAM Page 0 */
295 /* rep out to Port A */
300 * wl3501_get_from_wla - Move 'size' bytes from card to PC
303 * @size: Bytes to move
305 * Move 'size' bytes from card to PC. (Shouldn't be interrupted)
310 /* switch to SRAM Page 0 */
1149 * interrupt from the same card immediately to prevent re-entry.
1152 * On the other hand, to prevent SUTRO from malfunctioning, we must
1181 /* Reset SRAM 0x480 to zero */
1203 printk(KERN_WARNING "%s: failed to reset the board!\n", __FUNCTION__);
1224 /* Switch to SRAM Page 0 */
1287 * and wl3501_open() again, but I wouldn't like to free_irq() when the driver
1288 * is running. It seems to be dangerous.
1306 * Queue has to be started only when the Card is Started
1342 * and try to sent it later
1566 /* Set all the info we don't care or don't know about to zero */
1949 * wl3501_config() is scheduled to run after a CARD_INSERTION event is
1950 * received, to configure the PCMCIA socket, and to make the ethernet device
1951 * available to the system.
1960 * want, you can also read the card's config table to pick addresses --
1978 * assign a handler to the interrupt. */