Home
last modified time | relevance | path

Searched defs:subnode (Results 1 – 17 of 17) sorted by relevance

/external/arm-trusted-firmware/drivers/st/clk/
Dstm32mp_clkfunc.c25 int node, subnode; in fdt_osc_read_freq() local
74 int node, subnode; in fdt_osc_read_bool() local
122 int node, subnode; in fdt_osc_read_uint32_default() local
207 int node, subnode; in fdt_rcc_subnode_offset() local
/external/trusty/arm-trusted-firmware/drivers/st/clk/
Dstm32mp_clkfunc.c28 int node, subnode; in fdt_osc_read_freq() local
78 int node, subnode; in fdt_clk_read_bool() local
121 int node, subnode; in fdt_clk_read_uint32_default() local
201 int node, subnode; in fdt_rcc_subnode_offset() local
Dclk-stm32mp13.c2110 int subnode = 0; in clk_stm32_parse_oscillator_fdt() local
2187 static int clk_stm32_load_vco_config(void *fdt, int subnode, struct stm32_pll_vco *vco) in clk_stm32_load_vco_config()
2217 static int clk_stm32_load_output_config(void *fdt, int subnode, struct stm32_pll_output *output) in clk_stm32_load_output_config()
2230 static int clk_stm32_parse_pll_fdt(void *fdt, int subnode, struct stm32_pll_dt_cfg *pll) in clk_stm32_parse_pll_fdt()
2278 int subnode = 0; in stm32_clk_parse_fdt_all_pll() local
Dstm32mp1_clk.c2671 static int clk_stm32_load_vco_config(void *fdt, int subnode, struct stm32_pll_dt_cfg *pll) in clk_stm32_load_vco_config()
2698 static int clk_stm32_load_output_config(void *fdt, int subnode, struct stm32_pll_dt_cfg *pll) in clk_stm32_load_output_config()
2713 static int clk_stm32_parse_pll_fdt(void *fdt, int subnode, struct stm32_pll_dt_cfg *pll) in clk_stm32_parse_pll_fdt()
2761 int subnode; in stm32_clk_parse_fdt_all_pll() local
Dclk-stm32mp2.c2072 int subnode = 0; in clk_stm32_parse_oscillator_fdt() local
2147 static int clk_stm32_parse_pll_fdt(void *fdt, int subnode, struct stm32_pll_dt_cfg *pll) in clk_stm32_parse_pll_fdt()
2204 int subnode = 0; in stm32_clk_parse_fdt_all_pll() local
Dclk-stm32-core.c1003 int subnode = 0; in clk_stm32_get_dt_oscillator_frequency() local
/external/dtc/tests/
Dlabel01.dts46 subnode: child { label
/external/icu/icu4j/tools/misc/src/main/java/com/ibm/icu/dev/tool/layout/
DLigatureTree.java51 Lignode subnode(int c) in subnode() method in LigatureTree.Lignode
/external/trusty/arm-trusted-firmware/drivers/st/pmic/
Dstm32mp_pmic.c370 int pmic_node, regulators_node, subnode; in register_pmic() local
Dstm32mp_pmic2.c396 int pmic_node, regulators_node, subnode; in register_pmic2() local
/external/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/localedistance/
DDistanceTable.java388 Node subnode = col.getValue(); in appendToString() local
/external/trusty/arm-trusted-firmware/lib/libfdt/
Dfdt_overlay.c546 int subnode; in overlay_apply_node() local
/external/dtc/libfdt/
Dfdt_overlay.c546 int subnode; in overlay_apply_node() local
/external/crosvm/cros_fdt/src/
Dfdt.rs384 let subnode = Self::parse_node(input, strings)?; in parse_node() localVariable
537 pub fn subnode(&self, name: &str) -> Option<&FdtNode> { in subnode() method
/external/openscreen/third_party/abseil/src/absl/strings/
Dcord.cc1547 CordRep* subnode = Ref(current_leaf_); in AdvanceAndReadBytes() local
1559 CordRep* subnode = Ref(current_leaf_); in AdvanceAndReadBytes() local
/external/dtc/
Dlivetree.c771 struct node *subnode, **tbl; in sort_subnodes() local
/external/mesa3d/src/microsoft/compiler/
Ddxil_module.c1981 get_int_from_mdnode(const struct dxil_mdnode *mdnode, int subnode) in get_int_from_mdnode()