Home
last modified time | relevance | path

Searched refs:supported_versions (Results 1 – 7 of 7) sorted by relevance

/openbmc/openbmc/poky/meta/lib/bblayers/setupwriters/
H A Doe-setup-layers.py38 supported_versions = ["1.0"]
39 if json_config["version"] not in supported_versions:
40 …ich is not in supported versions: {}".format(json_path, json_config["version"], supported_versions)
/openbmc/openbmc/poky/scripts/
H A Doe-setup-layers142 supported_versions = ["1.0"] variable
143 if json_f["version"] not in supported_versions:
144 …ich is not in supported versions: {}".format(args.jsondata, json_f["version"], supported_versions))
/openbmc/linux/drivers/iio/chemical/
H A Dsgp30.c414 const struct sgp_version *supported_versions; in sgp_check_compat() local
442 supported_versions = supported_versions_sgp30; in sgp_check_compat()
446 supported_versions = supported_versions_sgpc3; in sgp_check_compat()
456 if (major == supported_versions[ix].major && in sgp_check_compat()
457 minor >= supported_versions[ix].minor) in sgp_check_compat()
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mei/
H A Dsap.h164 u8 supported_versions[64]; member
H A Dmain.c1284 .supported_versions[0] = SAP_VERSION, in iwl_mei_send_start()
/openbmc/linux/drivers/net/ethernet/cisco/enic/
H A Dvnic_dev.h173 u64 *supported_versions, u64 *a1);
H A Dvnic_dev.c1259 u64 *supported_versions, u64 *a1) in vnic_dev_get_supported_feature_ver() argument
1267 *supported_versions = a0; in vnic_dev_get_supported_feature_ver()