Searched +full:regulator +full:- +full:name (Results 1 – 2 of 2) sorted by relevance
/qemu/hw/sensor/ |
H A D | isl_pmbus_vr.c | 6 * SPDX-License-Identifier: GPL-2.0-or-later 11 #include "hw/qdev-properties.h" 20 switch (pmdev->code) { in isl_pmbus_vr_read_byte() 22 if (!s->ic_device_id_len) { in isl_pmbus_vr_read_byte() 25 pmbus_send(pmdev, s->ic_device_id, s->ic_device_id_len); in isl_pmbus_vr_read_byte() 32 __func__, pmdev->code); in isl_pmbus_vr_read_byte() 41 __func__, pmdev->code); in isl_pmbus_vr_write_data() 46 static void isl_pmbus_vr_get(Object *obj, Visitor *v, const char *name, in isl_pmbus_vr_get() argument 49 visit_type_uint16(v, name, (uint16_t *)opaque, errp); in isl_pmbus_vr_get() 52 static void isl_pmbus_vr_set(Object *obj, Visitor *v, const char *name, in isl_pmbus_vr_set() argument [all …]
|
/qemu/tests/functional/acpi-bits/bits-tests/ |
H A D | smbios.py2 | 4 # SPDX-License-Identifier: BSD-3-Clause 14 # * Neither the name of Intel Corporation nor the names of its contributors 45 if sys.platform == "BITS-EFI": 92 print "Failure: Type {} - not found".format(num) 140 self.strings_length = u.offset - self.strings_offset 167 return self.strings[i - 1] 186 characteristic_bytes = self.length - 0x12 319 0x0F: 'Space-saving', 328 0x18: 'Sealed-case PC', 329 0x19: 'Multi-system chassis W', [all …]
|