Searched refs:DEVICE_CATEGORY_STORAGE (Results 1 – 25 of 59) sorted by relevance
123
/openbmc/qemu/hw/ide/ |
H A D | piix.c | 193 set_bit(DEVICE_CATEGORY_STORAGE, dc->categories); in piix3_ide_class_init() 216 set_bit(DEVICE_CATEGORY_STORAGE, dc->categories); in piix4_ide_class_init()
|
H A D | isa.c | 119 set_bit(DEVICE_CATEGORY_STORAGE, dc->categories); in isa_ide_class_initfn()
|
H A D | ich.c | 180 set_bit(DEVICE_CATEGORY_STORAGE, dc->categories); in ich_ahci_class_init()
|
H A D | ide-dev.c | 248 set_bit(DEVICE_CATEGORY_STORAGE, k->categories); in ide_device_class_init()
|
H A D | via.c | 266 set_bit(DEVICE_CATEGORY_STORAGE, dc->categories); in via_ide_class_init()
|
H A D | sii3112.c | 305 set_bit(DEVICE_CATEGORY_STORAGE, dc->categories); in sii3112_pci_class_init()
|
/openbmc/qemu/hw/s390x/ |
H A D | vhost-scsi-ccw.c | 57 set_bit(DEVICE_CATEGORY_STORAGE, dc->categories); in vhost_ccw_scsi_class_init()
|
H A D | virtio-ccw-9p.c | 59 set_bit(DEVICE_CATEGORY_STORAGE, dc->categories); in virtio_ccw_9p_class_init()
|
H A D | virtio-ccw-blk.c | 62 set_bit(DEVICE_CATEGORY_STORAGE, dc->categories); in virtio_ccw_blk_class_init()
|
H A D | vhost-user-fs-ccw.c | 59 set_bit(DEVICE_CATEGORY_STORAGE, dc->categories); in vhost_user_fs_ccw_class_init()
|
H A D | virtio-ccw-scsi.c | 71 set_bit(DEVICE_CATEGORY_STORAGE, dc->categories); in virtio_ccw_scsi_class_init()
|
/openbmc/qemu/hw/virtio/ |
H A D | virtio-9p-pci.c | 64 set_bit(DEVICE_CATEGORY_STORAGE, dc->categories); in virtio_9p_pci_class_init()
|
H A D | vhost-user-fs-pci.c | 57 set_bit(DEVICE_CATEGORY_STORAGE, dc->categories); in vhost_user_fs_pci_class_init()
|
H A D | vhost-user-scsi-pci.c | 77 set_bit(DEVICE_CATEGORY_STORAGE, dc->categories); in vhost_user_scsi_pci_class_init()
|
H A D | vhost-scsi-pci.c | 71 set_bit(DEVICE_CATEGORY_STORAGE, dc->categories); in vhost_scsi_pci_class_init()
|
H A D | vhost-user-blk-pci.c | 75 set_bit(DEVICE_CATEGORY_STORAGE, dc->categories); in vhost_user_blk_pci_class_init()
|
H A D | virtio-blk-pci.c | 73 set_bit(DEVICE_CATEGORY_STORAGE, dc->categories); in virtio_blk_pci_class_init()
|
H A D | virtio-scsi-pci.c | 83 set_bit(DEVICE_CATEGORY_STORAGE, dc->categories); in virtio_scsi_pci_class_init()
|
H A D | virtio-pmem.c | 180 set_bit(DEVICE_CATEGORY_STORAGE, dc->categories); in virtio_pmem_class_init()
|
/openbmc/qemu/hw/scsi/ |
H A D | esp-pci.c | 441 set_bit(DEVICE_CATEGORY_STORAGE, dc->categories); in esp_pci_class_init() 568 set_bit(DEVICE_CATEGORY_STORAGE, dc->categories); in dc390_class_init()
|
/openbmc/qemu/hw/block/ |
H A D | fdc-sysbus.c | 186 set_bit(DEVICE_CATEGORY_STORAGE, dc->categories); in sysbus_fdc_common_class_init()
|
H A D | fdc-isa.c | 314 set_bit(DEVICE_CATEGORY_STORAGE, dc->categories); in isabus_fdc_class_init()
|
/openbmc/qemu/hw/nvme/ |
H A D | subsys.c | 233 set_bit(DEVICE_CATEGORY_STORAGE, dc->categories); in nvme_subsys_class_init()
|
/openbmc/qemu/hw/mem/ |
H A D | nvdimm.c | 268 set_bit(DEVICE_CATEGORY_STORAGE, dc->categories); in nvdimm_class_init()
|
/openbmc/qemu/hw/9pfs/ |
H A D | virtio-9p-device.c | 259 set_bit(DEVICE_CATEGORY_STORAGE, dc->categories); in virtio_9p_class_init()
|
123