Searched refs:of_prop_next_u32 (Results 1 - 10 of 10) sorted by relevance

/linux-master/arch/powerpc/platforms/pseries/
H A Dof_helpers.c71 p2 = of_prop_next_u32(*prop, p2, &data->drc_name_suffix_start);
76 p2 = of_prop_next_u32(*prop, p2, &data->num_sequential_elems);
81 p2 = of_prop_next_u32(*prop, p2, &data->sequential_inc);
86 p2 = of_prop_next_u32(*prop, p2, &data->drc_power_domain);
H A Dpseries_energy.c58 value = of_prop_next_u32(info, NULL, &num_set_entries);
127 value = of_prop_next_u32(info, NULL, &num_set_entries);
H A Dhotplug-cpu.c469 value = of_prop_next_u32(info, NULL, &count);
/linux-master/net/wireless/
H A Dof.c111 p = of_prop_next_u32(prop, p, &limit->start_freq_khz);
117 p = of_prop_next_u32(prop, p, &limit->end_freq_khz);
/linux-master/drivers/hwmon/
H A Dgpio-fan.c470 p = of_prop_next_u32(prop, p, &u);
474 p = of_prop_next_u32(prop, p, &u);
/linux-master/drivers/pci/hotplug/
H A Drpaphp_core.c241 value = of_prop_next_u32(info, NULL, &entries);
348 cur = of_prop_next_u32(info, NULL, &count);
/linux-master/include/linux/
H A Dof.h440 const __be32 *of_prop_next_u32(struct property *prop, const __be32 *cur,
831 static inline const __be32 *of_prop_next_u32(struct property *prop, function
1436 p = of_prop_next_u32(prop, NULL, &u); \
1438 p = of_prop_next_u32(prop, p, &u))
/linux-master/drivers/of/
H A Dproperty.c531 const __be32 *of_prop_next_u32(struct property *prop, const __be32 *cur, function
552 EXPORT_SYMBOL_GPL(of_prop_next_u32); variable
/linux-master/drivers/clk/
H A Dclk-si5351.c1201 p = of_prop_next_u32(prop, p, &val);
1242 p = of_prop_next_u32(prop, p, &val);
/linux-master/drivers/leds/flash/
H A Dleds-max77693.c617 srcs = of_prop_next_u32(prop, srcs,

Completed in 181 milliseconds