| /openbmc/qemu/include/system/ |
| H A D | blockdev.h | 27 struct DriveInfo { struct 35 QTAILQ_ENTRY(DriveInfo) next; argument 48 DriveInfo *blk_legacy_dinfo(BlockBackend *blk); 49 DriveInfo *blk_set_legacy_dinfo(BlockBackend *blk, DriveInfo *dinfo); 50 BlockBackend *blk_by_legacy_dinfo(DriveInfo *dinfo); 54 DriveInfo *drive_get(BlockInterfaceType type, int bus, int unit); 56 DriveInfo *drive_get_by_index(BlockInterfaceType type, int index); 61 DriveInfo *drive_new(QemuOpts *arg, BlockInterfaceType block_default_type,
|
| /openbmc/qemu/include/hw/block/ |
| H A D | fdc.h | 12 void isa_fdc_init_drives(ISADevice *fdc, DriveInfo **fds); 13 void fdctrl_init_sysbus(qemu_irq irq, hwaddr mmio_base, DriveInfo **fds); 15 DriveInfo **fds, qemu_irq *fdc_tc);
|
| H A D | flash.h | 26 void pflash_cfi01_legacy_drive(PFlashCFI01 *dev, DriveInfo *dinfo);
|
| /openbmc/qemu/include/hw/ide/ |
| H A D | mmio.h | 24 void mmio_ide_init_drives(DeviceState *dev, DriveInfo *hd0, DriveInfo *hd1);
|
| H A D | isa.h | 18 DriveInfo *hd0, DriveInfo *hd1);
|
| H A D | ahci.h | 52 void ahci_ide_create_devs(AHCIState *ahci, DriveInfo **hd);
|
| H A D | ide-bus.h | 36 IDEDevice *ide_bus_create_drive(IDEBus *bus, int unit, DriveInfo *drive);
|
| H A D | ide-dev.h | 184 void ide_drive_get(DriveInfo **hd, int max_bus);
|
| /openbmc/qemu/hw/ide/ |
| H A D | isa.c | 81 DriveInfo *hd0, DriveInfo *hd1) in isa_ide_init()
|
| H A D | mmio.c | 171 void mmio_ide_init_drives(DeviceState *dev, DriveInfo *hd0, DriveInfo *hd1) in mmio_ide_init_drives()
|
| H A D | ide-bus.c | 74 IDEDevice *ide_bus_create_drive(IDEBus *bus, int unit, DriveInfo *drive) in ide_bus_create_drive()
|
| H A D | macio.c | 491 void macio_ide_init_drives(MACIOIDEState *s, DriveInfo **hd_table) in macio_ide_init_drives()
|
| H A D | pci.c | 578 DriveInfo *hd_table[2 * MAX_IDE_DEVS]; in pci_ide_create_devs()
|
| /openbmc/qemu/include/qemu/ |
| H A D | typedefs.h | 49 typedef struct DriveInfo DriveInfo; typedef
|
| /openbmc/qemu/hw/block/ |
| H A D | fdc-sysbus.c | 99 void fdctrl_init_sysbus(qemu_irq irq, hwaddr mmio_base, DriveInfo **fds) in fdctrl_init_sysbus() 116 DriveInfo **fds, qemu_irq *fdc_tc) in sun4m_fdctrl_init()
|
| H A D | fdc-internal.h | 152 void fdctrl_init_drives(FloppyBus *bus, DriveInfo **fds);
|
| H A D | fdc-isa.c | 77 void isa_fdc_init_drives(ISADevice *fdc, DriveInfo **fds) in isa_fdc_init_drives()
|
| H A D | pflash_cfi01.c | 1006 void pflash_cfi01_legacy_drive(PFlashCFI01 *fl, DriveInfo *dinfo) in pflash_cfi01_legacy_drive()
|
| /openbmc/qemu/include/hw/misc/macio/ |
| H A D | macio.h | 98 void macio_ide_init_drives(MACIOIDEState *ide, DriveInfo **hd_table);
|
| /openbmc/qemu/hw/sparc64/ |
| H A D | niagara.c | 102 DriveInfo *dinfo = drive_get(IF_PFLASH, 0, 0); in niagara_init()
|
| /openbmc/qemu/hw/microblaze/ |
| H A D | petalogix_s3adsp1800_mmu.c | 78 DriveInfo *dinfo; in OBJECT_DECLARE_TYPE()
|
| H A D | petalogix_ml605_mmu.c | 78 DriveInfo *dinfo; in petalogix_ml605_init()
|
| /openbmc/qemu/hw/misc/ |
| H A D | sifive_u_otp.c | 205 DriveInfo *dinfo; in sifive_u_otp_realize()
|
| /openbmc/qemu/block/ |
| H A D | block-backend.c | 48 DriveInfo *legacy_dinfo; /* null unless created by drive_new() */ 107 static void drive_info_del(DriveInfo *dinfo); 504 static void drive_info_del(DriveInfo *dinfo) in drive_info_del() 812 DriveInfo *blk_legacy_dinfo(BlockBackend *blk) in blk_legacy_dinfo() 823 DriveInfo *blk_set_legacy_dinfo(BlockBackend *blk, DriveInfo *dinfo) in blk_set_legacy_dinfo() 834 BlockBackend *blk_by_legacy_dinfo(DriveInfo *dinfo) in blk_by_legacy_dinfo()
|
| /openbmc/qemu/hw/arm/ |
| H A D | exynos4210.c | 746 DriveInfo *di; in exynos4210_realize()
|