Searched refs:of_prop_next_u32 (Results 1 – 13 of 13) sorted by relevance
/linux/arch/powerpc/platforms/pseries/ |
A D | of_helpers.c | 71 p2 = of_prop_next_u32(*prop, p2, &data->drc_name_suffix_start); in of_read_drc_info_cell() 76 p2 = of_prop_next_u32(*prop, p2, &data->num_sequential_elems); in of_read_drc_info_cell() 81 p2 = of_prop_next_u32(*prop, p2, &data->sequential_inc); in of_read_drc_info_cell() 86 p2 = of_prop_next_u32(*prop, p2, &data->drc_power_domain); in of_read_drc_info_cell()
|
A D | pseries_energy.c | 58 value = of_prop_next_u32(info, NULL, &num_set_entries); in cpu_to_drc_index() 127 value = of_prop_next_u32(info, NULL, &num_set_entries); in drc_index_to_cpu()
|
A D | hotplug-cpu.c | 460 value = of_prop_next_u32(info, NULL, &count); in drc_info_valid_index()
|
/linux/net/wireless/ |
A D | of.c | 111 p = of_prop_next_u32(prop, p, &limit->start_freq_khz); in wiphy_read_of_freq_limits() 117 p = of_prop_next_u32(prop, p, &limit->end_freq_khz); in wiphy_read_of_freq_limits()
|
/linux/drivers/pci/hotplug/ |
A D | rpaphp_core.c | 239 value = of_prop_next_u32(info, NULL, &entries); in rpaphp_check_drc_props_v2() 346 cur = of_prop_next_u32(info, NULL, &count); in rpaphp_drc_info_add_slot()
|
/linux/include/linux/ |
A D | of.h | 551 const __be32 *of_prop_next_u32(struct property *prop, const __be32 *cur, 965 static inline const __be32 *of_prop_next_u32(struct property *prop, in of_prop_next_u32() function 1275 p = of_prop_next_u32(prop, NULL, &u); \ 1277 p = of_prop_next_u32(prop, p, &u))
|
/linux/drivers/hwmon/ |
A D | gpio-fan.c | 468 p = of_prop_next_u32(prop, p, &u); in gpio_fan_get_of_data() 472 p = of_prop_next_u32(prop, p, &u); in gpio_fan_get_of_data()
|
/linux/drivers/of/ |
A D | property.c | 526 const __be32 *of_prop_next_u32(struct property *prop, const __be32 *cur, in of_prop_next_u32() function 547 EXPORT_SYMBOL_GPL(of_prop_next_u32);
|
/linux/drivers/leds/flash/ |
A D | leds-max77693.c | 617 srcs = of_prop_next_u32(prop, srcs, in max77693_led_parse_dt()
|
/linux/drivers/clk/ |
A D | clk-si5351.c | 1191 p = of_prop_next_u32(prop, p, &val); in si5351_dt_parse()
|
/linux/ |
A D | vmlinux.symvers | 5600 0x00000000 of_prop_next_u32 vmlinux EXPORT_SYMBOL_GPL
|
A D | System.map | 47656 ffff800010cd07f0 T of_prop_next_u32
|
A D | .tmp_System.map | 47656 ffff800010cd07f0 T of_prop_next_u32
|
Completed in 325 milliseconds