/openbmc/u-boot/drivers/power/domain/ |
H A D | mtk-power-domain.c | 362 regmap = syscon_node_to_regmap(args.node); in mtk_power_domain_probe()
|
/openbmc/u-boot/lib/ |
H A D | uuid.c | 30 * node - 48 bit
|
/openbmc/u-boot/tools/ |
H A D | microcode-tool | 186 * node.
|
H A D | imagetool.h | 67 const char *comment; /* Comment to add to signature node */
|
/openbmc/qemu/tests/qtest/fuzz/ |
H A D | generic_fuzz_configs.h | 217 "-blockdev driver=null-co,read-zeroes=on,node-name=null0",
|
/openbmc/u-boot/drivers/misc/ |
H A D | fsl_portals.c | 127 /* skip this node if alias is not found */ in fdt_qportal()
|
/openbmc/qemu/block/ |
H A D | qed.h | 113 QTAILQ_ENTRY(CachedL2Table) node;
|
/openbmc/u-boot/drivers/mmc/ |
H A D | mmc-uclass.c | 297 /* Use the fixed index with aliase node's index */ in mmc_bind()
|
/openbmc/u-boot/drivers/clk/rockchip/ |
H A D | clk_rk3036.c | 341 /* The reset driver does not have a device node, so bind it here */ in rk3036_clk_bind()
|
/openbmc/qemu/docs/sphinx/ |
H A D | dbusparser.py | 103 STATE_NODE = "node"
|
/openbmc/u-boot/examples/standalone/ |
H A D | README.smc91111_eeprom | 22 each node of a network. When things are not unique - bad things
|
/openbmc/openbmc/meta-raspberrypi/docs/ |
H A D | conf.py | 341 # If true, do not generate a @detailmenu in the "Top" node's menu.
|
/openbmc/qemu/linux-user/xtensa/ |
H A D | termbits.h | 307 #define TARGET_TIOCGDEV _IOR('T',0x32, unsigned int) /* Get primary device node of /dev/console …
|
/openbmc/openbmc/poky/documentation/migration-guides/ |
H A D | release-notes-4.0.8.rst | 71 - numactl: skip test case when target platform doesn't have 2 CPU node
|
/openbmc/u-boot/board/dhelectronics/dh_imx6/ |
H A D | dh_imx6.c | 223 * (U-Boot device node) (Physical Port) in board_mmc_init()
|
/openbmc/bmcweb/scripts/ |
H A D | generate_schema_collections.py | 74 # Given a root node we want to parse the tree to find all instances of a
|
/openbmc/qemu/tests/qtest/ |
H A D | qmp-test.c | 192 " 'driver': 'blkdebug', 'node-name': %s," in send_cmd_that_blocks()
|
/openbmc/qemu/qapi/ |
H A D | job.json | 198 # job (only in case of "active commit", when the node being commited
|
/openbmc/qemu/hw/9pfs/ |
H A D | codir.c | 142 /* append next node to result chain */ in do_readdir_many()
|
/openbmc/qemu/include/block/ |
H A D | block-global-state.h | 175 /* check if a named node can be replaced when doing drive-mirror */
|
/openbmc/u-boot/drivers/net/ |
H A D | mvneta.c | 1684 int node = dev_of_offset(dev); in mvneta_probe() local 1726 /* fetch 'fixed-link' property from 'neta' node */ in mvneta_probe() 1727 fl_node = fdt_subnode_offset(blob, node, "fixed-link"); in mvneta_probe() 1735 addr = fdtdec_get_int(blob, node, "phy", 0); in mvneta_probe()
|
/openbmc/bmcweb/redfish-core/include/registries/ |
H A D | openbmc.json | 448 "Message": "Intel UPI link width reduced to half. Node=%1.", 457 "Message": "Intel UPI link width reduced to quarter. Node=%1.", 581 …"Message": "Power Down command triggered by Intel Node Manager policy failure action and Intel ME … 584 "Resolution": "Verify the Intel Node Manager policy configuration.",
|
H A D | openbmc_message_registry.hpp | 628 "Intel UPI link width reduced to half. Node=%1.", 640 "Intel UPI link width reduced to quarter. Node=%1.", 816 …"Power Down command triggered by Intel Node Manager policy failure action and Intel ME forced shut… 820 "Verify the Intel Node Manager policy configuration.",
|
/openbmc/rest-dbus/resources/ |
H A D | jsrender.min.js | 2 /*! **VERSION FOR WEB** (For NODE.JS see http://jsviews.com/download/jsrender-node.js) */ 3 …e),e.renderFile=e.__express=e.compile=function(){throw"Node.js: use npm jsrender, or jsrender-node…
|
/openbmc/qemu/target/arm/ |
H A D | cpu.c | 161 QLIST_INSERT_HEAD(&cpu->pre_el_change_hooks, entry, node); in arm_register_pre_el_change_hook() 172 QLIST_INSERT_HEAD(&cpu->el_change_hooks, entry, node); in arm_register_el_change_hook() 1901 QLIST_FOREACH_SAFE(hook, &cpu->pre_el_change_hooks, node, next) { in arm_cpu_finalizefn() 1902 QLIST_REMOVE(hook, node); in arm_cpu_finalizefn() 1905 QLIST_FOREACH_SAFE(hook, &cpu->el_change_hooks, node, next) { in arm_cpu_finalizefn() 1906 QLIST_REMOVE(hook, node); in arm_cpu_finalizefn() 2609 DEFINE_PROP_INT32("node-id", ARMCPU, node_id, CPU_UNSET_NUMA_NODE_ID),
|