Lines Matching full:name
22 * Get the frequency of an oscillator from its name in device tree.
23 * @param name: oscillator name
27 int fdt_osc_read_freq(const char *name, uint32_t *freq) in fdt_osc_read_freq() argument
50 if ((strncmp(cchar, name, (size_t)ret) == 0) && in fdt_osc_read_freq()
73 * @param node_label: clock node name
74 * @param prop_name: property name
113 * Get the value of a oscillator property from its name.
114 * @param node_label: oscillator name
115 * @param prop_name: property name
172 * @param prop_name: Name of the RCC property to be read
196 * Get the subnode offset in rcc-clk section from its name in device tree
197 * @param name: name of the RCC property
200 int fdt_rcc_subnode_offset(const char *name) in fdt_rcc_subnode_offset() argument
214 subnode = fdt_subnode_offset(fdt, node, name); in fdt_rcc_subnode_offset()
223 * Get the pointer to a rcc-clk property from its name.
224 * @param name: name of the RCC property