Home
last modified time | relevance | path

Searched refs:BUS (Results 126 – 150 of 213) sorted by relevance

123456789

/openbmc/qemu/hw/block/
H A Dvhost-user-blk.c127 BusState *qbus = BUS(qdev_get_parent_bus(DEVICE(vdev))); in vhost_user_blk_start()
201 BusState *qbus = BUS(qdev_get_parent_bus(DEVICE(vdev))); in vhost_user_blk_stop()
/openbmc/linux/arch/arm/boot/dts/microchip/
H A Dat91-sama5d27_som1_ek.dts22 serial1 = &uart4; /* mikro BUS 1 */
23 serial2 = &uart2; /* mikro BUS 2 */
/openbmc/phosphor-webui/
H A DREADME.md12 - phosphor-webui uses the REST D-BUS API which has been [disabled by default in
/openbmc/qemu/hw/virtio/
H A Dvirtio-mem-pci.c26 qdev_realize(vdev, BUS(&vpci_dev->bus), errp); in virtio_mem_pci_realize()
/openbmc/qemu/hw/net/
H A Dvhost_net.c354 BusState *qbus = BUS(qdev_get_parent_bus(DEVICE(dev))); in vhost_net_start()
441 BusState *qbus = BUS(qdev_get_parent_bus(DEVICE(dev))); in vhost_net_stop()
/openbmc/linux/arch/sparc/kernel/
H A Dprom_irqtrans.c103 #define SABRE_CONFIG_ENCODE(BUS, DEVFN, REG) \ argument
104 (((unsigned long)(BUS) << 16) | \
/openbmc/u-boot/doc/device-tree-bindings/net/
H A Dstmmac.txt46 - snps,burst_len: The AXI burst lenth value of the AXI BUS MODE register.
/openbmc/qemu/hw/misc/
H A Dauxbus.c83 qdev_realize(DEVICE(bus->bridge), BUS(bus), &error_fatal); in aux_bus_realize()
/openbmc/qemu/hw/i386/
H A Dacpi-microvm.c133 qbus_build_aml(BUS(isabus), sb_scope); in build_dsdt_microvm()
/openbmc/qemu/hw/s390x/
H A Ds390-pci-bus.c840 bus = BUS(b); in s390_pcihost_realize()
845 qbus_set_hotplug_handler(BUS(s->bus), OBJECT(dev)); in s390_pcihost_realize()
937 if (!qdev_realize_and_unref(dev, BUS(s->bus), &local_err)) { in s390_pci_device_new()
1059 qbus_set_hotplug_handler(BUS(&pb->sec_bus), OBJECT(s)); in s390_pcihost_plug()
/openbmc/openbmc/poky/meta/site/
H A Dpowerpc32-linux106 # D-BUS
/openbmc/qemu/hw/fsi/
H A Daspeed-apb2opb.c260 if (!qdev_realize_and_unref(DEVICE(&s->fsi[i]), BUS(&s->opb[i]), in fsi_aspeed_apb2opb_realize()
/openbmc/qemu/hw/pci-host/
H A Dpnv_phb.c276 if (!pnv_parent_fixup(OBJECT(bus), BUS(bus), OBJECT(dev), in pnv_phb_root_port_realize()
H A Dxilinx-pcie.c140 qdev_realize(DEVICE(&s->root), BUS(pci->bus), &error_fatal); in xilinx_pcie_host_realize()
H A Dversatile.c464 qdev_realize(DEVICE(&s->pci_dev), BUS(&s->pci_bus), errp); in pci_vpb_realize()
H A Dgpex-acpi.c184 crs = build_crs(PCI_HOST_BRIDGE(BUS(bus)->parent), &crs_range_set, in acpi_dsdt_add_gpex()
/openbmc/qemu/hw/display/
H A Dvirtio-vga.c166 if (!qdev_realize(DEVICE(g), BUS(&vpci_dev->bus), errp)) { in virtio_vga_base_realize()
/openbmc/linux/Documentation/devicetree/bindings/display/msm/
H A Ddp-controller.yaml151 # AUX BUS does not exist on DP controllers
/openbmc/linux/Documentation/networking/
H A Darcnet-hardware.rst39 There are two "types" of ARCnet - STAR topology and BUS topology. This
42 BUS cards to BUS cards. That makes sense, right? Well, it's not quite
107 Cards for coax cabling are shipped in two different variants: for BUS and
109 lies in the hybrid chip installed. BUS cards use high impedance output,
166 The BUS topology is very similar to the one used by Ethernet. The only
170 cable. A typical BUS ARCnet network looks like::
175 B - BUS type card
190 BUS network in place of a BUS card and a terminator::
796 It can be used in a star or a daisy-chained (BUS) network.
2148 BNC Coax connector (BUS ARCnet)
[all …]
/openbmc/linux/Documentation/scsi/
H A DChangeLog.sym53c8xx238 that overclocked PCI BUS up to 48 MHz will not be refused.
239 The more the BUS is overclocked, the less the driver will
293 from a device that has received a BUS DEVICE RESET message from
310 - Add the control command 'resetdev' that allows to send a BUS
322 present and IGNORE WIDE RESIDUE message on the BUS at the same time).
411 kinds of screw-up that may happen on the SCSI BUS.
/openbmc/qemu/hw/scsi/
H A Dvmw_pvscsi.c448 bus_cold_reset(BUS(&s->bus)); in pvscsi_reset_adapter()
897 bus_cold_reset(BUS(&s->bus)); in pvscsi_on_cmd_reset_bus()
1192 qbus_set_hotplug_handler(BUS(&s->bus), OBJECT(s)); in pvscsi_realizefn()
H A Dvirtio-scsi.c929 bus_cold_reset(BUS(&s->bus)); in virtio_scsi_reset()
1257 qbus_set_hotplug_handler(BUS(&s->bus), OBJECT(dev)); in virtio_scsi_device_realize()
1283 qbus_set_hotplug_handler(BUS(&s->bus), NULL); in virtio_scsi_device_unrealize()
/openbmc/qemu/hw/arm/
H A Dxilinx_zynq.c168 qdev_realize_and_unref(flash_dev, BUS(spi), &error_fatal); in zynq_init_spi_flashes()
/openbmc/qemu/include/hw/
H A Dqdev-core.h316 BUS, TYPE_BUS)
/openbmc/qemu/hw/i386/xen/
H A Dxen_platform.c195 if (st->aux && !unit && !strcmp(BUS(idebus)->name, "ide.0")) { in ide_dev_unplug()

123456789