/linux-4.4.14/scripts/ |
D | mkcompile_h | 31 VERSION=`cat .version` 33 VERSION=0 37 VERSION=$KBUILD_BUILD_VERSION 56 UTS_VERSION="#$VERSION" 69 ( echo /\* This file is auto generated, version $VERSION \*/
|
D | patch-kernel | 196 if [ -z "$VERSION" -o -z "$PATCHLEVEL" -o -z "$SUBLEVEL" ] 205 echo "Current kernel version is $VERSION.$PATCHLEVEL.$SUBLEVEL${EXTRAVERSION} ($NAME)" 234 CURRENTFULLVERSION="$VERSION.$PATCHLEVEL.$SUBLEVEL.$EXTRAVER" 236 CURRENTFULLVERSION="$VERSION.$PATCHLEVEL.$SUBLEVEL" 240 echo "backing up to: $VERSION.$PATCHLEVEL.$SUBLEVEL" 255 CURRENTFULLVERSION="$VERSION.$PATCHLEVEL.$SUBLEVEL" 263 FULLVERSION="$VERSION.$PATCHLEVEL.$SUBLEVEL" 286 FULLVERSION="$VERSION.$PATCHLEVEL.$SUBLEVEL.$STOPEXTRA"
|
D | mkmakefile | 27 VERSION = $3
|
/linux-4.4.14/tools/thermal/tmon/ |
D | Makefile | 1 VERSION = 1.0 macro 8 CFLAGS+=-D VERSION=\"$(VERSION)\" 50 git archive --format=tar --prefix="$(TARGET)-$(VERSION)/" v$(VERSION) | \
|
D | tmon.c | 76 printf("TMON version %s\n", VERSION); in version()
|
D | tui.c | 398 " TMON v%s", VERSION); in show_title_bar()
|
/linux-4.4.14/tools/perf/util/ |
D | PERF-VERSION-GEN | 7 GVF=${OUTPUT}PERF-VERSION-FILE 22 elif test -f ../../PERF-VERSION-FILE 24 TAG=$(cut -d' ' -f3 ../../PERF-VERSION-FILE | sed -e 's/\"//g')
|
D | trace-event-info.c | 45 #define VERSION "0.5" macro 458 size = strlen(VERSION) + 1; in tracing_data_header() 459 if (write(output_fd, VERSION, size) != size) in tracing_data_header()
|
/linux-4.4.14/tools/perf/scripts/perl/Perf-Trace-Util/lib/Perf/Trace/ |
D | Context.pm | 20 our $VERSION = '0.01'; 23 XSLoader::load('Perf::Trace::Context', $VERSION);
|
D | Util.pm | 21 our $VERSION = '0.01';
|
D | Core.pm | 22 our $VERSION = '0.01';
|
/linux-4.4.14/drivers/watchdog/ |
D | mixcomwd.c | 44 #define VERSION "0.6" macro 288 VERSION, watchdog_port); in mixcomwd_init() 316 MODULE_VERSION(VERSION);
|
D | smsc37b787_wdt.c | 74 #define VERSION "1.1" macro 535 VERSION " initialising...\n"); in wb_smsc_wdt_init() 603 VERSION ")");
|
D | rc32434_wdt.c | 38 #define VERSION "1.0" macro 299 pr_info("Watchdog Timer version " VERSION ", timer margin: %d sec\n", in rc32434_wdt_probe()
|
D | pc87413_wdt.c | 44 #define VERSION "1.1" macro 508 pr_info("Version " VERSION " at io 0x%X\n", in pc87413_init()
|
/linux-4.4.14/drivers/block/aoe/ |
D | aoemain.c | 16 MODULE_VERSION(VERSION); 95 printk(KERN_INFO "aoe: AoE v%s initialised.\n", VERSION); in aoe_init()
|
D | aoe.h | 2 #define VERSION "85" macro
|
/linux-4.4.14/drivers/bluetooth/ |
D | btsdio.c | 40 #define VERSION "0.1" macro 367 BT_INFO("Generic Bluetooth SDIO driver ver %s", VERSION); in btsdio_init() 381 MODULE_DESCRIPTION("Generic Bluetooth SDIO driver ver " VERSION); 382 MODULE_VERSION(VERSION);
|
D | hci_vhci.c | 43 #define VERSION "1.5" macro 383 BT_INFO("Virtual HCI driver ver %s", VERSION); in vhci_init() 400 MODULE_DESCRIPTION("Bluetooth virtual HCI driver ver " VERSION); 401 MODULE_VERSION(VERSION);
|
D | btwilink.c | 35 #define VERSION "1.0" macro 347 MODULE_DESCRIPTION("Bluetooth Driver for TI Shared Transport" VERSION); 348 MODULE_VERSION(VERSION);
|
D | bcm203x.c | 41 #define VERSION "1.2" macro 282 MODULE_DESCRIPTION("Broadcom Blutonium firmware driver ver " VERSION); 283 MODULE_VERSION(VERSION);
|
D | btrtl.c | 28 #define VERSION "0.1" macro 388 MODULE_DESCRIPTION("Bluetooth support for Realtek devices ver " VERSION); 389 MODULE_VERSION(VERSION);
|
D | btqca.c | 28 #define VERSION "0.1" macro 390 MODULE_DESCRIPTION("Bluetooth support for Qualcomm Atheros family ver " VERSION); 391 MODULE_VERSION(VERSION);
|
D | bpa10x.c | 40 #define VERSION "0.11" macro 458 MODULE_DESCRIPTION("Digianswer Bluetooth USB driver ver " VERSION); 459 MODULE_VERSION(VERSION);
|
D | btbcm.c | 33 #define VERSION "0.1" macro 553 MODULE_DESCRIPTION("Bluetooth support for Broadcom devices ver " VERSION); 554 MODULE_VERSION(VERSION);
|
D | btintel.c | 33 #define VERSION "0.1" macro 542 MODULE_DESCRIPTION("Bluetooth support for Intel devices ver " VERSION); 543 MODULE_VERSION(VERSION);
|
D | hci_ldisc.c | 52 #define VERSION "2.3" macro 765 BT_INFO("HCI UART driver ver %s", VERSION); in hci_uart_init() 855 MODULE_DESCRIPTION("Bluetooth HCI UART driver ver " VERSION); 856 MODULE_VERSION(VERSION);
|
D | btmrvl_main.c | 30 #define VERSION "1.0" macro 787 MODULE_DESCRIPTION("Marvell Bluetooth driver ver " VERSION); 788 MODULE_VERSION(VERSION);
|
D | bfusb.c | 41 #define VERSION "1.2" macro 736 MODULE_DESCRIPTION("BlueFRITZ! USB driver ver " VERSION); 737 MODULE_VERSION(VERSION);
|
D | ath3k.c | 33 #define VERSION "1.0" macro 573 MODULE_VERSION(VERSION);
|
D | btmrvl_sdio.c | 35 #define VERSION "1.0" macro 1651 MODULE_DESCRIPTION("Marvell BT-over-SDIO driver ver " VERSION); 1652 MODULE_VERSION(VERSION);
|
D | btusb.c | 36 #define VERSION "0.8" macro 3245 MODULE_DESCRIPTION("Generic Bluetooth USB driver ver " VERSION); 3246 MODULE_VERSION(VERSION);
|
/linux-4.4.14/tools/lib/traceevent/ |
D | Makefile | 108 VERSION = $(EP_VERSION) macro 197 expr $(VERSION) \* 256 + $(PATCHLEVEL)); \ 199 echo '#define VERSION_STRING "'$(VERSION).$(PATCHLEVEL).$(EXTRAVERSION)'"'; \
|
/linux-4.4.14/drivers/scsi/arm/ |
D | arxescsi.c | 54 #define VERSION "1.10 (23/01/2003 2.5.57)" macro 218 VERSION); in arxescsi_info() 229 seq_printf(m, "ARXE 16-bit SCSI driver v%s\n", VERSION); in arxescsi_show_info()
|
D | powertec.c | 49 #define VERSION "1.10 (19/01/2003 2.5.59)" macro 192 VERSION, info->term_ctl ? "n" : "ff"); in powertecscsi_info() 246 seq_printf(m, "PowerTec SCSI driver v%s\n", VERSION); in powertecscsi_show_info()
|
D | cumana_2.c | 67 #define VERSION "1.00 (13/11/2002 2.5.47)" macro 304 VERSION, info->terms ? "n" : "ff"); in cumanascsi_2_info() 345 seq_printf(m, "Cumana SCSI II driver v%s\n", VERSION); in cumanascsi_2_show_info()
|
D | eesox.c | 62 #define VERSION "1.10 (17/01/2003 2.5.59)" macro 389 VERSION, info->control & EESOX_TERM_ENABLE ? "n" : "ff"); in eesoxscsi_info() 431 seq_printf(m, "EESOX SCSI driver v%s\n", VERSION); in eesoxscsi_show_info()
|
/linux-4.4.14/arch/alpha/kernel/ |
D | srm_env.c | 44 #define VERSION "0.0.6" /* Module version */ macro 218 VERSION); in srm_env_init()
|
/linux-4.4.14/arch/x86/entry/vdso/ |
D | vdsox32.lds.S | 16 VERSION {
|
D | vdso.lds.S | 16 VERSION {
|
/linux-4.4.14/arch/x86/entry/vdso/vdso32/ |
D | vdso32.lds.S | 21 VERSION
|
/linux-4.4.14/arch/x86/um/vdso/ |
D | vdso.lds.S | 17 VERSION {
|
/linux-4.4.14/net/bluetooth/cmtp/ |
D | core.c | 48 #define VERSION "1.0" macro 493 BT_INFO("CMTP (CAPI Emulation) ver %s", VERSION); in cmtp_init() 509 MODULE_DESCRIPTION("Bluetooth CMTP ver " VERSION); 510 MODULE_VERSION(VERSION);
|
/linux-4.4.14/Documentation/EDID/ |
D | 1600x1200.S | 22 #define VERSION 1 macro
|
D | 1920x1080.S | 22 #define VERSION 1 macro
|
D | 1680x1050.S | 22 #define VERSION 1 macro
|
D | 1280x1024.S | 22 #define VERSION 1 macro
|
D | 800x600.S | 19 #define VERSION 1 macro
|
D | 1024x768.S | 22 #define VERSION 1 macro
|
D | edid.S | 76 version: .byte VERSION /* EDID version, usually 1 (for 1.3) */
|
/linux-4.4.14/drivers/staging/unisys/include/ |
D | version.h | 32 #define VERSION SPARVER1 "." SPARVER2 "." SPARVER3 "." SPARVER4 macro
|
/linux-4.4.14/drivers/char/ |
D | nwbutton.h | 15 #define VERSION "0.3" /* Driver version number */ macro
|
D | nwbutton.c | 218 "<alex@linuxhacker.org> 1998.\n", VERSION); in nwbutton_init()
|
/linux-4.4.14/arch/mips/lasat/image/ |
D | head.S | 31 .string VERSION
|
D | Makefile | 21 -D VERSION="\"$(Version)\"" \
|
/linux-4.4.14/tools/perf/ |
D | Makefile.perf | 116 $(OUTPUT)PERF-VERSION-FILE: ../../.git/HEAD 117 $(Q)$(SHELL_PATH) util/PERF-VERSION-GEN $(OUTPUT) 118 $(Q)touch $(OUTPUT)PERF-VERSION-FILE 335 : $(OUTPUT)PERF-VERSION-FILE 362 prepare: $(OUTPUT)PERF-VERSION-FILE $(OUTPUT)common-cmds.h fixdep 592 …o */*.pyc */*.pyo $(OUTPUT)common-cmds.h TAGS tags cscope* $(OUTPUT)PERF-VERSION-FILE $(OUTPUT)FEA…
|
D | .gitignore | 3 PERF-VERSION-FILE
|
D | Build | 37 …f.o += -DPERF_HTML_PATH="BUILD_STR($(htmldir_SQ))" -include $(OUTPUT)PERF-VERSION-FILE
|
/linux-4.4.14/scripts/package/ |
D | Makefile | 126 util/PERF-VERSION-GEN ../../$(perf-tar)/ 2>/dev/null); \ 127 tar rf $(perf-tar).tar $(perf-tar)/HEAD $(perf-tar)/PERF-VERSION-FILE; \
|
/linux-4.4.14/tools/power/cpupower/utils/ |
D | version-gen.sh | 30 VN="${VERSION}.${PATCHLEVEL}.${SUBLEVEL}${EXTRAVERSION}"
|
D | cpupower.c | 115 printf(PACKAGE " " VERSION "\n"); in print_version()
|
/linux-4.4.14/firmware/emi62/ |
D | loader.HEX | 104 VERSION=1.0.2.002
|
D | midi.HEX | 1264 VERSION=1.04.062
|
D | spdif.HEX | 1255 VERSION=1.04.062
|
D | bitstream.HEX | 6106 // VERSION= 1.0.0.191
|
/linux-4.4.14/arch/sh/kernel/vsyscall/ |
D | vsyscall.lds.S | 74 VERSION
|
/linux-4.4.14/arch/arm/vdso/ |
D | vdso.lds.S | 79 VERSION
|
/linux-4.4.14/arch/tile/kernel/vdso/ |
D | vdso.lds.S | 78 VERSION
|
/linux-4.4.14/arch/arm64/kernel/vdso/ |
D | vdso.lds.S | 83 VERSION
|
/linux-4.4.14/drivers/macintosh/ |
D | windfarm_cpufreq_clamp.c | 14 #define VERSION "0.3" macro
|
D | windfarm_max6690_sensor.c | 19 #define VERSION "1.0" macro
|
D | windfarm_lm75_sensor.c | 26 #define VERSION "1.0" macro
|
D | windfarm_lm87_sensor.c | 26 #define VERSION "1.0" macro
|
D | windfarm_ad7417_sensor.c | 25 #define VERSION "1.0" macro
|
D | windfarm_smu_controls.c | 26 #define VERSION "0.4" macro
|
D | windfarm_smu_sat.c | 23 #define VERSION "1.0" macro
|
D | windfarm_core.c | 43 #define VERSION "0.2" macro
|
D | windfarm_smu_sensors.c | 26 #define VERSION "0.2" macro
|
D | windfarm_pm91.c | 50 #define VERSION "0.4" macro
|
D | smu.c | 51 #define VERSION "0.7" macro 480 printk(KERN_INFO "SMU: Driver %s %s\n", VERSION, AUTHOR); in smu_init()
|
D | windfarm_fcu_controls.c | 26 #define VERSION "1.0" macro
|
D | windfarm_pm81.c | 116 #define VERSION "0.4" macro
|
D | windfarm_pm112.c | 22 #define VERSION "0.2" macro
|
D | windfarm_rm31.c | 22 #define VERSION "1.0" macro
|
D | windfarm_pm121.c | 224 #define VERSION "0.3" macro
|
D | windfarm_pm72.c | 22 #define VERSION "1.0" macro
|
/linux-4.4.14/arch/mips/vdso/ |
D | vdso.lds.S | 95 VERSION
|
/linux-4.4.14/net/bluetooth/ |
D | af_bluetooth.c | 36 #define VERSION "2.21" macro 718 BT_INFO("Core ver %s", VERSION); in bt_init() 792 MODULE_DESCRIPTION("Bluetooth Core ver " VERSION); 793 MODULE_VERSION(VERSION);
|
D | 6lowpan.c | 30 #define VERSION "0.1" macro 1424 MODULE_VERSION(VERSION);
|
/linux-4.4.14/net/bluetooth/bnep/ |
D | core.c | 40 #define VERSION "1.3" macro 743 BT_INFO("BNEP (Ethernet Emulation) ver %s", VERSION); in bnep_init() 766 MODULE_DESCRIPTION("Bluetooth BNEP ver " VERSION); 767 MODULE_VERSION(VERSION);
|
/linux-4.4.14/arch/ia64/kernel/ |
D | gate.lds.S | 94 VERSION
|
/linux-4.4.14/drivers/media/i2c/soc_camera/ |
D | ov9640.h | 172 #define VERSION(pid, ver) (((pid) << 8) | ((ver) & 0xFF)) macro
|
D | ov772x.c | 372 #define VERSION(pid, ver) ((pid<<8)|(ver&0xFF)) macro 965 switch (VERSION(pid, ver)) { in ov772x_video_probe()
|
D | ov2640.c | 265 #define VERSION(pid, ver) ((pid << 8) | (ver & 0xFF)) macro 976 switch (VERSION(pid, ver)) { in ov2640_video_probe()
|
D | ov9640.c | 615 switch (VERSION(pid, ver)) { in ov9640_video_probe()
|
/linux-4.4.14/drivers/usb/chipidea/ |
D | bits.h | 25 #define VERSION (0xF << 25) macro
|
D | core.c | 147 int ver = hw_read_id_reg(ci, ID_ID, VERSION) >> __ffs(VERSION); in ci_get_revision()
|
/linux-4.4.14/arch/s390/kernel/vdso64/ |
D | vdso64.lds.S | 125 VERSION
|
/linux-4.4.14/arch/s390/kernel/vdso32/ |
D | vdso32.lds.S | 125 VERSION
|
/linux-4.4.14/arch/powerpc/kernel/vdso32/ |
D | vdso32.lds.S | 136 VERSION
|
/linux-4.4.14/arch/microblaze/kernel/cpu/ |
D | cpuinfo-pvr-full.c | 39 CI(ver_code, VERSION); in set_cpuinfo_pvr_full()
|
/linux-4.4.14/arch/powerpc/kernel/vdso64/ |
D | vdso64.lds.S | 136 VERSION
|
/linux-4.4.14/tools/power/cpupower/ |
D | Makefile | 60 VERSION= $(shell ./utils/version-gen.sh) macro
|
/linux-4.4.14/tools/lib/bpf/ |
D | Makefile | 85 VERSION = $(BPF_VERSION) macro
|
/linux-4.4.14/sound/oss/ |
D | aedsp16.c | 249 #define VERSION "1.3" /* Version of Audio Excel DSP 16 driver */ macro 1098 VERSION, DSPCopyright, in aedsp16_init_board() 1319 MODULE_DESCRIPTION("Audio Excel DSP 16 Driver Version " VERSION);
|
D | msnd.h | 31 #define VERSION "0.8.3.1" macro
|
D | msnd_pinnacle.c | 1754 VERSION ", Copyright (C) 1998 Andrew Veliath\n"); in msnd_init()
|
/linux-4.4.14/drivers/net/ethernet/toshiba/ |
D | spider_net_ethtool.c | 77 strlcpy(drvinfo->version, VERSION, sizeof(drvinfo->version)); in spider_net_ethtool_get_drvinfo()
|
D | spider_net.h | 28 #define VERSION "2.0 B" macro
|
D | spider_net.c | 60 MODULE_VERSION(VERSION); 2538 printk(KERN_INFO "Spidernet version %s.\n", VERSION); in spider_net_init()
|
/linux-4.4.14/net/nfc/ |
D | core.c | 35 #define VERSION "0.1" macro 1178 pr_info("NFC Core ver %s\n", VERSION); in nfc_init() 1229 MODULE_DESCRIPTION("NFC Core ver " VERSION); 1230 MODULE_VERSION(VERSION);
|
/linux-4.4.14/drivers/media/platform/ |
D | arv.c | 57 #define VERSION "0.0.5" macro 743 v4l2_info(v4l2_dev, "Colour AR VGA driver %s\n", VERSION); in ar_init() 884 MODULE_VERSION(VERSION);
|
/linux-4.4.14/drivers/scsi/ |
D | fdomain.c | 300 #define VERSION "$Revision: 5.51 $" macro 1019 if (strchr( VERSION, ':')) { /* Assume VERSION is an RCS Revision string */ in fdomain_16x0_info() 1020 strcat( buffer, strchr( VERSION, ':' ) + 1 ); in fdomain_16x0_info() 1028 strcat( buffer, " " VERSION ); in fdomain_16x0_info()
|
D | ultrastor.c | 158 #define VERSION "1.12" macro 526 printk("UltraStor driver version" VERSION ". Using %d SG lists.\n", in ultrastor_14f_detect() 640 printk("UltraStor driver version " VERSION ". Using %d SG lists.\n", in ultrastor_24f_detect()
|
D | ch.c | 8 #define VERSION "0.25" macro 992 printk(KERN_INFO "SCSI Media Changer driver v" VERSION " \n"); in init_ch_module()
|
/linux-4.4.14/drivers/staging/speakup/ |
D | spk_types.h | 37 VERSION = 0, SYNTH, SILENT, SYNTH_DIRECT, enumerator
|
D | varhandlers.c | 7 { "version", VERSION, VAR_PROC, NULL, NULL },
|
D | spkguide.txt | 635 The filename is espeakup-$VERSION.tar.bz2, where $VERSION
|
/linux-4.4.14/Documentation/wimax/ |
D | README.i2400m | 20 linux-VERSION, the development package is called 21 linux-dev-VERSION or linux-headers-VERSION).
|
/linux-4.4.14/firmware/ |
D | WHENCE | 172 Info: VERSION=1.1.1.131 DATE=2001dec06 175 Info: VERSION=1.0.2.916 DATE=12.02.2002 206 Info: VERSION=1.0.0.191 DATE= 2002oct28 210 Info: VERSION=1.0.2.002 DATE=10.01.2002 214 Info: VERSION=1.04.062 DATE=16.10.2002 218 Info: VERSION=1.04.062 DATE=16.10.2002
|
/linux-4.4.14/ |
D | Makefile | 1 VERSION = 4 macro 405 KERNELVERSION = $(VERSION)$(if $(PATCHLEVEL),.$(PATCHLEVEL)$(if $(SUBLEVEL),.$(SUBLEVEL)))$(EXTRAVE… 407 export VERSION PATCHLEVEL SUBLEVEL KERNELRELEASE KERNELVERSION 453 $(srctree) $(objtree) $(VERSION) $(PATCHLEVEL) 1009 expr $(VERSION) \* 65536 + 0$(PATCHLEVEL) \* 256 + 0$(SUBLEVEL)); \
|
/linux-4.4.14/net/bluetooth/hidp/ |
D | core.c | 36 #define VERSION "1.2" macro 1443 BT_INFO("HIDP (Human Interface Emulation) ver %s", VERSION); in hidp_init() 1458 MODULE_DESCRIPTION("Bluetooth HIDP ver " VERSION); 1459 MODULE_VERSION(VERSION);
|
/linux-4.4.14/drivers/net/wireless/mwifiex/ |
D | main.c | 25 #define VERSION "1.0" macro 31 const char driver_version[] = "mwifiex " VERSION " (%s) "; 1550 MODULE_DESCRIPTION("Marvell WiFi-Ex Driver version " VERSION); 1551 MODULE_VERSION(VERSION);
|
/linux-4.4.14/drivers/media/pci/cx25821/ |
D | cx25821-medusa-reg.h | 153 #define VERSION 0x11F8 macro
|
/linux-4.4.14/drivers/tty/ |
D | n_hdlc.c | 91 #undef VERSION 92 #define VERSION(major,minor,patch) (((((major)<<8)+(minor))<<8)+(patch)) macro
|
D | synclinkmp.c | 28 #define VERSION(ver,rel,seq) (((ver)<<16) | ((rel)<<8) | (seq)) macro
|
/linux-4.4.14/Documentation/sound/alsa/ |
D | MIXART.txt | 23 VERSION 0.1.0
|
/linux-4.4.14/drivers/atm/ |
D | solos-pci.c | 45 #define VERSION "1.04" macro 153 MODULE_VERSION(VERSION); 1492 printk(KERN_INFO "Solos PCI Driver Version %s\n", VERSION); in solos_pci_init() 1499 printk(KERN_INFO "Solos PCI Driver %s Unloaded\n", VERSION); in solos_pci_exit()
|
/linux-4.4.14/drivers/staging/comedi/ |
D | comedidev.h | 33 #define COMEDI_RELEASE VERSION
|
D | comedi.h | 25 #define VERSION "0.7.76" macro
|
/linux-4.4.14/Documentation/filesystems/ |
D | befs.txt | 99 HOW TO GET LASTEST VERSION
|
/linux-4.4.14/drivers/net/irda/ |
D | via-ircc.h | 156 #define VERSION 0x3f macro 404 #define GetFIRVersion(BaseAddr) ReadReg(BaseAddr,VERSION)
|
/linux-4.4.14/drivers/nfc/ |
D | port100.c | 22 #define VERSION "0.1" macro 1577 MODULE_DESCRIPTION("NFC Port-100 series usb driver ver " VERSION); 1578 MODULE_VERSION(VERSION);
|
D | pn533.c | 28 #define VERSION "0.2" macro 3311 MODULE_DESCRIPTION("PN533 usb driver ver " VERSION); 3312 MODULE_VERSION(VERSION);
|
/linux-4.4.14/drivers/scsi/aic7xxx/aicasm/ |
D | aicasm_scan.l | 136 VERSION { return T_VERSION; }
|
/linux-4.4.14/drivers/cpufreq/ |
D | powernow-k8.c | 50 #define VERSION "version 2.20.00" macro 1221 pr_info("Found %d %s (%d cpu cores) (" VERSION ")\n", in powernowk8_init()
|
/linux-4.4.14/net/sched/ |
D | sch_netem.c | 32 #define VERSION "1.3" macro 1157 pr_info("netem: version " VERSION "\n"); in netem_module_init()
|
/linux-4.4.14/net/bluetooth/rfcomm/ |
D | core.c | 38 #define VERSION "1.11" macro 2222 BT_INFO("RFCOMM ver %s", VERSION); in rfcomm_init() 2274 MODULE_DESCRIPTION("Bluetooth RFCOMM ver " VERSION); 2275 MODULE_VERSION(VERSION);
|
/linux-4.4.14/drivers/staging/unisys/visorinput/ |
D | visorinput.c | 712 MODULE_VERSION(VERSION);
|
/linux-4.4.14/drivers/staging/unisys/visorbus/ |
D | visorbus_main.c | 55 return snprintf(buf, PAGE_SIZE, "%s\n", VERSION); in version_show() 1489 VERSION, NULL); in visorbus_init()
|
D | visorchipset.c | 769 VERSION, NULL); in visorchipset_register_busdev() 2441 VERSION); 2442 MODULE_VERSION(VERSION);
|
/linux-4.4.14/drivers/net/hamradio/ |
D | scc.c | 3 #define VERSION "3.0" macro 186 "AX.25: Z8530 SCC driver version "VERSION".dl1bke\n"; 2014 seq_puts(seq, "z8530drv-"VERSION"\n"); in scc_net_seq_show()
|
/linux-4.4.14/drivers/media/usb/cx231xx/ |
D | cx231xx-reg.h | 744 #define VERSION 0x4b4 macro
|
/linux-4.4.14/drivers/ntb/ |
D | ntb_transport.c | 232 VERSION = 0, enumerator 838 ntb_peer_spad_write(ndev, VERSION, NTB_TRANSPORT_VERSION); in ntb_transport_link_work() 841 val = ntb_spad_read(ndev, VERSION); in ntb_transport_link_work()
|
/linux-4.4.14/Documentation/trace/ |
D | mmiotrace.txt | 138 version VERSION the string "20070824"
|
/linux-4.4.14/drivers/net/ethernet/natsemi/ |
D | ns83820.c | 1 #define VERSION "0.23" macro 1366 strlcpy(info->version, VERSION, sizeof(info->version)); 2204 printk(KERN_INFO "%s: ns83820 v" VERSION ": DP83820 v%u.%u: %pM io=0x%08lx irq=%d f=%s\n",
|
/linux-4.4.14/net/iucv/ |
D | af_iucv.c | 32 #define VERSION "1.2" macro 2461 MODULE_DESCRIPTION("IUCV Sockets ver " VERSION); 2462 MODULE_VERSION(VERSION);
|
/linux-4.4.14/Documentation/cpu-freq/ |
D | pcc-cpufreq.txt | 142 The VERSION number for the driver will be of the format v.xy.ab.
|
/linux-4.4.14/drivers/net/fddi/skfp/ |
D | skfddi.c | 68 #define VERSION "2.07" macro 71 "SysKonnect FDDI PCI Adapter driver v" VERSION " for\n"
|
/linux-4.4.14/firmware/emi26/ |
D | firmware.HEX | 1259 VERSION=1.0.2.916
|
D | bitstream.HEX | 4389 /// VERSION=1.1.1.131
|
/linux-4.4.14/tools/firewire/ |
D | nosy-dump.c | 929 printf("dump tool for nosy sniffer, version %s\n", VERSION); in main()
|
/linux-4.4.14/drivers/memstick/host/ |
D | jmb38x_ms.c | 48 VERSION = 0x50 enumerator
|
/linux-4.4.14/tools/testing/ktest/ |
D | ktest.pl | 14 my $VERSION = "0.2"; 4048 $#ARGV < 1 or die "ktest.pl version: $VERSION\n usage: ktest.pl [config-file]\n";
|
/linux-4.4.14/net/core/ |
D | pktgen.c | 180 #define VERSION "2.75" macro 447 "Version: " VERSION "\n"; 3929 MODULE_VERSION(VERSION);
|
/linux-4.4.14/Documentation/DocBook/ |
D | alsa-driver-api.xml.db | 212 API-SNDRV-COMPRESS-IOCTL-VERSION
|
/linux-4.4.14/Documentation/isdn/ |
D | README.gigaset | 204 configuration files and chat scripts in the gigaset-VERSION/ppp directory
|
D | README.HiSax | 497 Attention NEW VERSION, the old leased line syntax won't work !!!
|
/linux-4.4.14/Documentation/networking/ |
D | ixgb.txt | 83 insmod /lib/modules/<KERNEL VERSION>/kernel/drivers/net/ixgb/ixgb.ko
|
D | cs89x0.txt | 600 6.3 OBTAINING THE LATEST DRIVER VERSION
|
/linux-4.4.14/Documentation/sound/oss/ |
D | README.OSS | 34 - THIS VERSION ____REQUIRES____ Linux 2.1.57 OR LATER. 179 RECOMMENDED THAT YOU USE THE SOUND DRIVER VERSION THAT 705 * ALWAYS USE THE SOUND DRIVER VERSION WHICH IS DISTRIBUTED WITH * 713 * IN CASE YOU INSTALL A SEPARATELY DISTRIBUTED SOUND DRIVER VERSION, *
|
/linux-4.4.14/drivers/cdrom/ |
D | cdrom.c | 248 #define VERSION "Id: cdrom.c 3.20 2003/12/17" macro 3488 pos = sprintf(info, "CD-ROM information, " VERSION "\n"); in cdrom_sysctl_info()
|
/linux-4.4.14/Documentation/kdump/ |
D | kdump.txt | 90 cd kexec-tools-VERSION
|
/linux-4.4.14/drivers/spi/ |
D | spi-atmel.c | 1486 return spi_readl(as, VERSION) & 0x00000fff; in atmel_get_version()
|
/linux-4.4.14/Documentation/kbuild/ |
D | makefiles.txt | 1326 VERSION, PATCHLEVEL, SUBLEVEL, EXTRAVERSION 1332 $(VERSION), $(PATCHLEVEL), and $(SUBLEVEL) define the basic
|
/linux-4.4.14/arch/blackfin/kernel/ |
D | debug-mmrs.c | 165 __CAN(VERSION, version); in bfin_debug_mmrs_can()
|
/linux-4.4.14/net/ipv4/ |
D | fib_trie.c | 51 #define VERSION "0.409" macro
|
/linux-4.4.14/drivers/scsi/aic7xxx/ |
D | aic7xxx.reg | 42 VERSION = "$Id: //depot/aic7xxx/aic7xxx/aic7xxx.reg#40 $"
|
D | aic7xxx.seq | 43 VERSION = "$Id: //depot/aic7xxx/aic7xxx/aic7xxx.seq#58 $"
|
D | aic79xx.reg | 42 VERSION = "$Id: //depot/aic7xxx/aic7xxx/aic79xx.reg#77 $"
|
D | aic79xx.seq | 43 VERSION = "$Id: //depot/aic7xxx/aic7xxx/aic79xx.seq#120 $"
|
/linux-4.4.14/drivers/char/pcmcia/ |
D | synclink_cs.c | 29 #define VERSION(ver,rel,seq) (((ver)<<16) | ((rel)<<8) | (seq)) macro
|