Searched refs:version (Results 1 - 25 of 312) sorted by relevance

1234567891011>>

/netgear-R7800-V1.0.2.28/target/linux/ubicom32/files/arch/ubicom32/include/asm/
H A Dring_tio.h11 * as published by the Free Software Foundation, either version 2 of the
12 * License, or (at your option) any later version.
36 u32_t version; member in struct:ring_tio_node
H A Dpcm_tio.h11 * as published by the Free Software Foundation, either version 2 of the
12 * License, or (at your option) any later version.
60 u32_t version; member in struct:pcm_tio_regs
79 u32_t version; member in struct:pcm_tio_node
H A Daudionode.h74 u32_t version; member in struct:audio_node
91 u32_t version; member in struct:audio_regs
121 u32_t version; /* Version of this register set */ member in struct:audio_dev_regs
H A Duart_tio.h11 * as published by the Free Software Foundation, either version 2 of the
12 * License, or (at your option) any later version.
108 u32_t version; member in struct:uarttio_regs
121 u32_t version; member in struct:uarttio_node
H A Docm_text.lds.inc11 * as published by the Free Software Foundation, either version 2 of the
12 * License, or (at your option) any later version.
H A Dubicom32ring.h11 * as published by the Free Software Foundation, either version 2 of the
12 * License, or (at your option) any later version.
37 unsigned int version; member in struct:uio_ubicom32ring_regs
/netgear-R7800-V1.0.2.28/package/qca-nss-clients/src/netlink/include/
H A Dnss_nlcmn_if.h30 uint32_t version; /**< message version */ member in struct:nss_nlcmn
57 * @brief check the version number of the incoming message
61 * @return true on version match
65 return cm->version == ver;
69 * @brief set the version number for common message header
72 * @param ver[IN] version number to apply
76 cm->version = ver;
80 * @brief get the version number from common message header
84 * @return version
[all...]
/netgear-R7800-V1.0.2.28/include/
H A Dpackage-version-override.mk2 # remember the provided package version
5 # in case that another version is provided, overwrite the original
14 # if includeded the package version can be overwritten within the .config file (instead of changing the package specific Makefile)
18 menu "overwrite package version"
22 bool "Use custom package version"
26 prompt "select version"
28 $(foreach version,$(2),
29 config $(1)_VERSION_$(version)
30 bool "$(version)")
34 $(foreach version,
[all...]
/netgear-R7800-V1.0.2.28/scripts/
H A Dpkgstat.pl62 $localpkgs{$h_pkg{PKG_NAME}}->{version} = $h_pkg{PKG_VERSION};
80 $localpkgs{$pkgname}->{version} = $package{$pkg}->{version};
116 $localpkgs{$h_pkg{PKG_NAME}}->{version} = $h_pkg{PKG_VERSION};
137 $localpkgs{"linux"}->{version} = $h_pkg{LINUX_VERSION};
154 "name", "feed", "source","host","toolchain","target","version");
167 $localpkgs{$src}->{version});
194 $worksheet->write($row, 2, "version", $title_format);
204 $worksheet->write_string($row, 2, $localpkgs{$src}->{version})
205 if exists($localpkgs{$src}->{version});
[all...]
H A Ddl_cleanup.py4 # Delete all but the very last version of the program tarballs.
125 (self.progname, self.version) = parseVersion(
129 print self.filename, "has an unknown version pattern"
142 return self.version >= y.version
210 # Traverse the program map and delete everything but the last version
214 for version in versions:
215 if lastVersion is None or version >= lastVersion:
216 lastVersion = version
218 for version i
[all...]
H A Dgetver.sh7 [ -f version ] || return 1
8 REV="$(cat version)"
/netgear-R7800-V1.0.2.28/target/linux/ubicom32/files/arch/ubicom32/kernel/
H A Dos_node.c11 * as published by the Free Software Foundation, either version 2 of the
12 * License, or (at your option) any later version.
28 #include "linux/version.h"
42 unsigned long version; /* Always 1 */ member in struct:os_node
69 .version = 0x10002,
/netgear-R7800-V1.0.2.28/target/linux/s3c24xx/files-2.6.30/drivers/ar6000/include/
H A Ddset_api.h7 * it under the terms of the GNU General Public License version 2 as
44 A_UINT32 version,
/netgear-R7800-V1.0.2.28/tools/firmware-utils/src/
H A Dbuffalo-enc.c5 * under the terms of the GNU General Public License version 2 as published
35 static char *version; variable
53 " -v <version> set version to <version>\n"
98 printf("Version\t\t: '%s'\n", ep.version);
131 totlen = enc_compute_buf_len(product, version, src_len);
132 hdrlen = enc_compute_header_len(product, version);
154 strcpy((char *) ep.version, version);
[all...]
H A Dmkfwimage2.c8 * published by the Free Software Foundation; either version 2 of the
9 * License, or (at your option) any later version.
59 char version[256]; member in struct:image_info
71 static void write_header(void* mem, const char* version) argument
77 strncpy(header->version, version, sizeof(header->version));
136 "\t-v <version string>\t - firmware version information, default: %s\n"
152 INFO("Firmware version
[all...]
H A Dmkcameofw.c5 * under the terms of the GNU General Public License version 2 as published
44 char version[MAX_VERSION_LEN]; member in struct:img_header
59 static char *version; variable
99 " -V <version> set image version to <version>\n"
196 CHKSTRLEN(version, "version");
323 strncpy(hdr->version, version, sizeo
[all...]
H A Dbuffalo-lib.h5 * under the terms of the GNU General Public License version 2 as published
76 unsigned long enc_compute_header_len(char *product, char *version);
77 unsigned long enc_compute_buf_len(char *product, char *version,
84 unsigned char version[ENC_VERSION_LEN]; member in struct:enc_param
H A Dmkdniimg.c5 * under the terms of the GNU General Public License version 2 as published
29 static char *version = "1.00.00"; variable
63 " -v <version> set image version to <version>\n"
106 version = optarg;
155 board_id, version, region, hw_id);
/netgear-R7800-V1.0.2.28/target/linux/ipq806x/base-files/sbin/
H A Dcloud3 version=`cat /cloud_version`
39 [ "x$(grep $version /opt/version)" = "x" ] && uninstall
59 echo 20161026 > /opt/version
78 echo "cannot access ftp://updates1.netgear.com/sw-apps/ready-genie-cloud/r7800/ or don't find readygeniecloud tarball with version $version"
82 if [ -f /opt/version -a "x$(cat /opt/version)" = "x$fullversion" ]; then
102 echo $fullversion > /tmp/clouddir/opt/version
/netgear-R7800-V1.0.2.28/package/qca-ssdk/src/src/ref/
H A Dref_fdb.c30 #include <linux/version.h>
78 if (priv->version == QCA_VER_AR8227)
94 if (priv->version == QCA_VER_AR8227)
/netgear-R7800-V1.0.2.28/package/qca-nss-drv/src/
H A Dnss_log.h70 uint32_t version; member in struct:nss_debug_log_memory_msg
/netgear-R7800-V1.0.2.28/package/qca-nss-ecm/src/frontends/
H A Decm_front_end_common.c17 #include <linux/version.h>
57 * For ipq8064 platforms, we will stop NSS version.
131 * For ipq8064 platforms, we will stop NSS version.
H A Decm_front_end_ipv4.c17 #include <linux/version.h>
H A Decm_front_end_ipv6.c17 #include <linux/version.h>
/netgear-R7800-V1.0.2.28/package/qca-mcs/src/
H A Dmc_netfilter.h22 #include <linux/version.h>

Completed in 130 milliseconds

1234567891011>>