Home
last modified time | relevance | path

Searched refs:get_values (Results 1 – 6 of 6) sorted by relevance

/openbmc/phosphor-power/phosphor-regulators/tools/
H A Dvalidate-regulators-config.py20 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 Dionic_stats.h41 void (*get_values)(struct ionic_lif *lif, u64 **buf); member
H A Dionic_stats.c344 .get_values = ionic_sw_stats_get_values,
H A Dionic_ethtool.c33 ionic_stats_groups[i].get_values(lif, &buf); in ionic_get_stats()
/openbmc/qemu/scripts/qapi/
H A Dparser.py384 def get_values(self) -> List[object]: member in QAPISchemaParser
408 expr = self.get_values()
/openbmc/linux/tools/testing/selftests/hid/tests/
H A Dtest_multitouch.py214 values = f.get_values(data)