Home
last modified time | relevance | path

Searched defs:node_label (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/trusty/arm-trusted-firmware/drivers/st/clk/
Dstm32mp_clkfunc.c76 bool fdt_clk_read_bool(const char *node_label, const char *prop_name) in fdt_clk_read_bool()
118 uint32_t fdt_clk_read_uint32_default(const char *node_label, in fdt_clk_read_uint32_default()
/aosp_15_r20/external/dtc/tests/
H A Drelref_merge.dts4 node_label: node { label
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_graph_dumper.cc828 std::string node_label = GetInstructionNodeLabel(instr); in DumpInstruction() local