Home
last modified time | relevance | path

Searched refs:qdev_prop_bool (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/rust/qemu-api/tests/
H A Dtests.rs43 unsafe { &qdev_prop_bool }, in test_device_decl_macros()
/openbmc/qemu/include/hw/
H A Dqdev-properties.h51 extern const PropertyInfo qdev_prop_bool;
104 DEFINE_PROP(_name, _state, _field, qdev_prop_bool, bool, \
/openbmc/qemu/rust/hw/char/pl011/src/
H A Ddevice_class.rs90 unsafe { &qdev_prop_bool },
/openbmc/qemu/hw/core/
H A Dqdev-properties.c255 const PropertyInfo qdev_prop_bool = { variable