Lines Matching refs:download
316 static int download(struct cosa_data *cosa, const char __user *data, int addr, int len);
1016 /* High-level function to download data into COSA memory. Calls download() */
1023 pr_info("%s: WARNING: download of microcode requested with cosa->usage > 1 (%d). Odd things may happen.\n",
1043 i = download(cosa, d.code, d.len, d.addr);
1045 pr_notice("cosa%d: microcode download failed: %d\n",
1098 pr_notice("%s: download the microcode and/or reset the card first (status %d)\n",
1387 * by a single space. Monitor has to reply with a space. Now the download
1388 * begins. After the download monitor replies with "\r\n." (CR LF dot).
1390 static int download(struct cosa_data *cosa, const char __user *microcode, int length, int address)
1424 printk(KERN_DEBUG "cosa%d: download completed.\n", cosa->num);