Home
last modified time | relevance | path

Searched refs:versions (Results 1 – 25 of 1312) sorted by relevance

12345678910>>...53

/OK3568_Linux_fs/external/xserver/test/xi2/
H A Dprotocol-xiqueryversion.c67 struct test_data *versions = (struct test_data *) closure; in reply_XIQueryVersion() local
81 sver = versions->major_server * 1000 + versions->minor_server; in reply_XIQueryVersion()
82 cver = versions->major_client * 1000 + versions->minor_client; in reply_XIQueryVersion()
93 struct test_data *versions = (struct test_data *) closure; in reply_XIQueryVersion_multiple() local
98 assert(versions->major_expected == rep->major_version); in reply_XIQueryVersion_multiple()
99 assert(versions->minor_expected == rep->minor_version); in reply_XIQueryVersion_multiple()
112 struct test_data versions; in request_XIQueryVersion() local
118 global_userdata = (void *) &versions; in request_XIQueryVersion()
125 versions.major_client = cmaj; in request_XIQueryVersion()
126 versions.minor_client = cmin; in request_XIQueryVersion()
[all …]
/OK3568_Linux_fs/kernel/drivers/cpufreq/
H A Dtegra20-cpufreq.c40 u32 versions[2]; in tegra20_cpufreq_probe() local
50 versions[0] = BIT(tegra_sku_info.cpu_process_id); in tegra20_cpufreq_probe()
51 versions[1] = BIT(tegra_sku_info.soc_speedo_id); in tegra20_cpufreq_probe()
53 versions[0] = BIT(tegra_sku_info.cpu_process_id); in tegra20_cpufreq_probe()
54 versions[1] = BIT(tegra_sku_info.cpu_speedo_id); in tegra20_cpufreq_probe()
58 versions[0], versions[1]); in tegra20_cpufreq_probe()
64 opp_table = dev_pm_opp_set_supported_hw(cpu_dev, versions, 2); in tegra20_cpufreq_probe()
/OK3568_Linux_fs/u-boot/board/gdsys/common/
H A Dioep-fpga.c68 u16 versions; in ioep_fpga_print_info() local
82 FPGA_GET_REG(fpga, versions, &versions); in ioep_fpga_print_info()
86 unit_type = (versions & 0xf000) >> 12; in ioep_fpga_print_info()
87 unit_type_pcb_video = (versions & 0x01c0) >> 6; in ioep_fpga_print_info()
117 if (versions & (1<<4)) in ioep_fpga_print_info()
130 if (versions & (1<<5)) in ioep_fpga_print_info()
/OK3568_Linux_fs/buildroot/package/rpi-firmware/
H A DConfig.in17 The bootcode.bin for versions Zero/1/2/3 (not needed on rpi4,
24 The default set of files for versions Zero/1/2/3.
29 The extended set of files for versions Zero/1/2/3 (additional
35 The cut-down set of files for versions Zero/1/2/3 (only
41 The debug set of files for versions Zero/1/2/3.
46 The default set of files for versions 4 (standard GPU
52 The extended set of files for versions 4 (additional GPU
58 The cut-down set of files for versions 4 (only features
64 The debug set of files for versions 4.
/OK3568_Linux_fs/buildroot/toolchain/toolchain-external/toolchain-external-bootlin/
H A DConfig.in.options75 means it is using the latest versions of gcc, gdb and
100 is using stable and proven versions of gcc, gdb and
123 means it is using the latest versions of gcc, gdb and
146 using stable and proven versions of gcc, gdb and binutils.
168 means it is using the latest versions of gcc, gdb and
191 is using stable and proven versions of gcc, gdb and
216 means it is using the latest versions of gcc, gdb and
241 is using stable and proven versions of gcc, gdb and
264 means it is using the latest versions of gcc, gdb and
287 is using stable and proven versions of gcc, gdb and
[all …]
/OK3568_Linux_fs/kernel/Documentation/networking/devlink/
H A Ddevlink-info.rst15 - name the per component FW versions (as opposed to the crowded ethtool
19 versions is generally discouraged - here, and via any other Linux API.
54 - Group for hardware identifiers, and versions of components
71 These versions often only update after a reboot, sometimes device reset.
74 - Group for software/firmware versions in device flash.
78 ``stored`` versions when new software is flashed, it must not report
83 ``stored`` sections, if device is capable of reporting ``stored`` versions
94 driver authors should consult existing driver-specific versions and attempt
98 All versions should try to use the following terminology:
106 - Identifiers of designs and revision, mostly used for hardware versions.
[all …]
H A Ddevlink-flash.rst54 components and versions).
75 ``serial_number`` is not part of the ``fixed`` versions (even though it
76 is fixed) - ``fixed`` versions should identify the design, not a single
79 ``running`` and ``stored`` firmware versions identify the firmware running
99 # Find out the expected overall firmware versions
119 ``bundle_id`` information to the firmware versions. This meta-version covers
120 multiple per-component versions and can be used e.g. in firmware file names
121 (all component versions could get rather long.)
H A Dionic.rst10 Info versions
13 The ``ionic`` driver reports the following versions
15 .. list-table:: devlink info versions implemented
H A Dnfp.rst22 Info versions
25 The ``nfp`` driver reports the following versions
27 .. list-table:: devlink info versions implemented
H A Dmlx5.rst49 Info versions
52 The ``mlx5`` driver reports the following versions
54 .. list-table:: devlink info versions implemented
H A Dbnxt.rst43 Info versions
46 The ``bnxt_en`` driver reports the following versions
48 .. list-table:: devlink info versions implemented
/OK3568_Linux_fs/u-boot/include/
H A Dgdsys_fpga.h82 u16 versions; /* 0x0002 */ member
93 u16 versions; /* 0x0002 */ member
118 u16 versions; /* 0x0002 */ member
134 u16 versions; /* 0x0002 */ member
168 u16 versions; /* 0x0002 */ member
214 u16 versions; /* 0x0002 */ member
244 u16 versions; /* 0x0002 */ member
277 u16 versions; /* 0x0002 */ member
/OK3568_Linux_fs/buildroot/support/scripts/
H A Dbrpkgutil.py26 versions = {}
31 versions['all'] = ''
45 versions[pkg] = \
50 return (deps, rdeps, types, versions)
/OK3568_Linux_fs/kernel/samples/mei/
H A Dmei-amt-version.c253 struct amt_version_type versions[AMT_VERSIONS_NUMBER]; member
329 len = code_ver->versions[i].description.length; in amt_verify_code_versions()
336 len = code_ver->versions[i].version.length; in amt_verify_code_versions()
337 if (code_ver->versions[i].version.string[len] != '\0' || in amt_verify_code_versions()
338 len != strlen(code_ver->versions[i].version.string)) { in amt_verify_code_versions()
411 struct amt_code_versions *versions) in amt_get_code_versions() argument
429 memcpy(versions, response->data, sizeof(struct amt_code_versions)); in amt_get_code_versions()
466 printf("%s:\t%s\n", ver.versions[i].description.string, in main()
467 ver.versions[i].version.string); in main()
/OK3568_Linux_fs/yocto/poky/meta/files/common-licenses/
H A DInfo-ZIP15versions--including, but not limited to, ports to new operating systems, existing ports with new g…
H A DVOSTROM7 …this Distribution may be modified and the original version and modified versions may be copied, di…
9versions are distributed with source code and documentation and with permission for others to use …
15 … version number, copyright notice and license) shall be retained in all versions of the Distributi…
17 …ications to the Distribution that are substantially similar to modified versions of the Distributi…
H A DLibpng32 2. Altered source versions must be plainly marked as such, and must
42 libpng versions 1.0.7, July 1, 2000 through 1.6.35, July 15, 2018 are
71 libpng versions 0.97, January 1998, through 1.0.6, March 20, 2000, are
81 libpng versions 0.89, June 1996, through 0.96, May 1997, are
97 libpng versions 0.5, May 1995, through 0.88, January 1996, are
124 2. Altered versions must be plainly marked as such and must not
H A DQPL-1.019 …e Software to distribute your modification in future versions of the Software provided such versio…
21 …xecutable forms of the Software or machine-executable forms of modified versions of the Software, …
28 5. You may use the original or modified versions of the Software to compile, link and run applicati…
30 …onents and other software items that link with the original or modified versions of the Software. …
33 …recipients of your items to use and re-distribute original and modified versions of the items in b…
/OK3568_Linux_fs/yocto/poky/meta/conf/machine/include/microblaze/
H A Dfeature-microblaze-versions.inc1 # MicroBlaze versions are defined as features, the features are setup to
2 # conflict with other versions as well as unavailable features for particular
3 # versions.
6 # (where Z = [abc]). For v8.* versions of MicroBlaze the revision (Z) changes
11 # Since v9.0 of MicroBlaze the revision (Z) part of versions was entirely
32 # MicroBlaze versions
/OK3568_Linux_fs/kernel/drivers/media/platform/s5p-mfc/
H A Ds5p_mfc_dec.c36 .versions = MFC_V6_BIT | MFC_V7_BIT,
43 .versions = MFC_V5_BIT,
50 .versions = MFC_V6PLUS_BITS,
57 .versions = MFC_V6PLUS_BITS,
64 .versions = MFC_V5PLUS_BITS,
71 .versions = MFC_V6PLUS_BITS,
78 .versions = MFC_V5PLUS_BITS,
85 .versions = MFC_V5PLUS_BITS,
92 .versions = MFC_V5PLUS_BITS,
99 .versions = MFC_V5PLUS_BITS,
[all …]
/OK3568_Linux_fs/buildroot/boot/grub2/
H A D0003-safemath-Add-some-arithmetic-primitives-that-check-f.patch19 These arithmetic primitives require newer compiler versions. So, bump
41 - Note: older versions may work but support is limited
49 - earlier versions not tested
51 - earlier versions not tested
55 - earlier versions fail to generate .reginfo and hence gprel relocations
58 - earlier versions not tested
60 - earlier versions return "error: unable to interface with target machine"
/OK3568_Linux_fs/u-boot/board/gdsys/p1022/
H A Dcontrolcenterd.c57 u32 versions; /* 0x0004 */ member
362 u32 versions; in hydra_initialize() local
392 versions = readl(&fpga->versions); in hydra_initialize()
396 hardware_version = versions & 0xf; in hydra_initialize()
/OK3568_Linux_fs/u-boot/board/gdsys/a38x/
H A Dhydra.c27 u32 versions = readl(&fpga->versions); in print_hydra_version() local
30 uint hardware_version = versions & 0xf; in print_hydra_version()
/OK3568_Linux_fs/external/chromium/licenses/
H A DLICENSE.8332 2. Altered source versions must be plainly marked as such, and must
42 libpng versions 1.0.7, July 1, 2000, through 1.6.35, July 15, 2018 are
71 libpng versions 0.97, January 1998, through 1.0.6, March 20, 2000, are
81 libpng versions 0.89, June 1996, through 0.96, May 1997, are
97 libpng versions 0.5, May 1995, through 0.88, January 1996, are
124 2. Altered versions must be plainly marked as such and must not
/OK3568_Linux_fs/buildroot/package/python-six/
H A DConfig.in.host6 the Python versions with the goal of writing Python code that
7 is compatible on both Python versions.

12345678910>>...53