Home
last modified time | relevance | path

Searched refs:DriveInfo (Results 1 – 25 of 27) sorted by relevance

12

/openbmc/qemu/include/system/
H A Dblockdev.h27 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 Dfdc.h12 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 Dflash.h26 void pflash_cfi01_legacy_drive(PFlashCFI01 *dev, DriveInfo *dinfo);
/openbmc/qemu/include/hw/ide/
H A Dmmio.h24 void mmio_ide_init_drives(DeviceState *dev, DriveInfo *hd0, DriveInfo *hd1);
H A Disa.h18 DriveInfo *hd0, DriveInfo *hd1);
H A Dahci.h52 void ahci_ide_create_devs(AHCIState *ahci, DriveInfo **hd);
H A Dide-bus.h36 IDEDevice *ide_bus_create_drive(IDEBus *bus, int unit, DriveInfo *drive);
H A Dide-dev.h184 void ide_drive_get(DriveInfo **hd, int max_bus);
/openbmc/qemu/hw/ide/
H A Disa.c81 DriveInfo *hd0, DriveInfo *hd1) in isa_ide_init()
H A Dmmio.c171 void mmio_ide_init_drives(DeviceState *dev, DriveInfo *hd0, DriveInfo *hd1) in mmio_ide_init_drives()
H A Dide-bus.c74 IDEDevice *ide_bus_create_drive(IDEBus *bus, int unit, DriveInfo *drive) in ide_bus_create_drive()
H A Dmacio.c491 void macio_ide_init_drives(MACIOIDEState *s, DriveInfo **hd_table) in macio_ide_init_drives()
H A Dpci.c578 DriveInfo *hd_table[2 * MAX_IDE_DEVS]; in pci_ide_create_devs()
/openbmc/qemu/include/qemu/
H A Dtypedefs.h49 typedef struct DriveInfo DriveInfo; typedef
/openbmc/qemu/hw/block/
H A Dfdc-sysbus.c99 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 Dfdc-internal.h152 void fdctrl_init_drives(FloppyBus *bus, DriveInfo **fds);
H A Dfdc-isa.c77 void isa_fdc_init_drives(ISADevice *fdc, DriveInfo **fds) in isa_fdc_init_drives()
H A Dpflash_cfi01.c1006 void pflash_cfi01_legacy_drive(PFlashCFI01 *fl, DriveInfo *dinfo) in pflash_cfi01_legacy_drive()
/openbmc/qemu/include/hw/misc/macio/
H A Dmacio.h98 void macio_ide_init_drives(MACIOIDEState *ide, DriveInfo **hd_table);
/openbmc/qemu/hw/sparc64/
H A Dniagara.c102 DriveInfo *dinfo = drive_get(IF_PFLASH, 0, 0); in niagara_init()
/openbmc/qemu/hw/microblaze/
H A Dpetalogix_s3adsp1800_mmu.c78 DriveInfo *dinfo; in OBJECT_DECLARE_TYPE()
H A Dpetalogix_ml605_mmu.c78 DriveInfo *dinfo; in petalogix_ml605_init()
/openbmc/qemu/hw/misc/
H A Dsifive_u_otp.c205 DriveInfo *dinfo; in sifive_u_otp_realize()
/openbmc/qemu/block/
H A Dblock-backend.c48 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 Dexynos4210.c746 DriveInfo *di; in exynos4210_realize()

12