Lines Matching defs:name
21 * Get the frequency of an oscillator from its name in device tree.
22 * @param name: oscillator name
26 int fdt_osc_read_freq(const char *name, uint32_t *freq)
49 if ((strncmp(cchar, name, (size_t)ret) == 0) &&
72 * @param node_label: clock node name
73 * @param prop_name: property name
112 * Get the value of a oscillator property from its name.
113 * @param node_label: oscillator name
114 * @param prop_name: property name
195 * Get the subnode offset in rcc-clk section from its name in device tree
196 * @param name: name of the RCC property
199 int fdt_rcc_subnode_offset(const char *name)
213 subnode = fdt_subnode_offset(fdt, node, name);
222 * Get the pointer to a rcc-clk property from its name.
223 * @param name: name of the RCC property