Lines Matching full:fw

53     my $outfile = "dvb-fe-sp8870.fw";
71 my $outfile = "dvb-fe-sp887x.fw";
90 my $outfile = "dvb-fe-tda10045.fw";
108 my $outfile = "dvb-fe-tda10046.fw";
126 my $outfile = "dvb-fe-tda10046.fw";
141 my $sourcefile = "dvb-ttpci-01.fw-261d";
144 my $outfile = "dvb-ttpci-01.fw";
159 my $outfile = "dvb-ttusb-dec-2000t.fw";
176 my $outfile = "dvb-ttusb-dec-2540t.fw";
193 my $outfile = "dvb-ttusb-dec-3000s.fw";
209 my $fwfile1="dvb-usb-opera1-fpga-01.fw";
210 my $fwfile2="dvb-usb-opera-01.fw";
211 extract("2830SCap2.sys", 0x62e8, 55024, "$tmpdir/opera1-fpga.fw");
218 verify("$tmpdir/opera1-fpga.fw","0f8133f5e9051f5f3c1928f7e5a1b07d");
224 open FW,">$tmpdir/opera.fw";
225 print FW "$RES1";
226 print FW "$DAT1";
227 print FW "$RES1";
228 print FW "$DAT1";
229 appendfile(FW,"$tmpdir/fw1part1-1");
230 print FW "$RES0";
231 print FW "$DAT0";
232 print FW "$RES1";
233 print FW "$DAT1";
234 appendfile(FW,"$tmpdir/fw1part2-1");
235 print FW "$RES1";
236 print FW "$DAT1";
237 print FW "$RES0";
238 print FW "$DAT0";
239 copy ("$tmpdir/opera1-fpga.fw",$fwfile1);
240 copy ("$tmpdir/opera.fw",$fwfile2);
249 my $outfile = "dvb-vp7041-2.422.fw";
261 my ($FW);
262 open $FW, ">$tmpdir/fwtmp3";
263 print $FW "$CMD\001$PAD";
264 print $FW "$CMD\001$PAD";
265 appendfile($FW, "$tmpdir/fwtmp1");
266 print $FW "$CMD\000$PAD";
267 print $FW "$CMD\001$PAD";
268 appendfile($FW, "$tmpdir/fwtmp2");
269 print $FW "$CMD\001$PAD";
270 print $FW "$CMD\000$PAD";
271 close($FW);
280 my $fwfile = "dvb-usb-vp7049-0.95.fw";
293 my $url = "https://linuxtv.org/downloads/firmware/dvb-usb-dibusb-5.0.0.11.fw";
294 my $outfile = "dvb-dibusb-5.0.0.11.fw";
309 my $outfile = "dvb-fe-nxt2002.fw";
326 my $outfile = "dvb-fe-nxt2004.fw";
340 my $fwfile = "dvb-fe-or51211.fw";
353 my $fwfile = "v4l-cx231xx-avcore-01.fw";
369 'v4l-cx23418-apu.fw' => '588f081b562f5c653a3db1ad8f65939a',
370 'v4l-cx23418-cpu.fw' => 'b6c7ed64bc44b1a6e0840adaeac39d79',
371 'v4l-cx23418-dig.fw' => '95bc688d3e7599fd5800161e9971cc55',
391 my $fwfile = "dvb-cx18-mpc718-mt352.fw";
443 'v4l-cx23885-avcore-01.fw' => 'a9f8f5d901a7fb42f552e1ee6384f3bb',
444 'v4l-cx23885-enc.fw' => 'a9f8f5d901a7fb42f552e1ee6384f3bb',
465 'v4l-cx25840.fw' => 'dadb79e9904fc8af96e8111d9cb59320',
483 my $fwfile = "dvb-fe-or51132-qam.fw";
496 my $fwfile = "dvb-fe-or51132-vsb.fw";
509 my $url = "https://linuxtv.org/download/dvb/firmware/dvb-usb-bluebird-01.fw";
510 my $outfile = "dvb-usb-bluebird-01.fw";
525 my $outfile = "dvb-usb-af9015.fw";
557 my $file1 = "ngene_15.fw";
559 my $file2 = "ngene_17.fw";
562 my $file3 = "ngene_18.fw";
580 my $firmware = "dvb-usb-az6027-03.fw";
591 my $outfile = "dvb-usb-lme2510-lg.fw";
605 my $outfile = "dvb-usb-lme2510c-s7395.fw";
619 my $outfile = "dvb-usb-lme2510c-s7395.fw";
654 my $fwfile = "dvb-usb-hauppauge-hvr930c-drxk.fw";
669 my $fwfile = "dvb-usb-terratec-h5-drxk.fw";
685 my $fwfile = "dvb-usb-terratec-htc-stick-drxk.fw";
700 my $fwfile1 = "dvb-usb-it9135-01.fw";
703 my $fwfile2 = "dvb-usb-it9135-02.fw";
723 my $fwfile = "dvb-fe-tda10071.fw";
740 my $fwfile = "dvb-demod-drxk-pctv.fw";
756 'sms1xxx-hcw-55xxx-dvbt-01.fw' => "afb6f9fb9a71d64392e8564ef9577e5a",
757 'sms1xxx-hcw-55xxx-dvbt-02.fw' => "b44807098ba26e52cbedeadc052ba58f",
758 'sms1xxx-hcw-55xxx-isdbt-02.fw' => "dae934eeea85225acbd63ce6cfe1c9e4",
779 my $fwfile = "dvb-demod-si2165.fw";
794 open FW,">$fwfile";
795 print FW "\x01\x00"; # just a version id for the driver itself
796 print FW "\x9A"; # fw version
797 print FW "\x00"; # padding
798 print FW "$BLOCKS_MAIN"; # number of blocks of main part
799 print FW "\x00"; # padding
800 print FW "$CRC"; # 16bit crc value of main part
801 appendfile(FW,"$tmpdir/fw1");