Lines Matching defs:to

4  * Ported to 2.2, 2.4 & 2.5 by Arnaldo Carvalho de Melo <acme@conectiva.com.br>
138 * @channel - channel to validate
182 static void iw_copy_mgmt_info_element(struct iw_mgmt_info_element *to,
185 iw_set_mgmt_info_element(from->id, to, from->data, from->len);
196 * WARNING: We switch to FPAGE0 and switc back again.
231 /* switch to SRAM Page 0 (for safety) */
239 * wl3501_set_to_wla - Move 'size' bytes from PC to card
242 * @size: Bytes to move
244 * Move 'size' bytes from PC to card. (Shouldn't be interrupted)
249 /* switch to SRAM Page 0 */
256 /* rep out to Port A */
261 * wl3501_get_from_wla - Move 'size' bytes from card to PC
264 * @size: Bytes to move
266 * Move 'size' bytes from card to PC. (Shouldn't be interrupted)
271 /* switch to SRAM Page 0 */
1107 * interrupt from the same card immediately to prevent re-entry.
1110 * On the other hand, to prevent SUTRO from malfunctioning, we must
1139 /* Reset SRAM 0x480 to zero */
1161 printk(KERN_WARNING "%s: failed to reset the board!\n", __func__);
1182 /* Switch to SRAM Page 0 */
1245 * and wl3501_open() again, but I wouldn't like to free_irq() when the driver
1246 * is running. It seems to be dangerous.
1264 * Queue has to be started only when the Card is Started
1300 * and try to sent it later
1508 /* Set all the info we don't care or don't know about to zero */
1515 /* FIXME: study the code to fill in more fields... */
1664 * FIXME: have to see from where to get this info, perhaps this card
1894 * want, you can also read the card's config table to pick addresses --
1911 * assign a handler to the interrupt. */