/openbmc/u-boot/arch/arm/mach-exynos/ |
H A D | pinmux.c | 900 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 D | 256 | 83 'data': { 'node': 'drive0', 'name': 'bitmap0' }}, 85 'data': { 'node': 'drive1', 'name': 'bitmap1' }},
|
/openbmc/u-boot/arch/arm/cpu/armv8/ |
H A D | Kconfig | 42 - 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 D | meson-gx-pwrc-vpu.c | 163 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 D | CVE-2019-7577.patch | 6 # Node ID 416136310b88cbeeff8773e573e90ac1e22b3526 26 # Node ID faf9abbcfb5fe0d0ca23c4bf0394aa226ceccf02
|
/openbmc/qemu/hw/arm/ |
H A D | b-l475e-iot01a.c | 3 * (B-L475E-IOT01A IoT Node) 21 * Discovery kit for IoT node, multi-channel communication with STM32L4.
|
/openbmc/webui-vue/docs/guide/guidelines/ |
H A D | internationalization.md | 39 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 D | mtdpart.c | 70 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 D | reiserfs.c | 321 /* 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 D | system-c-ares.patch | 31 namespace node {
|
/openbmc/u-boot/doc/device-tree-bindings/serial/ |
H A D | omap_serial.txt | 20 node and a DMA channel number.
|
/openbmc/u-boot/include/test/ |
H A D | test.h | 17 * @of_root: Record of the livetree root node (used for setting up tests)
|
/openbmc/u-boot/doc/device-tree-bindings/i2c/ |
H A D | i2c-gpio.txt | 7 Software i2c device-tree node properties:
|
/openbmc/openbmc/meta-facebook/recipes-fb/emmc-init/files/ |
H A D | emmc-init | 7 # check device node exist
|
/openbmc/openbmc/meta-phosphor/recipes-extended/etcd/etcd/ |
H A D | etcd-new.conf.sample | 2 # single node cluster.
|
/openbmc/u-boot/include/cavium/ |
H A D | thunderx_svc.h | 54 /* x1 - node number
|
/openbmc/u-boot/doc/ |
H A D | README.fsl-hwconfig | 14 in the codec node in the device tree will be updated to the correct
|
/openbmc/u-boot/drivers/net/ti/ |
H A D | cpsw.c | 871 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 D | power_control.cpp | 45 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 D | power-domain.c | 12 /* This must match the specifier for power-domains in the DT node */
|
/openbmc/u-boot/board/synopsys/hsdk/ |
H A D | clk-lib.h | 27 * This function expects "clk-fmeas" node in device tree:
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/jack/jack/ |
H A D | 0001-Conceal-imp-warnings-in-Python3.patch | 23 import waflib.Node
|
/openbmc/qemu/hw/cxl/ |
H A D | cxl-mailbox-utils.c | 2206 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 D | memory.h | 34 /* 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 D | fdt_ro.c | 579 * 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()
|