Home
last modified time | relevance | path

Searched refs:attached (Results 1 – 25 of 315) sorted by relevance

12345678910>>...13

/openbmc/qemu/hw/usb/
H A Dbus.c59 dev->attached = false; in usb_device_post_load()
61 dev->attached = true; in usb_device_post_load()
289 if (dev->attached) { in usb_qdev_unrealize()
489 assert(!dev->attached); in usb_check_attach()
516 dev->attached = true; in usb_device_attach()
526 assert(dev->attached); in usb_device_detach()
530 dev->attached = false; in usb_device_detach()
556 dev->attached ? ", attached" : ""); in usb_bus_dev_print()
684 return dev->attached; in usb_get_attached()
691 if (dev->attached == value) { in usb_set_attached()
H A Ddev-serial.c520 if (!s->dev.attached) { in usb_serial_can_read()
568 if (!s->always_plugged && !s->dev.attached) { in usb_serial_event()
573 if (!s->always_plugged && s->dev.attached) { in usb_serial_event()
609 !dev->attached) { in usb_serial_realize()
H A Dxen-usb.c74 bool attached; member
468 if (!stub->dev || !stub->attached) { in usbback_check_and_submit()
548 if (!usbback_req->stub || !usbback_req->stub->attached) { in usbback_dispatch()
711 if (!usbif->ports[port - 1].attached) { in usbback_portid_detach()
716 usbif->ports[port - 1].attached = false; in usbback_portid_detach()
803 usbif->ports[port - 1].attached = true; in usbback_portid_add()
969 usbif->ports[port->index].attached = true; in xen_bus_attach()
/openbmc/qemu/docs/system/
H A Ddevice-emulation.rst34 automatically created. In most cases the BUS a device is attached to
38 (``bus=ID``) a device is attached to along with its address
42 additional buses to the system that other devices can be attached to.
48 which would be a bar device (with the ID of baz) which is attached to
50 that bus is itself is attached to the first PCI bus (pci.0).
/openbmc/qemu/docs/
H A Dpci_expander_bridge.txt32 - a pxb host bridge attached to NUMA 1 with an e1000 behind it
33 - a pxb host bridge attached to NUMA 0 with an e1000 behind it
34 - a pxb host bridge not attached to any NUMA with a hard drive behind it.
54 When adding a device to PXB it is attached to the bridge for two reasons:
H A Dbypass-iommu.txt14 determine whether the devices attached on the PCI host bridge will bypass
18 the attached devices will go through vIOMMU by default.
/openbmc/u-boot/doc/
H A DREADME.nokia_rx5130 * 0. if keyboard is closed boot automatically attached kernel image
33 * 3. try boot from attached kernel image
53 * run attachboot - Boot attached kernel image (attached to U-Boot binary)
100 flashed with attached zImage to RX-51 kernel nand area. For enabling UBIFS
H A DREADME.nvme11 for enterprise and client solid state drives, typically attached to the PCI
30 it is able to scan all available namespaces attached to it. Scanning namespace
46 be executed for all NVMe hard disks attached to the NVMe controller to be
H A DREADME.ubi31 when such a UBI device is attached (via "ubi part"). Here an example:
59 UBI: attached mtd1 to ubi0
74 Now that the UBI device is attached, this device can be modified
152 UBI partition which has been attached with the ubi part command:
/openbmc/qemu/qapi/
H A Dcommon.json168 # Indicates whether a netfilter is attached to a netdev's transmit
171 # @all: the filter is attached both to the receive and the transmit
174 # @rx: the filter is attached to the receive queue of the netdev,
177 # @tx: the filter is attached to the transmit queue of the netdev,
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/mdio-tools/
H A Dmdio-tools.inc1 DESCRIPTION = "A low-level debug tool for communicating with devices attached to an MDIO bus"
/openbmc/phosphor-bmc-code-mgmt/cpld/
H A DREADME.md3 This daemon implements the update process for CPLD attached via I2C bus.
/openbmc/phosphor-bmc-code-mgmt/i2c-vr/
H A DREADME.md3 This daemon implements the update process for voltage regulators attached via
/openbmc/u-boot/doc/device-tree-bindings/gpio/
H A Daltera_pio.txt12 - gpio-bank-name: bank name attached to this device.
/openbmc/phosphor-bmc-code-mgmt/eeprom-device/
H A DREADME.md3 This daemon implements the update process for EEPROM device attached via I2C.
/openbmc/qemu/docs/system/devices/
H A Dusb.rst42 the EHCI controller. Devices must be attached to the correct
56 bus they should be attached to. Here is a complete example:
128 USB attached SCSI device. This does not create a SCSI disk, so
253 case they are added with ``attached = false`` so the guest will not see
254 the device until the ``attached`` property is explicitly set to true.
261 #. ``scripts/qmp/qom-set foo.attached = true``
327 Specifies the bus number the device must be attached to
331 Specifies the physical port the device is attached to
H A Dnvme.rst128 Specifies that the namespace will be attached to all controllers in the
130 and may only be attached to a single controller at a time. Shared namespaces
131 are always automatically attached to all controllers (also when controllers
136 not attached to any controllers initially. A shared namespace with this set
137 to ``on`` will never be automatically attached to controllers.
148 will cause NSID 1 will be a shared namespace that is initially attached to both
151 attached to any controller initially (due to ``detached=on``) or to hotplugged
H A Dcxl.rst4 targets accelerators and memory devices attached to a CXL host.
15 attached to CXL or PCI End Points. Alternatively there may be CXL Switches
16 with CXL and PCI Endpoints attached below them. In many cases additional
38 CXL attached memory devices.
233 attached Type3 devices. Note this is a representative subset
238 directly attached to these ports.
303 A very simple setup with just one directly attached CXL Type 3 Persistent Memory device::
314 A very simple setup with just one directly attached CXL Type 3 Volatile Memory device::
337 the CXL Type3 device directly attached (no switches).::
/openbmc/u-boot/doc/device-tree-bindings/i2c/
H A Di2c-mux.txt26 with two NXP pca8574 GPIO expanders attached, one each to
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/panel-mipi-dbi/
H A Dpanel-mipi-dbi-native_git.bb4 This means many displays attached via SPI, even if the \
/openbmc/qemu/docs/specs/
H A Dfsi.rst30 which it is attached.
49 The configuration block presents engines in the order they are attached to the
55 so complete; it's assumed that each CFAM is attached to a single FSI slave (as
/openbmc/openbmc/meta-raspberrypi/recipes-connectivity/pi-bluetooth/pi-bluetooth/
H A D0001-bthelper-correct-path-for-hciconfig-under-Yocto.patch26 echo Not a UART-attached BT Modem
/openbmc/qemu/gdbstub/
H A Dgdbstub.c288 if (gdb_get_cpu_process(cpu)->attached) { in gdb_next_attached_cpu()
304 if (!process->attached) { in gdb_first_attached_cpu()
327 if (!process->attached) { in gdb_get_cpu()
346 if (!process->attached) { in gdb_get_cpu()
814 if (!process->attached) { in gdb_handle_vcont()
1032 process->attached = false; in handle_detach()
1434 process->attached = true; in handle_v_attach()
2314 if (!p->attached) { in gdb_set_stop_cpu()
2516 process->attached = false; in gdb_create_default_process()
/openbmc/u-boot/doc/driver-model/
H A Dusb-info.txt115 Given a controller, you know the bus - it is the one attached to the
117 root hub attached to it. This hub, which is itself a USB device, can provide
118 one or more 'ports' to which additional devices can be attached. It is
120 attached.
151 U-Boot simply finds the controller to which the device is attached, and sends
173 are attached to a parent hub (or controller in the case of the root hub) and
174 so have parent data attached to them (this is struct usb_device).
200 (only) device that is attached to the controller - a root hub
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/zeroconf/
H A Dzeroconf_0.9.bb7 are normally attached to each Ethernet device in your computer. \

12345678910>>...13