Searched refs:version (Results 26 - 50 of 3349) sorted by relevance

1234567891011>>

/linux-master/scripts/
H A Das-version.sh4 # Print the assembler name and its version in a 5 or 6-digit form.
5 # Also, perform the minimum version check.
6 # (If it is the integrated assembler, return 0 as the version, and
7 # skip the version check.)
11 # Convert the version string x.y.z to a canonical 5 or 6-digit form.
24 # Clang fails to handle -Wa,--version unless -fno-integrated-as is given.
32 # version here. It is the same as the clang version, and
33 # it has been already checked by scripts/cc-version.sh.
45 # Get the first line of the --version outpu
[all...]
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
H A Ddef.h163 #define GET_CVID_IC_TYPE(version) ((version) & IC_TYPE_MASK)
164 #define GET_CVID_CHIP_TYPE(version) ((version) & CHIP_TYPE_MASK)
165 #define GET_CVID_RF_TYPE(version) ((version) & RF_TYPE_MASK)
166 #define GET_CVID_MANUFACTUER(version) ((version) & MANUFACTUER_MASK)
167 #define GET_CVID_ROM_VERSION(version) ((version)
[all...]
/linux-master/include/uapi/sound/sof/
H A Dabi.h11 * MAJOR.MINOR.PATCH version number. See https://semver.org/
13 * Rules for incrementing or changing version :-
15 * 1) Increment MAJOR version if you make incompatible API changes. MINOR and
18 * 2) Increment MINOR version if you add backwards compatible features or
21 * 3) Increment PATCH version if you add backwards compatible bug fixes.
29 /* SOF ABI version major, minor and patch numbers */
34 /* SOF ABI version number. Format within 32bit word is MMmmmppp */
47 #define SOF_ABI_VERSION_MAJOR(version) \
48 (((version) >> SOF_ABI_MAJOR_SHIFT) & SOF_ABI_MAJOR_MASK)
49 #define SOF_ABI_VERSION_MINOR(version) \
[all...]
/linux-master/drivers/gpu/drm/nouveau/include/nvif/
H A Difc00d.h11 __u8 version; member in struct:gp100_vmm_v0
21 __u8 version; member in struct:gp100_vmm_map_v0
35 __u8 version; member in struct:gp100_vmm_fault_cancel_v0
H A Dif0014.h7 __u8 version; member in struct:nvif_disp_chan_args::nvif_disp_chan_v0
H A Dif0004.h13 __u8 version; member in struct:nv04_nvsw_get_ref_v0
H A Dif000a.h4 __u8 version; member in struct:nvif_mem_v0
17 __u8 version; member in struct:nvif_mem_ram_v0
/linux-master/arch/x86/um/vdso/
H A Dvdso-note.S7 #include <linux/version.h>
/linux-master/include/linux/input/
H A Dtps6507x-ts.h20 __u16 version; member in struct:touchscreen_init_data
/linux-master/arch/sparc/vdso/vdso32/
H A Dvdso-note.S7 #include <linux/version.h>
/linux-master/arch/sparc/vdso/
H A Dvdso-note.S7 #include <linux/version.h>
/linux-master/arch/s390/kernel/vdso64/
H A Dnote.S8 #include <linux/version.h>
/linux-master/tools/build/feature/
H A Dtest-dwarf.c4 #include <elfutils/version.h>
/linux-master/drivers/media/usb/pwc/
H A Dpwc-dec1.c3 Decompression for chipset version 1
6 NOTE: this version of pwc is an unofficial (modified) release of pwc & pcwx
7 driver and thus may have bugs that are not present in the original version.
19 pdec->version = pdev->release;
H A Dpwc-dec1.h5 NOTE: this version of pwc is an unofficial (modified) release of pwc & pcwx
6 driver and thus may have bugs that are not present in the original version.
22 int version; member in struct:pwc_dec1_private
/linux-master/scripts/dummy-tools/
H A Dld26 if arg_contain --version "$@" || arg_contain -v "$@"; then
H A Dnm26 if arg_contain --version "$@" || arg_contain -v "$@"; then
H A Dobjcopy26 if arg_contain --version "$@" || arg_contain -v "$@"; then
/linux-master/tools/testing/selftests/vDSO/
H A Dparse_vdso.h27 void *vdso_sym(const char *version, const char *name);
/linux-master/arch/s390/kernel/vdso32/
H A Dnote.S8 #include <linux/version.h>
/linux-master/arch/loongarch/vdso/
H A Delf.S11 #include <linux/version.h>
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Dmmsch_v4_0_3.h31 uint32_t version; member in struct:mmsch_v4_0_3_init_header
/linux-master/tools/perf/tests/shell/lib/
H A Dsetup_python.sh6 python3 --version >/dev/null 2>&1 && PYTHON=python3
10 python --version >/dev/null 2>&1 && PYTHON=python
/linux-master/security/apparmor/include/
H A Dcrypto.h18 int aa_calc_profile_hash(struct aa_profile *profile, u32 version, void *start,
25 static inline int aa_calc_profile_hash(struct aa_profile *profile, u32 version, argument
/linux-master/arch/arm64/kernel/vdso32/
H A Dnote.c10 #include <linux/version.h>

Completed in 367 milliseconds

1234567891011>>