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

/drivers/isdn/hardware/eicon/
H A DKconfig18 has to be downloaded into the card using the divactrl utility.
/drivers/usb/image/
H A Dmdc800.c162 int downloaded; member in struct:mdc800_data
414 mdc800->downloaded = 1;
749 wait_event_timeout(mdc800->download_wait, mdc800->downloaded,
751 mdc800->downloaded = 0;
1011 mdc800->downloaded = 0;
/drivers/net/wireless/
H A DKconfig89 firmware package can be downloaded from
/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c631 * Keep a history of SCBs we've downloaded in the qinfifo.
6861 int downloaded; local
6888 downloaded = 0;
6903 if (downloaded == ahc->instruction_ram_size) {
6923 cs_table[cs_count].end = downloaded;
6931 cs_table[cs_count].begin = downloaded;
6937 downloaded++;
6952 printk(" %d instructions downloaded\n", downloaded);
H A Daic79xx_core.c858 * Keep a history of SCBs we've downloaded in the qinfifo.
9361 int downloaded; local
9455 downloaded = 0;
9476 cs_table[cs_count].end = downloaded;
9484 cs_table[cs_count].begin = downloaded;
9490 downloaded++;
9505 printk(" %d instructions downloaded\n", downloaded);
/drivers/scsi/
H A Daic7xxx_old.c950 unsigned short ultraenb; /* Gets downloaded to card as a bitmap */
951 unsigned short discenable; /* Gets downloaded to card as a bitmap */
1276 static void aic7xxx_print_sequencer(struct aic7xxx_host *p, int downloaded);
1555 * See if the next patch to download should be downloaded.
1740 int downloaded; local
1753 downloaded = 0;
1768 downloaded++;
1780 printk(" %d instructions downloaded\n", downloaded);
1783 aic7xxx_print_sequencer(p, downloaded);
1794 aic7xxx_print_sequencer(struct aic7xxx_host *p, int downloaded) argument
[all...]

Completed in 149 milliseconds