Searched refs:get_values (Results 1 – 6 of 6) sorted by relevance
/openbmc/phosphor-power/phosphor-regulators/tools/ |
H A D | validate-regulators-config.py | 20 def get_values(json_element, key, result=None): function 37 get_values(json_element[json_key], key, result) 41 get_values(item, key, result) 75 i2c_write_bytes = get_values(config_json, "i2c_write_bytes") 76 i2c_compare_bytes = get_values(config_json, "i2c_compare_bytes") 113 rule_ids = get_values(config_json, "rule_id") 132 device_ids = get_values(config_json, "device_id") 151 device_ids = get_values(config_json, "set_device") 170 rule_ids = get_values(config_json, "run_rule") 230 json_ids = get_values(config_json, "id")
|
/openbmc/linux/drivers/net/ethernet/pensando/ionic/ |
H A D | ionic_stats.h | 41 void (*get_values)(struct ionic_lif *lif, u64 **buf); member
|
H A D | ionic_stats.c | 344 .get_values = ionic_sw_stats_get_values,
|
H A D | ionic_ethtool.c | 33 ionic_stats_groups[i].get_values(lif, &buf); in ionic_get_stats()
|
/openbmc/qemu/scripts/qapi/ |
H A D | parser.py | 384 def get_values(self) -> List[object]: member in QAPISchemaParser 408 expr = self.get_values()
|
/openbmc/linux/tools/testing/selftests/hid/tests/ |
H A D | test_multitouch.py | 214 values = f.get_values(data)
|