OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:config_read
(Results
1 - 2
of
2
) sorted by null
/external/qemu/hw/
pci.c
244
PCIConfigReadFunc *
config_read
,
261
if (!
config_read
)
262
config_read
= pci_default_read_config;
265
pci_dev->
config_read
=
config_read
;
274
PCIConfigReadFunc *
config_read
,
281
config_read
, config_write);
630
val = pci_dev->
config_read
(pci_dev, config_addr, len);
917
NULL, NULL);//FIXME:
config_read
, config_write);
pci.h
152
PCIConfigReadFunc *
config_read
;
member in struct:PCIDevice
165
PCIConfigReadFunc *
config_read
,
Completed in 23 milliseconds