OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:qdev_get_prop_int
(Results
1 - 4
of
4
) sorted by null
/external/qemu/hw/
qdev.h
102
uint64_t
qdev_get_prop_int
(DeviceState *dev, const char *name, uint64_t def);
armv7m.c
130
s->base =
qdev_get_prop_int
(&dev->qdev, "base", 0);
qdev.c
312
uint64_t
qdev_get_prop_int
(DeviceState *dev, const char *name, uint64_t def)
function
pci.c
915
devfn =
qdev_get_prop_int
(qdev, "devfn", -1);
Completed in 336 milliseconds