/linux-6.6.21/drivers/staging/rtl8723bs/include/ |
D | HalVerDef.h | 55 #define GET_CVID_IC_TYPE(version) ((enum hal_ic_type_e)((version).ICType)) argument 56 #define GET_CVID_CHIP_TYPE(version) ((enum hal_chip_type_e)((version).ChipType)) argument 57 #define GET_CVID_MANUFACTUER(version) ((enum hal_vendor_e)((version).VendorType)) argument 58 #define GET_CVID_CUT_VERSION(version) ((enum hal_cut_version_e)((version).CUTVersion)) argument 59 #define GET_CVID_ROM_VERSION(version) (((version).ROMVer) & ROM_VERSION_MASK) argument 67 #define IS_TEST_CHIP(version) ((GET_CVID_CHIP_TYPE(version) == TEST_CHIP) ? true : false) argument 68 #define IS_NORMAL_CHIP(version) ((GET_CVID_CHIP_TYPE(version) == NORMAL_CHIP) ? true : false) argument 71 #define IS_A_CUT(version) ((GET_CVID_CUT_VERSION(version) == A_CUT_VERSION) ? true : false) argument 72 #define IS_B_CUT(version) ((GET_CVID_CUT_VERSION(version) == B_CUT_VERSION) ? true : false) argument 73 #define IS_C_CUT(version) ((GET_CVID_CUT_VERSION(version) == C_CUT_VERSION) ? true : false) argument [all …]
|
/linux-6.6.21/scripts/ |
D | ver_linux | 20 printversion("GNU C", version("gcc -dumpversion")) 21 printversion("GNU Make", version("make --version")) 22 printversion("Binutils", version("ld -v")) 23 printversion("Util-linux", version("mount --version")) 24 printversion("Mount", version("mount --version")) 25 printversion("Module-init-tools", version("depmod -V")) 26 printversion("E2fsprogs", version("tune2fs")) 27 printversion("Jfsutils", version("fsck.jfs -V")) 28 printversion("Reiserfsprogs", version("reiserfsck -V")) 29 printversion("Reiser4fsprogs", version("fsck.reiser4 -V")) [all …]
|
D | ld-version.sh | 27 set -- $(LC_ALL=C "$@" --version) 33 min_tool_version=$(dirname $0)/min-tool-version.sh 37 version=$1 50 version=$2 62 version=${version%-*} 64 cversion=$(get_canonical_version $version) 70 echo >&2 "*** Your $disp_name version: $version"
|
D | as-version.sh | 48 set -- $(LC_ALL=C "$@" -Wa,--version -c -x assembler-with-cpp /dev/null -o /dev/null 2>/dev/null) 54 min_tool_version=$(dirname $0)/min-tool-version.sh 58 version=$1 68 version=${version%-*} 70 cversion=$(get_canonical_version $version) 76 echo >&2 "*** Your $name assembler version: $version"
|
/linux-6.6.21/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/ |
D | def.h | 38 #define GET_CVID_IC_TYPE(version) ((version) & IC_TYPE_MASK) argument 39 #define GET_CVID_CHIP_TYPE(version) ((version) & CHIP_TYPE_MASK) argument 40 #define GET_CVID_RF_TYPE(version) ((version) & RF_TYPE_MASK) argument 41 #define GET_CVID_MANUFACTUER(version) ((version) & MANUFACTUER_MASK) argument 42 #define GET_CVID_ROM_VERSION(version) ((version) & ROM_VERSION_MASK) argument 43 #define GET_CVID_CUT_VERSION(version) ((version) & CUT_VERSION_MASK) argument 45 #define IS_81XXC(version) ((GET_CVID_IC_TYPE(version) == 0) ?\ argument 47 #define IS_8723_SERIES(version) ((GET_CVID_IC_TYPE(version) == CHIP_8723) ? \ argument 49 #define IS_1T1R(version) ((GET_CVID_RF_TYPE(version)) ? false : true) argument 50 #define IS_1T2R(version) ((GET_CVID_RF_TYPE(version) == RF_TYPE_1T2R)\ argument [all …]
|
/linux-6.6.21/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/ |
D | def.h | 45 #define GET_CVID_IC_TYPE(version) ((version) & IC_TYPE_MASK) argument 46 #define GET_CVID_CHIP_TYPE(version) ((version) & CHIP_TYPE_MASK) argument 47 #define GET_CVID_RF_TYPE(version) ((version) & RF_TYPE_MASK) argument 48 #define GET_CVID_MANUFACTUER(version) ((version) & MANUFACTUER_MASK) argument 49 #define GET_CVID_ROM_VERSION(version) ((version) & ROM_VERSION_MASK) argument 50 #define GET_CVID_CUT_VERSION(version) ((version) & CUT_VERSION_MASK) argument 52 #define IS_81XXC(version) \ argument 53 ((GET_CVID_IC_TYPE(version) == 0) ? true : false) 54 #define IS_8723_SERIES(version) \ argument 55 ((GET_CVID_IC_TYPE(version) == CHIP_8723) ? true : false) [all …]
|
/linux-6.6.21/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/ |
D | def.h | 163 #define GET_CVID_IC_TYPE(version) ((version) & IC_TYPE_MASK) argument 164 #define GET_CVID_CHIP_TYPE(version) ((version) & CHIP_TYPE_MASK) argument 165 #define GET_CVID_RF_TYPE(version) ((version) & RF_TYPE_MASK) argument 166 #define GET_CVID_MANUFACTUER(version) ((version) & MANUFACTUER_MASK) argument 167 #define GET_CVID_ROM_VERSION(version) ((version) & ROM_VERSION_MASK) argument 168 #define GET_CVID_CUT_VERSION(version) ((version) & CUT_VERSION_MASK) argument 170 #define IS_1T1R(version) ((GET_CVID_RF_TYPE(version)) ? false : true) argument 171 #define IS_1T2R(version) ((GET_CVID_RF_TYPE(version) == RF_TYPE_1T2R)\ argument 173 #define IS_2T2R(version) ((GET_CVID_RF_TYPE(version) == RF_TYPE_2T2R)\ argument 176 #define IS_8812_SERIES(version) ((GET_CVID_IC_TYPE(version) == CHIP_8812) ? \ argument [all …]
|
/linux-6.6.21/drivers/net/wireless/realtek/rtlwifi/rtl8192de/ |
D | def.h | 92 #define GET_CVID_IC_TYPE(version) ((version) & IC_TYPE_MASK) argument 93 #define GET_CVID_CHIP_TYPE(version) ((version) & CHIP_TYPE_MASK) argument 94 #define GET_CVID_RF_TYPE(version) ((version) & RF_TYPE_MASK) argument 95 #define GET_CVID_MANUFACTUER(version) ((version) & MANUFACTUER_MASK) argument 96 #define GET_CVID_ROM_VERSION(version) ((version) & ROM_VERSION_MASK) argument 97 #define GET_CVID_CUT_VERSION(version) ((version) & CUT_VERSION_MASK) argument 99 #define IS_1T1R(version) ((GET_CVID_RF_TYPE(version)) ? \ argument 101 #define IS_1T2R(version) ((GET_CVID_RF_TYPE(version) == \ argument 103 #define IS_2T2R(version) ((GET_CVID_RF_TYPE(version) == \ argument 106 #define IS_92D_SINGLEPHY(version) ((IS_92D(version)) ? \ argument [all …]
|
/linux-6.6.21/tools/testing/selftests/sparc64/drivers/ |
D | adi-test.c | 318 unsigned char version[1], expected_version; in test0_prpw_aligned_1byte() local 322 version[0] = random_version(); in test0_prpw_aligned_1byte() 323 expected_version = version[0]; in test0_prpw_aligned_1byte() 327 ret = pwrite_adi(fd, version, sizeof(version), offset); in test0_prpw_aligned_1byte() 328 if (ret != sizeof(version)) in test0_prpw_aligned_1byte() 331 ret = pread_adi(fd, version, sizeof(version), offset); in test0_prpw_aligned_1byte() 332 if (ret != sizeof(version)) in test0_prpw_aligned_1byte() 335 if (expected_version != version[0]) { in test0_prpw_aligned_1byte() 337 expected_version, version[0]); in test0_prpw_aligned_1byte() 352 unsigned char version[TEST1_VERSION_SZ], in test1_prpw_aligned_4096bytes() local [all …]
|
/linux-6.6.21/drivers/net/wireless/realtek/rtlwifi/rtl8192c/ |
D | fw_common.h | 23 #define IS_CHIP_VER_B(version) ((version & CHIP_VER_B) ? true : false) argument 25 #define GET_CVID_RF_TYPE(version) \ argument 26 ((version) & RF_TYPE_MASK) 27 #define GET_CVID_CUT_VERSION(version) \ argument 28 ((version) & CUT_VERSION_MASK) 29 #define IS_NORMAL_CHIP(version) \ argument 30 ((version & NORMAL_CHIP) ? true : false) 31 #define IS_2T2R(version) \ argument 32 (((GET_CVID_RF_TYPE(version)) == \ 34 #define IS_92C_SERIAL(version) \ argument [all …]
|
/linux-6.6.21/drivers/net/ipa/ |
D | ipa_reg.c | 15 enum ipa_version version = ipa->version; in ipa_reg_id_valid() local 19 return version == IPA_VERSION_4_2; in ipa_reg_id_valid() 22 return version < IPA_VERSION_5_0 && version != IPA_VERSION_4_2; in ipa_reg_id_valid() 27 return version >= IPA_VERSION_5_0; in ipa_reg_id_valid() 31 return version < IPA_VERSION_4_5; in ipa_reg_id_valid() 36 return version >= IPA_VERSION_3_5; in ipa_reg_id_valid() 41 return version >= IPA_VERSION_4_5; in ipa_reg_id_valid() 45 return version <= IPA_VERSION_3_1 || in ipa_reg_id_valid() 46 version == IPA_VERSION_4_5 || in ipa_reg_id_valid() 47 version == IPA_VERSION_5_0; in ipa_reg_id_valid() [all …]
|
/linux-6.6.21/Documentation/scsi/ |
D | scsi-generic.rst | 18 Rather than document the driver's interface here, version information 26 - sg version 1 (original) from 1992 to early 1999 (lk 2.2.5) . 28 - sg version 2 from lk 2.2.6 in the 2.2 series. It is based on 29 an extended version of the sg_header interface structure. 30 - sg version 3 found in the lk 2.4 series (and the lk 2.5 series). 40 This describes the sg version 3 driver found in the lk 2.4 series. 42 Documentation (large version) for the version 2 sg driver found in the 61 sg3_utils for the sg version 3 driver found in lk 2.4 62 sg_utils for the sg version 2 (and original) driver found in lk 2.2 76 Here is a list of Linux kernels in the 2.4 series that had the new version [all …]
|
/linux-6.6.21/drivers/net/ethernet/huawei/hinic/ |
D | hinic_port.h | 26 u8 version; member 126 u8 version; member 137 u8 version; member 147 u8 version; member 156 u8 version; member 166 u8 version; member 176 u8 version; member 185 u8 version; member 195 u8 version; member 210 u8 version; member [all …]
|
/linux-6.6.21/drivers/scsi/qla2xxx/ |
D | qla_edif_bsg.h | 33 uint8_t version; member 46 uint8_t version; member 53 uint8_t version; member 62 uint8_t version; member 70 uint8_t version; member 77 uint8_t version; member 84 uint8_t version; member 106 uint8_t version; member 120 uint8_t version; member 134 uint8_t version; member [all …]
|
/linux-6.6.21/drivers/media/pci/saa7164/ |
D | saa7164-fw.c | 23 u32 version; member 192 u32 tmp, filesize, version, err_flags, first_timeout, fwlength; in saa7164_downloadfirmware() local 211 version = saa7164_getcurrentfirmwareversion(dev); in saa7164_downloadfirmware() 213 if (version == 0x00) { in saa7164_downloadfirmware() 355 version = in saa7164_downloadfirmware() 357 if (version) { in saa7164_downloadfirmware() 373 version = saa7164_getcurrentfirmwareversion(dev); in saa7164_downloadfirmware() 380 SAA_DEVICE_IMAGE_BOOTING) && (version == 0)) { in saa7164_downloadfirmware() 396 (version & 0x0000fc00) >> 10, in saa7164_downloadfirmware() 397 (version & 0x000003e0) >> 5, in saa7164_downloadfirmware() [all …]
|
/linux-6.6.21/arch/x86/kernel/ |
D | pvclock.c | 56 unsigned version; in pvclock_read_flags() local 60 version = pvclock_read_begin(src); in pvclock_read_flags() 62 } while (pvclock_read_retry(src, version)); in pvclock_read_flags() 70 unsigned version; in __pvclock_clocksource_read() local 76 version = pvclock_read_begin(src); in __pvclock_clocksource_read() 79 } while (pvclock_read_retry(src, version)); in __pvclock_clocksource_read() 127 u32 version; in pvclock_read_wallclock() local 133 version = wall_clock->version; in pvclock_read_wallclock() 145 } while ((wall_clock->version & 1) || (version != wall_clock->version)); in pvclock_read_wallclock()
|
/linux-6.6.21/drivers/media/platform/allegro-dvt/ |
D | allegro-mail.c | 47 enum mcu_msg_version version = msg->header.version; in allegro_enc_init() local 55 if (version >= MCU_MSG_VERSION_2019_2) { in allegro_enc_init() 65 enum mcu_msg_version version = param->version; in settings_get_mcu_codec() local 68 if (version < MCU_MSG_VERSION_2019_2) { in settings_get_mcu_codec() 90 enum mcu_msg_version version = param->version; in allegro_encode_config_blob() local 96 if (version >= MCU_MSG_VERSION_2019_2) in allegro_encode_config_blob() 100 if (version >= MCU_MSG_VERSION_2019_2) in allegro_encode_config_blob() 103 if (version < MCU_MSG_VERSION_2019_2) in allegro_encode_config_blob() 106 if (version >= MCU_MSG_VERSION_2019_2) in allegro_encode_config_blob() 117 if (version >= MCU_MSG_VERSION_2019_2) in allegro_encode_config_blob() [all …]
|
/linux-6.6.21/drivers/gpu/drm/nouveau/nvkm/subdev/mxm/ |
D | base.c | 44 mxm_shadow_rom(struct nvkm_mxm *mxm, u8 version) in mxm_shadow_rom() argument 80 mxm_shadow_dsm(struct nvkm_mxm *mxm, u8 version) in mxm_shadow_dsm() argument 106 rev = (version & 0xf0) << 4 | (version & 0x0f); in mxm_shadow_dsm() 131 wmi_wmmx_mxmi(struct nvkm_mxm *mxm, u8 version) in wmi_wmmx_mxmi() argument 134 u32 mxmi_args[] = { 0x494D584D /* MXMI */, version, 0 }; in wmi_wmmx_mxmi() 148 version = obj->integer.value; in wmi_wmmx_mxmi() 150 (version >> 4), version & 0x0f); in wmi_wmmx_mxmi() 152 version = 0; in wmi_wmmx_mxmi() 157 return version; in wmi_wmmx_mxmi() 161 mxm_shadow_wmi(struct nvkm_mxm *mxm, u8 version) in mxm_shadow_wmi() argument [all …]
|
/linux-6.6.21/Documentation/networking/devlink/ |
D | sfc.rst | 24 control units, this is the SUC control unit's firmware version. 28 control units, this is the CMC control unit's firmware version. 34 - Datapath programmable logic version. 37 - Datapath software/microcode/firmware version. 40 - SmartNIC application co-processor (APU) first stage boot loader version. 43 - SmartNIC application co-processor (APU) co-operating system loader version. 46 - SmartNIC application co-processor (APU) main operating system version. 49 - SmartNIC application co-processor (APU) recovery operating system version. 52 - Expansion ROM version. For boards where the expansion ROM is split between 54 ROM version. [all …]
|
/linux-6.6.21/drivers/gpu/drm/nouveau/nvkm/subdev/bios/ |
D | base.c | 188 bios->version.major = nvbios_rd08(bios, bit_i.offset + 3); in nvkm_bios_new() 189 bios->version.chip = nvbios_rd08(bios, bit_i.offset + 2); in nvkm_bios_new() 190 bios->version.minor = nvbios_rd08(bios, bit_i.offset + 1); in nvkm_bios_new() 191 bios->version.micro = nvbios_rd08(bios, bit_i.offset + 0); in nvkm_bios_new() 192 bios->version.patch = nvbios_rd08(bios, bit_i.offset + 4); in nvkm_bios_new() 195 bios->version.major = nvbios_rd08(bios, bios->bmp_offset + 13); in nvkm_bios_new() 196 bios->version.chip = nvbios_rd08(bios, bios->bmp_offset + 12); in nvkm_bios_new() 197 bios->version.minor = nvbios_rd08(bios, bios->bmp_offset + 11); in nvkm_bios_new() 198 bios->version.micro = nvbios_rd08(bios, bios->bmp_offset + 10); in nvkm_bios_new() 202 bios->version.major, bios->version.chip, in nvkm_bios_new() [all …]
|
/linux-6.6.21/net/batman-adv/ |
D | tvlv.c | 69 batadv_tvlv_handler_get(struct batadv_priv *bat_priv, u8 type, u8 version) in batadv_tvlv_handler_get() argument 79 if (tvlv_handler_tmp->version != version) in batadv_tvlv_handler_get() 131 batadv_tvlv_container_get(struct batadv_priv *bat_priv, u8 type, u8 version) in batadv_tvlv_container_get() argument 141 if (tvlv_tmp->tvlv_hdr.version != version) in batadv_tvlv_container_get() 209 u8 type, u8 version) in batadv_tvlv_container_unregister() argument 214 tvlv = batadv_tvlv_container_get(bat_priv, type, version); in batadv_tvlv_container_unregister() 232 u8 type, u8 version, in batadv_tvlv_container_register() argument 244 tvlv_new->tvlv_hdr.version = version; in batadv_tvlv_container_register() 253 tvlv_old = batadv_tvlv_container_get(bat_priv, type, version); in batadv_tvlv_container_register() 338 tvlv_hdr->version = tvlv->tvlv_hdr.version; in batadv_tvlv_container_ogm_append() [all …]
|
/linux-6.6.21/include/linux/fpga/ |
D | adi-axi-common.h | 19 #define ADI_AXI_PCORE_VER_MAJOR(version) (((version) >> 16) & 0xff) argument 20 #define ADI_AXI_PCORE_VER_MINOR(version) (((version) >> 8) & 0xff) argument 21 #define ADI_AXI_PCORE_VER_PATCH(version) ((version) & 0xff) argument
|
/linux-6.6.21/drivers/media/platform/qcom/venus/ |
D | hfi_platform.c | 9 const struct hfi_platform *hfi_platform_get(enum hfi_version version) in hfi_platform_get() argument 11 switch (version) { in hfi_platform_get() 24 hfi_platform_get_codec_vpp_freq(enum hfi_version version, u32 codec, u32 session_type) in hfi_platform_get_codec_vpp_freq() argument 29 plat = hfi_platform_get(version); in hfi_platform_get_codec_vpp_freq() 40 hfi_platform_get_codec_vsp_freq(enum hfi_version version, u32 codec, u32 session_type) in hfi_platform_get_codec_vsp_freq() argument 45 plat = hfi_platform_get(version); in hfi_platform_get_codec_vsp_freq() 56 hfi_platform_get_codec_lp_freq(enum hfi_version version, u32 codec, u32 session_type) in hfi_platform_get_codec_lp_freq() argument 61 plat = hfi_platform_get(version); in hfi_platform_get_codec_lp_freq()
|
/linux-6.6.21/drivers/ps3/ |
D | ps3-sys-manager.c | 46 u8 version; member 59 pr_debug("%s:%d: version: %xh\n", func, line, h->version); in _dump_sm_header() 235 BUG_ON(header->version != 1); in ps3_sys_manager_write() 259 u8 version; in ps3_sys_manager_send_attr() member 269 header.version = 1; in ps3_sys_manager_send_attr() 275 payload.version = 1; in ps3_sys_manager_send_attr() 293 u8 version; in ps3_sys_manager_send_next_op() member 306 header.version = 1; in ps3_sys_manager_send_next_op() 312 payload.version = 3; in ps3_sys_manager_send_next_op() 337 u8 version; in ps3_sys_manager_send_request_shutdown() member [all …]
|
/linux-6.6.21/drivers/gpu/drm/amd/amdgpu/ |
D | smu_v13_0_10.c | 76 if (!(adev->ip_blocks[i].version->type == in smu_v13_0_10_mode2_suspend_ip() 78 adev->ip_blocks[i].version->type == in smu_v13_0_10_mode2_suspend_ip() 80 adev->ip_blocks[i].version->type == in smu_v13_0_10_mode2_suspend_ip() 84 r = adev->ip_blocks[i].version->funcs->suspend(adev); in smu_v13_0_10_mode2_suspend_ip() 89 adev->ip_blocks[i].version->funcs->name, r); in smu_v13_0_10_mode2_suspend_ip() 183 if (!(adev->ip_blocks[i].version->type == in smu_v13_0_10_mode2_restore_ip() 185 adev->ip_blocks[i].version->type == in smu_v13_0_10_mode2_restore_ip() 187 adev->ip_blocks[i].version->type == in smu_v13_0_10_mode2_restore_ip() 190 r = adev->ip_blocks[i].version->funcs->resume(adev); in smu_v13_0_10_mode2_restore_ip() 194 adev->ip_blocks[i].version->funcs->name, r); in smu_v13_0_10_mode2_restore_ip() [all …]
|