Home
last modified time | relevance | path

Searched full:node (Results 926 – 950 of 1779) sorted by relevance

1...<<31323334353637383940>>...72

/openbmc/u-boot/arch/arm/mach-exynos/
H A Dpinmux.c900 static int exynos4_pinmux_decode_periph_id(const void *blob, int node) in exynos4_pinmux_decode_periph_id() argument
905 err = fdtdec_get_int_array(blob, node, "interrupts", cell, in exynos4_pinmux_decode_periph_id()
915 static int exynos5_pinmux_decode_periph_id(const void *blob, int node) in exynos5_pinmux_decode_periph_id() argument
920 err = fdtdec_get_int_array(blob, node, "interrupts", cell, in exynos5_pinmux_decode_periph_id()
928 int pinmux_decode_periph_id(const void *blob, int node) in pinmux_decode_periph_id() argument
931 return exynos5_pinmux_decode_periph_id(blob, node); in pinmux_decode_periph_id()
933 return exynos4_pinmux_decode_periph_id(blob, node); in pinmux_decode_periph_id()
/openbmc/qemu/tests/qemu-iotests/
H A D25683 'data': { 'node': 'drive0', 'name': 'bitmap0' }},
85 'data': { 'node': 'drive1', 'name': 'bitmap1' }},
/openbmc/u-boot/arch/arm/cpu/armv8/
H A DKconfig42 - Specify enable-method = "spin-table" in each CPU node in the
50 - Set "cpu-release-addr" property of each CPU node
/openbmc/u-boot/drivers/power/domain/
H A Dmeson-gx-pwrc-vpu.c163 priv->regmap_ao = syscon_node_to_regmap(dev_get_parent(dev)->node); in meson_gx_pwrc_vpu_probe()
167 ret = ofnode_read_u32(dev->node, "amlogic,hhi-sysctrl", in meson_gx_pwrc_vpu_probe()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libsdl/libsdl-1.2.15/
H A DCVE-2019-7577.patch6 # Node ID 416136310b88cbeeff8773e573e90ac1e22b3526
26 # Node ID faf9abbcfb5fe0d0ca23c4bf0394aa226ceccf02
/openbmc/qemu/hw/arm/
H A Db-l475e-iot01a.c3 * (B-L475E-IOT01A IoT Node)
21 * Discovery kit for IoT node, multi-channel communication with STM32L4.
/openbmc/webui-vue/docs/guide/guidelines/
H A Dinternationalization.md39 node node_modules/vue-i18n-extract/bin/vue-i18n-extract.js -v 'src/**/*.?(js|vue)' -l 'src/locales/…
47 node node_modules/vue-i18n-extract/bin/vue-i18n-extract.js -v 'src/**/*.?(js|vue)' -l 'src/locales/…
/openbmc/u-boot/drivers/mtd/
H A Dmtdpart.c70 list_for_each_entry(slave, &master->partitions, node) { in mtd_partitions_used()
537 list_for_each_entry_safe(slave, next, &master->partitions, node) { in do_del_mtd_partitions()
550 list_del(&slave->node); in do_del_mtd_partitions()
669 INIT_LIST_HEAD(&slave->node); in allocate_partition()
810 list_for_each_entry(p, &master->partitions, node) { in mtd_add_partition()
820 list_add_tail(&new->node, &master->partitions); in mtd_add_partition()
839 list_for_each_entry_safe(slave, next, &master->partitions, node) in mtd_del_partition()
845 list_del(&slave->node); in mtd_del_partition()
881 list_add_tail(&slave->node, &master->partitions); in add_mtd_partitions()
/openbmc/u-boot/fs/reiserfs/
H A Dreiserfs.c321 /* Clear node cache. */ in reiserfs_mount()
360 /* There is only one node in the whole filesystem, in reiserfs_mount()
372 * My tree node cache is organized as following
373 * 0 ROOT node
374 * 1 LEAF node (if the ROOT is also a LEAF it is copied here
388 /* Read in the node at the current path and depth into the node cache.
413 /* Make sure it has the right node level */ in read_tree_node()
446 /* The last item, was the last in the leaf node. in next_key()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/nodejs/nodejs/
H A Dsystem-c-ares.patch31 namespace node {
/openbmc/u-boot/doc/device-tree-bindings/serial/
H A Domap_serial.txt20 node and a DMA channel number.
/openbmc/u-boot/include/test/
H A Dtest.h17 * @of_root: Record of the livetree root node (used for setting up tests)
/openbmc/u-boot/doc/device-tree-bindings/i2c/
H A Di2c-gpio.txt7 Software i2c device-tree node properties:
/openbmc/openbmc/meta-facebook/recipes-fb/emmc-init/files/
H A Demmc-init7 # check device node exist
/openbmc/openbmc/meta-phosphor/recipes-extended/etcd/etcd/
H A Detcd-new.conf.sample2 # single node cluster.
/openbmc/u-boot/include/cavium/
H A Dthunderx_svc.h54 /* x1 - node number
/openbmc/u-boot/doc/
H A DREADME.fsl-hwconfig14 in the codec node in the device tree will be updated to the correct
/openbmc/u-boot/drivers/net/ti/
H A Dcpsw.c871 phydev->node = offset_to_ofnode(slave->data->phy_of_handle); in cpsw_phy_init()
1069 static inline fdt_addr_t cpsw_get_addr_by_node(const void *fdt, int node) in cpsw_get_addr_by_node() argument
1071 return fdtdec_get_addr_size_auto_noparent(fdt, node, "reg", 0, NULL, in cpsw_get_addr_by_node()
1199 int node = dev_of_offset(dev); in cpsw_eth_ofdata_to_platdata() local
1217 priv->data.channels = fdtdec_get_int(fdt, node, "cpdma_channels", -1); in cpsw_eth_ofdata_to_platdata()
1223 priv->data.slaves = fdtdec_get_int(fdt, node, "slaves", -1); in cpsw_eth_ofdata_to_platdata()
1231 priv->data.ale_entries = fdtdec_get_int(fdt, node, "ale_entries", -1); in cpsw_eth_ofdata_to_platdata()
1237 priv->data.bd_ram_ofs = fdtdec_get_int(fdt, node, "bd_ram_size", -1); in cpsw_eth_ofdata_to_platdata()
1243 priv->data.mac_control = fdtdec_get_int(fdt, node, "mac_control", -1); in cpsw_eth_ofdata_to_platdata()
1258 active_slave = fdtdec_get_int(fdt, node, "active_slave", 0); in cpsw_eth_ofdata_to_platdata()
[all …]
/openbmc/x86-power-control/src/
H A Dpower_control.cpp45 static std::string node = "0"; variable
323 lg2::info("Host{HOST}: Moving to \"{STATE}\" state", "HOST", node, "STATE", in logStateTransition()
949 "/xyz/openbmc_project/control/host" + node + "/power_restore_policy"; in run()
1594 std::string objectPath = "/xyz/openbmc_project/state/host" + node; in currentHostStateMonitor()
2342 "/usr/share/x86-power-control/power-config-host" + power_control::node + in loadConfigValues()
2733 node = argv[1]; in main()
2735 lg2::info("Start Chassis power control service for host : {NODE}", "NODE", in main()
2736 node); in main()
2743 lg2::error("Host{NODE}: Error in Parsing...", "NODE", node); in main()
2751 if (node == "0") in main()
[all …]
/openbmc/u-boot/test/dm/
H A Dpower-domain.c12 /* This must match the specifier for power-domains in the DT node */
/openbmc/u-boot/board/synopsys/hsdk/
H A Dclk-lib.h27 * This function expects "clk-fmeas" node in device tree:
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/jack/jack/
H A D0001-Conceal-imp-warnings-in-Python3.patch23 import waflib.Node
/openbmc/qemu/hw/cxl/
H A Dcxl-mailbox-utils.c2206 QLIST_FOREACH(ent, poison_list, node) { in cmd_media_get_poison_list()
2217 QLIST_FOREACH(ent, poison_list, node) { in cmd_media_get_poison_list()
2265 QLIST_FOREACH(ent, poison_list, node) { in cmd_media_inject_poison()
2294 QLIST_INSERT_HEAD(poison_list, p, node); in cmd_media_inject_poison()
2347 QLIST_FOREACH(ent, poison_list, node) { in cmd_media_clear_poison()
2360 QLIST_REMOVE(ent, node); in cmd_media_clear_poison()
2373 QLIST_INSERT_HEAD(poison_list, frag, node); in cmd_media_clear_poison()
2388 QLIST_INSERT_HEAD(poison_list, frag, node); in cmd_media_clear_poison()
2455 QLIST_FOREACH(ent, &ct3d->scan_media_results, node) { in __do_scan_media()
2512 QLIST_FOREACH_SAFE(ent, &ct3d->scan_media_results, node, next) { in cmd_media_scan_media()
[all …]
/openbmc/qemu/include/hw/xen/interface/
H A Dmemory.h34 /* NUMA node to allocate from. */
39 /* Flag to request allocation only from the node specified */
42 /* Flag to indicate the node specified is virtual node */
691 /* vNUMA node memory ranges */
701 * vNUMA topology specifies vNUMA node number, distance table,
/openbmc/u-boot/scripts/dtc/libfdt/
H A Dfdt_ro.c579 * property of a node in fdt_getprop(), then if that didn't in fdt_node_offset_by_prop_value()
581 * to the next node. Still it's the easiest to implement in fdt_node_offset_by_prop_value()
605 * potentially scan each property of a node in in fdt_node_offset_by_phandle()
608 * node. Still it's the easiest to implement approach; in fdt_node_offset_by_phandle()
758 * property of a node in fdt_node_check_compatible(), then if in fdt_node_offset_by_compatible()
760 * making our way to the next node. Still it's the easiest to in fdt_node_offset_by_compatible()

1...<<31323334353637383940>>...72