Searched refs:version (Results 251 - 275 of 3349) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/acr/
H A Dpriv.h7 int version; member in struct:nvkm_acr_fwif
8 int (*load)(struct nvkm_acr *, int version,
74 int version; member in struct:nvkm_acr_hsf_fwif
76 const char *name, int version,
/linux-master/security/apparmor/include/
H A Dpolicy_compat.h23 #define v5 5 /* base version */
30 int aa_compat_map_policy(struct aa_policydb *policy, u32 version);
/linux-master/init/
H A Dversion-timestamp.c16 .version = UTS_VERSION,
29 "Linux version " UTS_RELEASE " (" LINUX_COMPILE_BY "@"
/linux-master/samples/bpf/
H A Dtrace_output.bpf.c2 #include <linux/version.h>
29 u32 _version SEC("version") = LINUX_VERSION_CODE;
H A Dtracex1.bpf.c4 * modify it under the terms of version 2 of the GNU General Public
9 #include <linux/version.h>
47 u32 _version SEC("version") = LINUX_VERSION_CODE;
/linux-master/drivers/media/platform/qcom/venus/
H A Dhfi_plat_bufs.h20 enum hfi_version version; member in struct:hfi_plat_buffers_params
/linux-master/tools/testing/selftests/rseq/
H A Drseq-arm.h82 #define __RSEQ_ASM_DEFINE_TABLE(label, version, flags, start_ip, \
87 ".word " __rseq_str(version) ", " __rseq_str(flags) "\n\t" \
124 abort_label, version, flags, \
128 ".word " __rseq_str(version) ", " __rseq_str(flags) "\n\t" \
H A Drseq-s390.h41 #define __RSEQ_ASM_DEFINE_TABLE(label, version, flags, \
46 ".long " __rseq_str(version) ", " __rseq_str(flags) "\n\t" \
68 #define __RSEQ_ASM_DEFINE_TABLE(label, version, flags, \
73 ".long " __rseq_str(version) ", " __rseq_str(flags) "\n\t" \
/linux-master/drivers/gpu/drm/nouveau/include/nvrm/535.113.01/nvidia/arch/nvalloc/common/inc/
H A DrmRiscvUcode.h37 NvU32 version; // structure version member in struct:__anon208
/linux-master/tools/verification/rv/
H A DMakefile.config17 TEST = $(shell sh -c "$(PKG_CONFIG) --atleast-version $(LIBTRACEEVENT_MIN_VERSION) libtraceevent > /dev/null 2>&1 && echo y || echo n")
19 $(info libtraceevent version is too low, it must be at least $(LIBTRACEEVENT_MIN_VERSION))
33 TEST = $(shell sh -c "$(PKG_CONFIG) --atleast-version $(LIBTRACEFS_MIN_VERSION) libtracefs > /dev/null 2>&1 && echo y || echo n")
35 $(info libtracefs version is too low, it must be at least $(LIBTRACEFS_MIN_VERSION))
/linux-master/scripts/
H A DMakefile.debug21 DEBUG_RUSTFLAGS += -Zdwarf-version=4
23 DEBUG_RUSTFLAGS += -Zdwarf-version=5
/linux-master/include/linux/platform_data/
H A Ddavinci_asp.h67 u8 version; member in struct:davinci_mcasp_pdata
/linux-master/tools/tracing/rtla/
H A DMakefile.config17 TEST = $(shell sh -c "$(PKG_CONFIG) --atleast-version $(LIBTRACEEVENT_MIN_VERSION) libtraceevent > /dev/null 2>&1 && echo y || echo n")
19 $(info libtraceevent version is too low, it must be at least $(LIBTRACEEVENT_MIN_VERSION))
33 TEST = $(shell sh -c "$(PKG_CONFIG) --atleast-version $(LIBTRACEFS_MIN_VERSION) libtracefs > /dev/null 2>&1 && echo y || echo n")
35 $(info libtracefs version is too low, it must be at least $(LIBTRACEFS_MIN_VERSION))
/linux-master/fs/unicode/
H A Dutf8-core.c164 size_t nr_entries, unsigned int version)
168 while (version < table[i].maxage)
170 if (version > table[i].maxage)
175 struct unicode_map *utf8_load(unsigned int version) argument
182 um->version = version;
188 if (!utf8version_is_supported(um, version))
191 um->tables->utf8nfdidata_size, um->version);
195 um->tables->utf8nfdicfdata_size, um->version);
163 find_table_version(const struct utf8data *table, size_t nr_entries, unsigned int version) argument
/linux-master/drivers/cpufreq/
H A Dsti-cpufreq.c157 unsigned int version[VERSION_ELEMENTS]; local
162 .supported_hw = version,
163 .supported_hw_count = ARRAY_SIZE(version),
203 dev_err(dev, "Failed to obtain major version\n");
210 dev_err(dev, "Failed to obtain minor version\n");
217 version[0] = BIT(major);
218 version[1] = BIT(minor);
219 version[2] = BIT(substrate);
229 dev_dbg(dev, "version[0]: %x version[
[all...]
/linux-master/drivers/soc/qcom/
H A Dwcnss_ctrl.c73 * struct wcnss_version_resp - version request response
79 u8 version; member in struct:wcnss_version_resp
127 const struct wcnss_version_resp *version; local
132 if (count != sizeof(*version)) {
134 "invalid size of version response\n");
138 version = data;
140 version->major, version->minor,
141 version->version, versio
[all...]
/linux-master/arch/x86/xen/
H A Denlighten.c13 #include <xen/interface/version.h>
204 unsigned version = HYPERVISOR_xen_version(XENVER_version, NULL); local
210 pr_info("Xen version: %u.%u%s%s\n",
211 version >> 16, version & 0xffff, extra.extraversion,
216 /* Check if running on Xen version (major, minor) or later */
219 unsigned int version; local
224 version = HYPERVISOR_xen_version(XENVER_version, NULL);
225 if ((((version >> 16) == major) && ((version
[all...]
/linux-master/fs/crypto/
H A Dpolicy.c30 if (policy1->version != policy2->version)
39 switch (policy->version) {
305 switch (policy_u->version) {
331 switch (policy_u->version) {
336 ctx->version = FSCRYPT_CONTEXT_V1;
352 ctx->version = FSCRYPT_CONTEXT_V2;
379 * version number or size.
393 switch (ctx_u->version) {
398 policy->version
508 u8 version; local
[all...]
H A Dfscrypt_private.h37 u8 version; /* FSCRYPT_CONTEXT_V1 */ member in struct:fscrypt_context_v1
46 u8 version; /* FSCRYPT_CONTEXT_V2 */ member in struct:fscrypt_context_v2
67 u8 version; member in union:fscrypt_context
73 * Return the size expected for the given fscrypt_context based on its version
74 * number, or 0 if the context version is unrecognized.
78 switch (ctx->version) {
89 /* Check whether an fscrypt_context has a recognized version number and size */
99 switch (ctx->version) {
110 u8 version; member in union:fscrypt_policy
116 * Return the size expected for the given fscrypt_policy based on its version
[all...]
/linux-master/drivers/net/ethernet/huawei/hinic/
H A Dhinic_hw_dev.h260 u8 version; member in struct:hinic_cmd_fw_ctxt
271 u8 version; member in struct:hinic_cmd_hw_ioctxt
293 u8 version; member in struct:hinic_cmd_io_status
304 u8 version; member in struct:hinic_cmd_clear_io_res
314 u8 version; member in struct:hinic_cmd_set_res_state
325 u8 version; member in struct:hinic_ceq_ctrl_reg
336 u8 version; member in struct:hinic_cmd_base_qpn
345 u8 version; member in struct:hinic_cmd_hw_ci
364 u8 version; member in struct:hinic_cmd_l2nic_reset
373 u8 version; member in struct:hinic_msix_config
388 u8 version; member in struct:hinic_set_random_id
418 u8 version; member in struct:hinic_comm_board_info
475 u8 version; member in struct:hinic_dev_cap
558 u8 version; member in struct:hinic_cmd_fault_event
586 u8 version; member in struct:hinic_mgmt_watchdog_info
[all...]
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Daldebaran.c82 if (!(adev->ip_blocks[i].version->type ==
84 adev->ip_blocks[i].version->type ==
88 r = adev->ip_blocks[i].version->funcs->suspend(adev);
93 adev->ip_blocks[i].version->funcs->name, r);
249 r = cmn_block->version->funcs->resume(adev);
280 if (!(adev->ip_blocks[i].version->type ==
282 adev->ip_blocks[i].version->type ==
285 r = adev->ip_blocks[i].version->funcs->resume(adev);
289 adev->ip_blocks[i].version->funcs->name, r);
297 if (!(adev->ip_blocks[i].version
[all...]
H A Damdgpu_dev_coredump.c76 uint32_t version; local
81 drm_printf(p, "VCE feature version: %u, fw version: 0x%08x\n",
83 drm_printf(p, "UVD feature version: %u, fw version: 0x%08x\n", 0,
85 drm_printf(p, "GMC feature version: %u, fw version: 0x%08x\n", 0,
87 drm_printf(p, "ME feature version: %u, fw version: 0x%08x\n",
89 drm_printf(p, "PFP feature version
[all...]
/linux-master/drivers/firmware/arm_scmi/
H A Dpower.c16 /* Updated only after ALL the mandatory features for that version are merged */
70 u32 version; member in struct:scmi_power_info
112 u32 version, bool notify_state_change_cmd)
144 if (!ret && PROTOCOL_REV_MAJOR(version) >= 0x3 &&
326 u32 version; local
329 ret = ph->xops->version_get(ph, &version);
334 PROTOCOL_REV_MAJOR(version), PROTOCOL_REV_MINOR(version));
352 scmi_power_domain_attributes_get(ph, domain, dom, version,
356 pinfo->version
110 scmi_power_domain_attributes_get(const struct scmi_protocol_handle *ph, u32 domain, struct power_dom_info *dom_info, u32 version, bool notify_state_change_cmd) argument
[all...]
/linux-master/fs/jffs2/
H A Dreadinode.c225 dbg_readinode("insert fragment %#04x-%#04x, ver %u at %08x\n", tn->fn->ofs, fn_end, tn->version, ref_offset(tn->fn->raw));
228 node with highest version -- i.e. the one which will end up as f->metadata.
233 if (rii->mdata_tn->version < tn->version) {
235 dbg_readinode("kill old mdata with ver %d\n", rii->mdata_tn->version);
239 tn->version, rii->mdata_tn->version);
245 dbg_readinode("keep new mdata with ver %d\n", tn->version);
273 this->version, this->fn->ofs, this->fn->size);
275 if (this->version
[all...]
/linux-master/arch/x86/um/vdso/
H A Dvdso-layout.lds.S16 .gnu.version : { *(.gnu.version) }

Completed in 878 milliseconds

<<11121314151617181920>>