Home
last modified time | relevance | path

Searched refs:props_ (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/media/usb/dvb-usb-v2/
H A Ddvb_usb.h89 #define DVB_USB_DEVICE(vend, prod, props_, name_, rc) \ argument
94 .props = (props_), \
/openbmc/qemu/include/hw/
H A Dqdev-core.h135 Property *props_; member
/openbmc/qemu/hw/core/
H A Dqdev-properties.c774 prop = qdev_prop_walk(DEVICE_CLASS(class)->props_, name); in qdev_prop_find()
1068 dc->props_ = props; in device_class_set_props()
H A Dqdev.c720 klass->props_ = NULL; in device_class_base_init()
/openbmc/qemu/system/
H A Dqdev-monitor.c808 qdev_print_props(mon, dev, DEVICE_CLASS(class)->props_, indent); in qdev_print()