Home
last modified time | relevance | path

Searched refs:num_devs (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/include/linux/mtd/
H A Dconcat.h14 int num_devs, /* number of subdevices */
/openbmc/u-boot/drivers/mtd/
H A Dmtdconcat.c686 int num_devs, /* number of subdevices */ in mtd_concat_create() argument
701 for (i = 0; i < num_devs; i++) in mtd_concat_create()
706 size = SIZEOF_STRUCT_MTD_CONCAT(num_devs); in mtd_concat_create()
726 for (i = 0; i < num_devs; i++) in mtd_concat_create()
755 for (i = 1; i < num_devs; i++) { in mtd_concat_create()
809 concat->num_subdev = num_devs; in mtd_concat_create()
832 for (i = 0; i < num_devs; i++) { in mtd_concat_create()
897 for (i = 0; i < num_devs; i++) { in mtd_concat_create()
/openbmc/qemu/hw/xen/
H A Dxen-host-pci-device.c49 unsigned int num_devs, len, i; in xen_host_pci_fill_local_addr() local
61 "%d", &num_devs) != 1) { in xen_host_pci_fill_local_addr()
66 for (i = 0; i < num_devs; i++) { in xen_host_pci_fill_local_addr()
/openbmc/u-boot/drivers/virtio/
H A Dvirtio_pci_legacy.c280 static int num_devs; in virtio_pci_bind() local
284 sprintf(name, "%s#%u", VIRTIO_PCI_DRV_NAME, num_devs++); in virtio_pci_bind()
H A Dvirtio_pci_modern.c443 static int num_devs; in virtio_pci_bind() local
447 sprintf(name, "%s#%u", VIRTIO_PCI_DRV_NAME, num_devs++); in virtio_pci_bind()