| /openbmc/qemu/chardev/ |
| H A D | char-pty.c | 43 int connected; member 52 static void pty_chr_state(Chardev *chr, int connected); 69 if (!s->connected) { in pty_chr_timer() 114 if (s->connected) { in char_pty_chr_write() 137 if (!s->connected) { in pty_chr_add_watch() 178 static void pty_chr_state(Chardev *chr, int connected) in pty_chr_state() argument 182 if (!connected) { in pty_chr_state() 184 if (s->connected) { in pty_chr_state() 187 s->connected = 0; in pty_chr_state() 194 if (!s->connected) { in pty_chr_state() [all …]
|
| /openbmc/qemu/docs/specs/ |
| H A D | aspeed-intc.rst | 22 from INTCIO and connected to INTC at input pin 0 and output pins 0 to 9 for 28 connected to INTCIO "T0 GICINT_196". The output pin is then connected to INTC 29 "GIC_192_201" at bit 4, and its bit 4 output pin is connected to GIC 196. 59 connected to INTC. The output pin is then connected to GIC 132.
|
| /openbmc/qemu/hw/scsi/ |
| H A D | vhost-user-scsi.c | 77 if (!s->connected) { in vhost_user_scsi_set_status() 116 if (!s->connected) { in vhost_user_scsi_handle_output() 154 if (s->connected) { in vhost_user_scsi_connect() 170 s->connected = true; in vhost_user_scsi_connect() 189 if (!s->connected) { in vhost_user_scsi_disconnect() 192 s->connected = false; in vhost_user_scsi_disconnect() 240 s->connected = false; in vhost_user_scsi_realize_connect() 252 assert(s->connected); in vhost_user_scsi_realize_connect()
|
| /openbmc/u-boot/board/ti/am335x/ |
| H A D | Kconfig | 18 The AM335x SoC supports having a NOR flash connected to the GPMC. 19 In practice this is seen as a NOR flash module connected to the
|
| /openbmc/phosphor-webui/app/server-control/directives/ |
| H A D | kvm-console.js | 33 function connected(e) { function 49 rfb.addEventListener('connect', connected);
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libfann/ |
| H A D | libfann_git.bb | 2 …artificial neural networks in C with support for both fully connected and sparsely connected netwo…
|
| /openbmc/qemu/hw/virtio/ |
| H A D | vhost-user-scmi.c | 119 if (!scmi->connected) { in vu_scmi_set_status() 177 if (scmi->connected) { in vu_scmi_connect() 180 scmi->connected = true; in vu_scmi_connect() 193 if (!scmi->connected) { in vu_scmi_disconnect() 196 scmi->connected = false; in vu_scmi_disconnect()
|
| H A D | vhost-user-base.c | 204 if (vub->connected) { in vub_connect() 207 vub->connected = true; in vub_connect() 233 if (!vub->connected) { in vub_disconnect() 236 vub->connected = false; in vub_disconnect()
|
| /openbmc/u-boot/drivers/video/bridge/ |
| H A D | Kconfig | 16 to be connected to an eDP output device such as an SoC that lacks 25 signalling) converter. It enables an LVDS LCD panel to be connected 35 panel to be connected to an parallel LCD interface.
|
| /openbmc/u-boot/drivers/tpm/ |
| H A D | Kconfig | 31 This driver supports an Atmel TPM device connected on the I2C bus. 40 This driver supports Infineon TPM devices connected on the I2C bus. 64 This driver supports Infineon TPM devices connected on the LPC bus. 82 This driver supports STMicroelectronics TPM devices connected on the I2C bus. 91 This driver supports STMicroelectronics TPM devices connected on the SPI bus. 143 This driver supports TPMv2.x devices connected on the SPI bus. 152 This driver supports TPMv2.x devices connected on the I2C bus.
|
| /openbmc/qemu/hw/ipmi/ |
| H A D | ipmi_bmc_extern.c | 72 bool connected; member 128 if (ibe->connected && ibe->send_reset) { in continue_send() 152 if (ibe->connected) { in extern_timeout() 205 } else if (!ibe->connected) { in ipmi_bmc_extern_handle_command() 388 ibe->connected = true; in chr_event() 418 if (!ibe->connected) { in chr_event() 421 ibe->connected = false; in chr_event()
|
| /openbmc/docs/designs/ |
| H A D | cable-monitor.md | 11 cables connected for a particular hardware setup may need to be determined at 13 available in openBMC that can be configured at runtime to monitor connected 58 "description": "The connected cable definition.", 62 "description": "The connected cable list.", 87 The configuration lists the cables that should be connected and monitored.
|
| /openbmc/u-boot/board/bachmann/ot1200/ |
| H A D | README | 8 FEC is connected directly to an ethernet switch (KSZ8895). The ethernet 12 FEC is connected to a normal phy and auto-negotiation is possible.
|
| /openbmc/qemu/hw/block/ |
| H A D | vhost-user-blk.c | 246 if (!s->connected) { in vhost_user_blk_set_status() 301 if (!s->connected) { in vhost_user_blk_handle_output() 343 if (s->connected) { in vhost_user_blk_connect() 362 s->connected = true; in vhost_user_blk_connect() 377 if (!s->connected) { in vhost_user_blk_disconnect() 380 s->connected = false; in vhost_user_blk_disconnect() 425 s->connected = false; in vhost_user_blk_realize_connect() 437 assert(s->connected); in vhost_user_blk_realize_connect()
|
| /openbmc/openbmc-test-automation/network/ |
| H A D | test_cable_pull_recover.robot | 13 # PORT_NUMBER The switch port where the server is connected (e.g. 44 [Documentation] Disable the port connected to the server. 48 # port_number The switch port where the server is connected (e.g.
|
| /openbmc/u-boot/board/congatec/conga-qeval20-qa3-e3845/ |
| H A D | README | 12 Super-IO chip connected on the congatec Qseven 2.0 evaluation carrier 22 this case. The signals need to get connected directly to the
|
| /openbmc/qemu/hw/gpio/ |
| H A D | nrf51_gpio.c | 60 bool connected, bool level) in update_output_irq() argument 62 int64_t irq_level = connected ? level : -1; in update_output_irq() 66 if ((old_connected != connected) || (old_level != level)) { in update_output_irq() 72 s->old_out_connected = deposit32(s->old_out_connected, i, 1, connected); in update_output_irq()
|
| /openbmc/openbmc/poky/meta-yocto-bsp/recipes-bsp/formfactor/formfactor/beaglebone-yocto/ |
| H A D | machconfig | 1 # Assume a USB mouse and keyboard are connected
|
| /openbmc/qemu/include/hw/virtio/ |
| H A D | vhost-user-scsi.h | 33 bool connected; member
|
| H A D | vhost-user-scmi.h | 27 bool connected; member
|
| H A D | vhost-user-blk.h | 50 bool connected; member
|
| H A D | vhost-user-base.h | 33 bool connected; member
|
| /openbmc/qemu/io/ |
| H A D | net-listener.c | 143 listener->connected = true; in qio_net_listener_add() 308 if (!listener->connected) { in qio_net_listener_disconnect() 323 listener->connected = false; in qio_net_listener_disconnect() 329 return listener->connected; in qio_net_listener_is_connected()
|
| /openbmc/qemu/hw/misc/ |
| H A D | aspeed_ibt.c | 338 ibt->connected = true; in aspeed_ibt_chr_event() 342 if (!ibt->connected) { in aspeed_ibt_chr_event() 345 ibt->connected = false; in aspeed_ibt_chr_event() 353 trace_aspeed_ibt_chr_event(ibt->connected); in aspeed_ibt_chr_event() 369 if (!ibt->connected) { in aspeed_ibt_chr_receive()
|
| /openbmc/u-boot/doc/ |
| H A D | README.fec_mxc | 27 Optional, selects the exact phy address that should be connected 33 example if the CPU is connected directly via the RGMII interface to a
|