Home
last modified time | relevance | path

Searched defs:version (Results 1 – 25 of 1695) sorted by relevance

12345678910>>...68

/openbmc/linux/drivers/staging/rtl8723bs/include/
H A DHalVerDef.h55 #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
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
74 #define IS_D_CUT(version) ((GET_CVID_CUT_VERSION(version) == D_CUT_VERSION) ? true : false) argument
[all …]
/openbmc/phosphor-webui/
H A Dpackage-lock.json3 "version": "2.8.0-dev", string
8 "version": "7.8.3", string
17 "version": "7.9.0", string
28 "version": "7.9.0", string
78 "version": "7.9.5", string
90 "version": "7.8.3", string
99 "version": "7.8.3", string
109 "version": "7.8.7", string
122 "version": "7.8.8", string
133 "version": "7.8.3", string
[all …]
/openbmc/webui-vue/
H A Dpackage-lock.json3 "version": "0.1.0", string
9 "version": "0.1.0", string
63 "version": "9.2.2", string
77 "version": "2.3.0", string
90 "version": "7.24.7", string
103 "version": "7.24.7", string
112 "version": "7.24.7", string
142 "version": "7.24.7", string
157 "version": "7.24.7", string
169 "version": "7.24.7", string
[all …]
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/
H A Ddef.h38 #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
49 #define IS_1T1R(version) ((GET_CVID_RF_TYPE(version)) ? false : true) argument
57 #define IS_VENDOR_UMC_A_CUT(version) ((IS_CHIP_VENDOR_UMC(version))\ argument
60 #define IS_VENDOR_8723_A_CUT(version) ((IS_8723_SERIES(version))\ argument
[all …]
/openbmc/linux/tools/testing/selftests/bpf/
H A DREADME.rst224 .. _0: https://reviews.llvm.org/D74572
225 .. _1: https://reviews.llvm.org/D74668
226 .. _2: https://reviews.llvm.org/D85174
227 .. _3: https://reviews.llvm.org/D83878
228 .. _4: https://reviews.llvm.org/D83242
267 .. _0: https://reviews.llvm.org/D111588
268 .. _1: https://reviews.llvm.org/D111199
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
H A Ddef.h52 #define IS_81XXC(version) \ argument
54 #define IS_8723_SERIES(version) \ argument
56 #define IS_92D(version) \ argument
59 #define IS_NORMAL_CHIP(version) \ argument
61 #define IS_NORMAL_CHIP92D(version) \ argument
64 #define IS_1T1R(version) \ argument
66 #define IS_1T2R(version) \ argument
68 #define IS_2T2R(version) \ argument
70 #define IS_CHIP_VENDOR_UMC(version) \ argument
73 #define IS_92C_SERIAL(version) \ argument
[all …]
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192c/
H A Dfw_common.h23 #define IS_CHIP_VER_B(version) ((version & CHIP_VER_B) ? true : false) argument
25 #define GET_CVID_RF_TYPE(version) \ argument
27 #define GET_CVID_CUT_VERSION(version) \ argument
29 #define IS_NORMAL_CHIP(version) \ argument
31 #define IS_2T2R(version) \ argument
34 #define IS_92C_SERIAL(version) \ argument
36 #define IS_CHIP_VENDOR_UMC(version) \ argument
38 #define IS_VENDOR_UMC_A_CUT(version) \ argument
41 #define IS_81XXC_VENDOR_UMC_B_CUT(version) \ argument
/openbmc/openbmc/poky/bitbake/lib/prserv/
H A Ddb.py81 def test_package(self, version, pkgarch): argument
93 def test_value(self, version, pkgarch, value): argument
105 def find_value(self, version, pkgarch, checksum): argument
116 def find_max_value(self, version, pkgarch): argument
127 def _get_value_hist(self, version, pkgarch, checksum): argument
161 def _get_value_no_hist(self, version, pkgarch, checksum): argument
195 def get_value(self, version, pkgarch, checksum): argument
201 def _import_hist(self, version, pkgarch, checksum, value): argument
228 def _import_no_hist(self, version, pkgarch, checksum, value): argument
255 def importone(self, version, pkgarch, checksum, value): argument
[all …]
H A Dclient.py16 async def getPR(self, version, pkgarch, checksum): argument
23 async def test_pr(self, version, pkgarch, checksum): argument
30 async def test_package(self, version, pkgarch): argument
37 async def max_package_pr(self, version, pkgarch): argument
44 async def importone(self, version, pkgarch, checksum, value): argument
51 async def export(self, version, pkgarch, checksum, colinfo): argument
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192de/
H A Ddef.h92 #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
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
108 #define IS_92D(version) ((GET_CVID_IC_TYPE(version) == \ argument
110 #define IS_92D_C_CUT(version) ((IS_92D(version)) ? \ argument
113 #define IS_92D_D_CUT(version) ((IS_92D(version)) ? \ argument
[all …]
/openbmc/linux/drivers/media/platform/allegro-dvt/
H A Dallegro-mail.c47 enum mcu_msg_version version = msg->header.version; in allegro_enc_init() local
65 enum mcu_msg_version version = param->version; in settings_get_mcu_codec() local
90 enum mcu_msg_version version = param->version; in allegro_encode_config_blob() local
235 enum mcu_msg_version version = msg->header.version; in allegro_enc_create_channel() local
257 enum mcu_msg_version version = msg->header.version; in allegro_decode_config_blob() local
320 enum mcu_msg_version version = msg->header.version; in allegro_enc_encode_frame() local
370 enum mcu_msg_version version = msg->header.version; in allegro_dec_create_channel() local
409 enum mcu_msg_version version = msg->header.version; in allegro_dec_encode_frame() local
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
H A Ddef.h163 #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
187 #define IS_VENDOR_8812A_C_CUT(version) ((IS_8812_SERIES(version)) ? \ argument
[all …]
/openbmc/linux/drivers/media/platform/qcom/venus/
H A Dhfi_platform.c9 const struct hfi_platform *hfi_platform_get(enum hfi_version 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()
40 hfi_platform_get_codec_vsp_freq(enum hfi_version version, u32 codec, u32 session_type) 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()
/openbmc/linux/include/linux/fpga/
H A Dadi-axi-common.h19 #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
/openbmc/linux/drivers/gpu/drm/nouveau/include/nvif/
H A Dioctl.h8 __u8 version; member
32 __u64 version; member
37 __u8 version; member
49 __u8 version; member
64 __u8 version; member
72 __u8 version; member
81 __u8 version; member
90 __u8 version; member
H A Dif000c.h4 __u8 version; member
27 __u8 version; member
38 __u8 version; member
52 __u8 version; member
58 __u8 version; member
68 __u8 version; member
74 __u8 version; member
94 __u8 version; member
112 __u8 version; member
/openbmc/linux/tools/testing/selftests/vDSO/
H A Dvdso_test_gettimeofday.c28 const char *version = "LINUX_2.6.39"; variable
31 const char *version = "LINUX_4.15"; variable
34 const char *version = "LINUX_2.6"; variable
/openbmc/linux/drivers/scsi/qla2xxx/
H A Dqla_edif_bsg.h33 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 …]
/openbmc/linux/tools/perf/
H A Dbuiltin-version.c12 struct version { struct
16 static struct version version; argument
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Duser_data_json.cpp56 std::string prettyJSON(uint16_t componentID, uint8_t subType, uint8_t version, in prettyJSON()
112 std::string getCBORJSON(uint16_t componentID, uint8_t subType, uint8_t version, in getCBORJSON()
154 std::string getTextJSON(uint16_t componentID, uint8_t subType, uint8_t version, in getTextJSON()
205 getBuiltinFormatJSON(uint16_t componentID, uint8_t subType, uint8_t version, in getBuiltinFormatJSON()
257 uint8_t version, in getPythonJSON()
397 uint8_t version, in getJSON()
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/mxm/
H A Dbase.c44 mxm_shadow_rom(struct nvkm_mxm *mxm, u8 version) in mxm_shadow_rom()
80 mxm_shadow_dsm(struct nvkm_mxm *mxm, u8 version) in mxm_shadow_dsm()
131 wmi_wmmx_mxmi(struct nvkm_mxm *mxm, u8 version) in wmi_wmmx_mxmi()
161 mxm_shadow_wmi(struct nvkm_mxm *mxm, u8 version) in mxm_shadow_wmi()
213 mxm_shadow(struct nvkm_mxm *mxm, u8 version) in mxm_shadow()
/openbmc/phosphor-power/tools/power-utils/
H A Dversion.cpp83 for (const auto& version : versions) in getLatestDefault() local
95 namespace version namespace
106 std::string version; in getVersion() local
/openbmc/linux/net/batman-adv/
H A Dtvlv.c69 batadv_tvlv_handler_get(struct batadv_priv *bat_priv, u8 type, u8 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()
209 u8 type, u8 version) in batadv_tvlv_container_unregister()
232 u8 type, u8 version, in batadv_tvlv_container_register()
547 u8 type, u8 version, u8 flags) in batadv_tvlv_handler_register()
591 u8 type, u8 version) in batadv_tvlv_handler_unregister()
618 const u8 *dst, u8 type, u8 version, in batadv_tvlv_unicast_send()
/openbmc/linux/include/uapi/sound/sof/
H A Dabi.h47 #define SOF_ABI_VERSION_MAJOR(version) \ argument
49 #define SOF_ABI_VERSION_MINOR(version) \ argument
51 #define SOF_ABI_VERSION_PATCH(version) \ argument
/openbmc/linux/drivers/net/ethernet/huawei/hinic/
H A Dhinic_port.h26 u8 version; member
195 u8 version; member
210 u8 version; member
246 u8 version; member
257 u8 version; member
266 u8 version; member
275 u8 version; member
290 u8 version; member
301 u8 version; member
311 u8 version; member
[all …]

12345678910>>...68