Searched refs:version (Results 51 - 75 of 3342) sorted by relevance

1234567891011>>

/linux-master/drivers/gpu/drm/nouveau/include/nvif/
H A Dif0000.h6 __u8 version; member in struct:nvif_client_v0
15 __u8 version; member in struct:nvif_client_devlist_v0
H A Dif0001.h10 __u8 version; member in struct:nvif_control_pstate_info_v0
24 __u8 version; member in struct:nvif_control_pstate_attr_v0
40 __u8 version; member in struct:nvif_control_pstate_user_v0
H A Dif0002.h10 __u8 version; member in struct:nvif_perfmon_query_domain_v0
20 __u8 version; member in struct:nvif_perfmon_query_signal_v0
30 __u8 version; member in struct:nvif_perfmon_query_source_v0
H A Dif500d.h15 __u8 version; member in struct:nv50_vmm_map_v0
H A Dif900d.h15 __u8 version; member in struct:gf100_vmm_map_v0
H A Dif0008.h4 __u8 version; member in struct:nvif_mmu_v0
16 __u8 version; member in struct:nvif_mmu_heap_v0
23 __u8 version; member in struct:nvif_mmu_type_v0
37 __u8 version; member in struct:nvif_mmu_kind_v0
H A Dif0021.h7 __u8 version; member in struct:nvif_cgrp_args::nvif_cgrp_v0
H A Dif0010.h7 __u8 version; member in struct:nvif_disp_args::nvif_disp_v0
H A Dclb069.h4 __u8 version; member in struct:nvif_clb069_v0
/linux-master/arch/arm/vdso/
H A Dnote.c10 #include <linux/version.h>
/linux-master/drivers/media/platform/qcom/venus/
H A Dhfi_platform.c9 const struct hfi_platform *hfi_platform_get(enum hfi_version version) argument
11 switch (version) {
24 hfi_platform_get_codec_vpp_freq(enum hfi_version version, u32 codec, u32 session_type) argument
29 plat = hfi_platform_get(version);
40 hfi_platform_get_codec_vsp_freq(enum hfi_version version, u32 codec, u32 session_type) argument
45 plat = hfi_platform_get(version);
56 hfi_platform_get_codec_lp_freq(enum hfi_version version, u32 codec, u32 session_type) argument
61 plat = hfi_platform_get(version);
/linux-master/scripts/
H A Dcc-version.sh4 # Print the C compiler name and its version in a 5 or 6-digit form.
5 # Also, perform the minimum version check.
9 # Print the C compiler name and some version components.
23 # Convert the version string x.y.z to a canonical 5 or 6-digit form.
37 min_tool_version=$(dirname $0)/min-tool-version.sh
41 version=$2.$3.$4
45 version=$2.$3.$4
54 cversion=$(get_canonical_version $version)
60 echo >&2 "*** Your $name version: $version"
[all...]
/linux-master/tools/testing/selftests/sparc64/drivers/
H A Dadi-test.c318 unsigned char version[1], expected_version; local
322 version[0] = random_version();
323 expected_version = version[0];
327 ret = pwrite_adi(fd, version, sizeof(version), offset);
328 if (ret != sizeof(version))
331 ret = pread_adi(fd, version, sizeof(version), offset);
332 if (ret != sizeof(version))
335 if (expected_version != version[
352 unsigned char version[TEST1_VERSION_SZ], local
392 unsigned char version[TEST2_VERSION_SZ], local
432 unsigned char version[TEST3_VERSION_SZ], local
520 unsigned char version, expected_version; local
565 unsigned char version[TEST6_VERSION_SZ], local
617 unsigned char version[TEST7_VERSION_SZ], local
[all...]
/linux-master/arch/x86/kernel/
H A Dpvclock.c56 unsigned version; local
60 version = pvclock_read_begin(src);
62 } while (pvclock_read_retry(src, version));
70 unsigned version; local
76 version = pvclock_read_begin(src);
79 } while (pvclock_read_retry(src, version));
127 u32 version; local
133 version = wall_clock->version;
134 rmb(); /* fetch version befor
[all...]
/linux-master/arch/x86/entry/vdso/
H A Dvdso-note.S8 #include <linux/version.h>
/linux-master/tools/firewire/
H A DMakefile3 nosy-dump-version = 0.4
10 nosy-dump : CPPFLAGS = -DVERSION=\"$(nosy-dump-version)\" -I../../drivers/firewire
/linux-master/drivers/misc/altera-stapl/
H A Daltera-exprt.h16 u32 altera_shrink(u8 *in, u32 in_length, u8 *out, u32 out_length, s32 version);
/linux-master/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/
H A Dbit.h6 u8 version; member in struct:bit_entry
/linux-master/arch/sh/boards/mach-sdk7786/
H A Dfpga.c54 u16 version, date; local
62 version = fpga_read_reg(FPGAVR);
65 pr_info("\tFPGA version:\t%d.%d (built on %d/%d/%d)\n",
66 bcd2bin(version >> 8) & 0xf, bcd2bin(version & 0xf),
/linux-master/arch/x86/entry/vdso/vdso32/
H A Dnote.S8 #include <linux/version.h>
/linux-master/drivers/gpu/drm/amd/display/dc/
H A Ddc_edid_parser.h40 int *version,
/linux-master/drivers/platform/x86/dell/
H A Ddell-wmi-descriptor.h21 bool dell_wmi_get_interface_version(u32 *version);
/linux-master/arch/s390/include/asm/
H A Dcpu.h19 unsigned int version : 8; member in struct:cpuid
/linux-master/drivers/net/ethernet/hisilicon/hns3/hns3vf/
H A Dhclgevf_regs.h11 void hclgevf_get_regs(struct hnae3_handle *handle, u32 *version,
/linux-master/samples/bpf/
H A Dtracex7.bpf.c2 #include <linux/version.h>
15 u32 _version SEC("version") = LINUX_VERSION_CODE;

Completed in 329 milliseconds

1234567891011>>