/openbmc/qemu/tests/qemu-iotests/ |
H A D | 219 | 195 'node-name': 'drive0-node', 216 'device': 'drive0-node', 226 'device': 'drive0-node',
|
H A D | 108 | 333 --blockdev file,node-name=export-node,filename="$TEST_IMG" \ 334 …--export fuse,id=fuse-export,node-name=export-node,mountpoint="$export_mp",writable=on,growable=of… 343 --blockdev $export_mp_driver,node-name=file,filename="$export_mp"
|
/openbmc/u-boot/drivers/spi/ |
H A D | zynq_spi.c | 76 int node = dev_of_offset(bus); in zynq_spi_ofdata_to_platdata() local 81 plat->frequency = fdtdec_get_int(blob, node, "spi-max-frequency", in zynq_spi_ofdata_to_platdata() 83 plat->deactivate_delay_us = fdtdec_get_int(blob, node, in zynq_spi_ofdata_to_platdata() 85 plat->activate_delay_us = fdtdec_get_int(blob, node, in zynq_spi_ofdata_to_platdata()
|
/openbmc/qemu/hw/i2c/ |
H A D | i2c_mux_pca954x.c | 77 I2CNode *node = g_new(struct I2CNode, 1); in OBJECT_DECLARE_TYPE() local 78 node->elt = candidate; in OBJECT_DECLARE_TYPE() 79 QLIST_INSERT_HEAD(current_devs, node, next); in OBJECT_DECLARE_TYPE()
|
/openbmc/qemu/docs/interop/ |
H A D | vhost-user.json | 129 # @render-node: The --render-node command line option is supported. 136 'data': [ 'render-node', 'virgl' ]
|
/openbmc/phosphor-ipmi-flash/internal/ |
H A D | sys.cpp | 118 int SysImpl::getaddrinfo(const char* node, const char* service, in getaddrinfo() argument 122 return ::getaddrinfo(node, service, hints, res); in getaddrinfo()
|
/openbmc/u-boot/tools/binman/etype/ |
H A D | u_boot_ucode.py | 60 def __init__(self, section, etype, node): argument 61 Entry_blob.__init__(self, section, etype, node)
|
H A D | u_boot_with_ucode_ptr.py | 31 def __init__(self, section, etype, node): argument 32 Entry_blob.__init__(self, section, etype, node)
|
/openbmc/phosphor-webui/ |
H A D | package.json | 35 "node" 99 "node": ">=4.2.6", string
|
/openbmc/qemu/tests/qemu-iotests/tests/ |
H A D | migration-permissions | 41 vms[i].add_blockdev(f'file,node-name=prot,filename={test_img}') 42 vms[i].add_blockdev(f'{imgfmt},node-name=fmt,file=prot')
|
/openbmc/u-boot/board/freescale/ls2080a/ |
H A D | ls2080a.c | 81 * with old DT node (/fsl-mc) is no longer needed. in fdt_fixup_board_enet() 87 printf("%s: ERROR: fsl-mc node not found in device tree (error %d)\n", in fdt_fixup_board_enet()
|
/openbmc/u-boot/scripts/dtc/libfdt/ |
H A D | fdt.h | 98 #define FDT_BEGIN_NODE 0x1 /* Start node: full name */ 99 #define FDT_END_NODE 0x2 /* End node */
|
/openbmc/openbmc/meta-google/recipes-core/dropbear/ |
H A D | dropbear_%.bbappend | 8 # Allow SSH to the gbmc-bridge node on DEV builds
|
/openbmc/u-boot/doc/device-tree-bindings/gpio/ |
H A D | gpio-msm.txt | 9 - gpio-controller : Marks the device node as a GPIO controller.
|
/openbmc/u-boot/doc/device-tree-bindings/rtc/ |
H A D | brcm,brcmstb-waketimer.txt | 11 interrupt controller node
|
/openbmc/u-boot/include/cavium/ |
H A D | atf.h | 16 ssize_t atf_dram_size(unsigned int node);
|
/openbmc/u-boot/doc/device-tree-bindings/i2c/ |
H A D | tegra20-i2c.txt | 7 CAR node and the clock number as a parameter:
|
/openbmc/u-boot/doc/device-tree-bindings/leds/ |
H A D | common.txt | 5 taken from the node name (excluding the unit address).
|
/openbmc/u-boot/doc/device-tree-bindings/regulator/ |
H A D | st,stm32-vrefbuf.txt | 13 - vdda-supply: Phandle to the parent vdda supply regulator node.
|
/openbmc/u-boot/arch/arc/dts/ |
H A D | skeleton.dtsi | 4 * node.
|
/openbmc/qemu/include/block/ |
H A D | block_int-common.h | 307 * One example usage is to avoid waiting for an nbd target node reconnect 926 * If true, bdrv_replace_node() doesn't change the node this BdrvChild 933 * will return it. This information is used for drain_all, where every node 952 * human reader. This could be a node-name, BlockBackend name, qdev ID or 1027 * node name for identifying the node in question (in particular, a BB 1076 * protocol node. 1102 bool implicit; /* if true, this filter node was automatically inserted */ 1176 /* the following member gives a name to every node on the bs graph. */ 1190 * The node that this node inherited default options from (and a reopen on 1191 * which can affect this node by changing these defaults). This is always a [all …]
|
/openbmc/u-boot/drivers/video/sunxi/ |
H A D | simplefb_common.c | 16 /* Find a prefilled simpefb node, matching out pipeline config */ in sunxi_simplefb_fdt_match()
|
/openbmc/u-boot/arch/riscv/cpu/generic/ |
H A D | cpu.c | 24 /* To enumerate devices on the /soc/ node, create a "simple-bus" driver */
|
/openbmc/openbmc/poky/meta/recipes-core/udev/udev-extraconf/ |
H A D | autonet.rules | 6 # %e the smallest number for that name which does not matches an existing node
|
/openbmc/u-boot/drivers/video/meson/ |
H A D | simplefb_common.c | 16 /* Find a prefilled simpefb node, matching out pipeline config */ in meson_simplefb_fdt_match()
|