Searched refs:sourcefile (Results 1 - 4 of 4) sorted by relevance
/linux-4.1.27/Documentation/dvb/ |
H A D | get_dvb_firmware | 63 my $sourcefile = "tt_Premium_217g.zip"; 64 my $url = "http://www.softwarepatch.pl/9999ccd06a4813cb827dbb0005071c71/$sourcefile"; 71 wgetfile($sourcefile, $url); 72 unzip($sourcefile, $tmpdir); 80 my $sourcefile = "Dvbt1.3.57.6.zip"; 81 my $url = "http://www.avermedia.com/software/$sourcefile"; 90 wgetfile($sourcefile, $url); 91 unzip($sourcefile, $tmpdir); 100 my $sourcefile = "tt_budget_217g.zip"; 101 my $url = "http://www.technotrend.de/new/217g/$sourcefile"; 108 wgetfile($sourcefile, $url); 109 unzip($sourcefile, $tmpdir); 118 my $sourcefile = "TT_PCI_2.19h_28_11_2006.zip"; 119 my $url = "http://technotrend.com.ua/download/software/219/$sourcefile"; 126 wgetfile($sourcefile, $url); 127 unzip($sourcefile, $tmpdir); 136 my $sourcefile = "7%5Cdrv_2.11.02.zip"; 137 my $url = "http://www.lifeview.hk/dbimages/document/$sourcefile"; 144 wgetfile($sourcefile, $url); 145 unzip($sourcefile, $tmpdir); 154 my $sourcefile = "dvb-ttpci-01.fw-261d"; 155 my $url = "http://www.linuxtv.org/downloads/firmware/$sourcefile"; 161 wgetfile($sourcefile, $url); 162 verify($sourcefile, $hash); 163 copy($sourcefile, $outfile); 169 my $sourcefile = "dec217g.exe"; 170 my $url = "http://hauppauge.lightpath.net/de/$sourcefile"; 177 wgetfile($sourcefile, $url); 178 unzip($sourcefile, $tmpdir); 186 my $sourcefile = "dec217g.exe"; 187 my $url = "http://hauppauge.lightpath.net/de/$sourcefile"; 194 wgetfile($sourcefile, $url); 195 unzip($sourcefile, $tmpdir); 203 my $sourcefile = "dec217g.exe"; 204 my $url = "http://hauppauge.lightpath.net/de/$sourcefile"; 211 wgetfile($sourcefile, $url); 212 unzip($sourcefile, $tmpdir); 259 my $sourcefile = "2.422.zip"; 260 my $url = "http://www.twinhan.com/files/driver/USB-Ter/$sourcefile"; 267 wgetfile($sourcefile, $url); 268 unzip($sourcefile, $tmpdir); 319 my $sourcefile = "Technisat_DVB-PC_4_4_COMPACT.zip"; 320 my $url = "http://www.bbti.us/download/windows/$sourcefile"; 327 wgetfile($sourcefile, $url); 328 unzip($sourcefile, $tmpdir); 336 my $sourcefile = "AVerTVHD_MCE_A180_Drv_v1.2.2.16.zip"; 337 my $url = "http://www.avermedia-usa.com/support/Drivers/$sourcefile"; 344 wgetfile($sourcefile, $url); 345 unzip($sourcefile, $tmpdir); 411 my $sourcefile = "$tmpdir/Yuan MPC718 TV Tuner Card 2.13.10.1016/mpc718_32bit/yuanrap.sys"; 414 open IN, '<', $sourcefile or die "Couldn't open $sourcefile to extract $fwfile data\n"; 447 die "Couldn't find valid register-value sequence in $sourcefile for $fwfile\n"; 535 my $sourcefile = "download.ashx?file=57"; 536 my $url = "http://www.ite.com.tw/EN/Services/$sourcefile"; 546 wgetfile($sourcefile, $url); 547 unzip($sourcefile, $tmpdir); 602 my $sourcefile = "LMEBDA_DVBS.sys"; 609 verify($sourcefile, $hash); 610 extract($sourcefile, 4168, 3841, $outfile); 616 my $sourcefile = "US2A0D.sys"; 623 verify($sourcefile, $hash); 624 extract($sourcefile, 37248, 3720, $outfile); 630 my $sourcefile = "LMEBDA_DVBS7395C.sys"; 637 verify($sourcefile, $hash); 638 extract($sourcefile, 4208, 3881, $outfile); 733 my $sourcefile = "PCTV_460e_reference.zip"; 741 wgetfile($sourcefile, $url . $sourcefile); 742 verify($sourcefile, $hash); 743 unzip($sourcefile, $tmpdir); 750 my $sourcefile = "PCTV_460e_reference.zip"; 758 wgetfile($sourcefile, $url . $sourcefile); 759 verify($sourcefile, $hash); 760 unzip($sourcefile, $tmpdir); 789 my $sourcefile = "model_111xxx_122xxx_driver_6_0_119_31191_WHQL.zip"; 797 wgetfile($sourcefile, $url . $sourcefile); 798 verify($sourcefile, $hash); 799 unzip($sourcefile, $tmpdir); 841 my ($sourcefile, $url) = @_; 843 if (! -f $sourcefile) { 844 system("wget -O \"$sourcefile\" \"$url\"") and die "wget failed - unable to download firmware"; 849 my ($sourcefile, $todir) = @_; 851 $status = system("unzip -q -o -d \"$todir\" \"$sourcefile\" 2>/dev/null" ); 858 my ($sourcefile, $todir) = @_; 860 system("unshield x -d \"$todir\" \"$sourcefile\" > /dev/null" ) and die ("unshield failed - unable to extract firmware");
|
/linux-4.1.27/drivers/isdn/i4l/ |
H A D | isdn_concap.c | 89 this sourcefile does not need to include any protocol specific header
|
/linux-4.1.27/scripts/dtc/ |
H A D | dtc-parser.y | 108 sourcefile: label
|
/linux-4.1.27/drivers/staging/fbtft/ |
H A D | fbtft.h | 176 * See sourcefile for documentation since nested structs is not
|
Completed in 511 milliseconds