Home
last modified time | relevance | path

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

/qemu/include/hw/
H A Dqdev-properties.h53 extern const PropertyInfo qdev_prop_uint8;
154 DEFINE_PROP_UNSIGNED(_n, _s, _f, _d, qdev_prop_uint8, uint8_t)
/qemu/hw/intc/
H A Drx_icu.c366 qdev_prop_uint8, uint8_t),
368 qdev_prop_uint8, uint8_t),
/qemu/hw/net/
H A De1000e.c697 e1000e_prop_disable_vnet = qdev_prop_uint8; in e1000e_class_init()
/qemu/hw/core/
H A Dqdev-properties.c294 const PropertyInfo qdev_prop_uint8 = { variable