Searched refs:versions (Results 26 - 50 of 58) sorted by relevance

123

/linux-master/drivers/fsi/
H A Dfsi-occ.c40 enum versions { occ_p9, occ_p10 }; enum
53 enum versions version;
/linux-master/drivers/opp/
H A Dof.c568 int count, versions, ret, i, j; local
591 versions = count / levels;
593 /* All levels in at least one of the versions should match */
594 for (i = 0; i < versions; i++) {
947 /* Check if the OPP supports hardware's hierarchy of versions or not */
H A Dcore.c2099 * specify the hierarchy of versions it supports. OPP layer will then enable
2100 * OPPs, which are available for those versions, based on its 'opp-supported-hw'
2104 const u32 *versions, unsigned int count)
2110 opp_table->supported_hw = kmemdup(versions, count * sizeof(*versions),
2103 _opp_set_supported_hw(struct opp_table *opp_table, const u32 *versions, unsigned int count) argument
/linux-master/drivers/soc/qcom/
H A Dsmem.c65 * The version member of the smem header contains an array of versions for the
122 * @version: array of versions for the various subsystems
801 __le32 *versions; local
804 versions = header->version;
806 return le32_to_cpu(versions[SMEM_MASTER_SBL_VERSION_INDEX]);
/linux-master/drivers/gpu/drm/xe/
H A Dxe_gsc.c118 struct xe_uc_fw_version *compat = &gsc->fw.versions.found[XE_UC_FW_VER_COMPATIBILITY];
H A Dxe_query.c544 version = &guc->fw.versions.found[XE_UC_FW_VER_COMPATIBILITY];
H A Dxe_guc.c143 struct xe_uc_fw_version *version = &uc_fw->versions.found[XE_UC_FW_VER_RELEASE];
/linux-master/drivers/media/platform/samsung/s5p-mfc/
H A Ds5p_mfc_common.h743 u32 versions; member in struct:s5p_mfc_fmt
/linux-master/drivers/net/ethernet/netronome/nfp/nfpcore/
H A Dnfp_nsp.c101 SPCODE_VERSIONS = 21, /* Report FW versions */
1000 struct nfp_nsp_command_buf_arg versions = { local
1009 return nfp_nsp_command_buf(state, &versions);
/linux-master/arch/x86/crypto/
H A Daesni-intel_asm.S537 pxor \TMP3, \TMP2 # xor the shifted versions
554 pxor \TMP3,\TMP2 # xor the shifted versions
1154 pxor \TMP3, \TMP2 # xor the shifted versions
1169 pxor \TMP3,\TMP2 # xor the shifted versions
1366 pxor \TMP3, \TMP2 # xor the shifted versions
1381 pxor \TMP3,\TMP2 # xor the shifted versions
1465 pxor \TMP3, \TMP2 # xor the shifted versions
1480 pxor \TMP3, \TMP2 # xor the shifted versions
H A Daesni-intel_avx-x86_64.S886 vpxor \T3, \T2, \T2 # xor the shifted versions
899 vpxor \T3, \T2, \T2 # xor the shifted versions
1521 vpxor \T3, \T2, \T2 # xor the shifted versions
1545 vpxor \T3, \T2, \T2 # xor the shifted versions
1709 vpxor \T3, \T2, \T2 # xor the shifted versions
1723 vpxor \T3, \T2, \T2 # xor the shifted versions
H A Dsha256-avx2-asm.S73 # XMM versions of above
/linux-master/drivers/scsi/aic7xxx/aicasm/
H A Daicasm.c363 "%s */\n", versions);
H A Daicasm_symbol.c341 versions);
/linux-master/arch/x86/boot/
H A Dheader.S544 # Apparently some ancient versions of LILO invoked the kernel with %ss != %ds,
/linux-master/arch/m68k/ifpsp060/src/
H A Disp.S25 redistributed versions, and that such modified versions are clearly identified as such.
H A Dilsp.S25 redistributed versions, and that such modified versions are clearly identified as such.
H A Dftest.S25 redistributed versions, and that such modified versions are clearly identified as such.
/linux-master/arch/parisc/kernel/
H A Dfirmware.c555 * @versions: The return buffer.
563 int pdc_model_versions(unsigned long *versions, int id) argument
571 *versions = pdc_result[0];
H A Ddrivers.c935 boot_cpu_data.pdc.versions);
/linux-master/sound/soc/codecs/
H A Dwm_adsp.c121 __be32 versions; /* Version numbers */ member in struct:wm_adsp_host_buf_coeff_v1
1603 version = be32_to_cpu(coeff_v1.versions) & HOST_BUF_COEFF_COMPAT_VER_MASK;
/linux-master/drivers/firmware/
H A Darm_scpi.c855 ATTRIBUTE_GROUPS(versions); variable
/linux-master/drivers/gpu/drm/amd/display/dc/
H A Ddc.h1008 struct dc_versions versions; member in struct:dc
/linux-master/drivers/ata/
H A Dlibata-scsi.c1796 static const u8 versions[] = { local
1861 memcpy(rbuf + 58, versions, sizeof(versions));
2842 * Handles either 12, 16, or 32-byte versions of the CDB.
/linux-master/drivers/parisc/
H A Dsba_iommu.c1153 || (boot_cpu_data.pdc.versions > 0x202)

Completed in 399 milliseconds

123