Home
last modified time | relevance | path

Searched refs:of_prop_next_u32 (Results 1 – 11 of 11) sorted by relevance

/linux/arch/powerpc/platforms/pseries/
H A Dof_helpers.c71 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()
H A Dpseries_energy.c58 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()
H A Dhotplug-cpu.c472 value = of_prop_next_u32(info, NULL, &count); in drc_info_valid_index()
H A Ddlpar.c386 value = of_prop_next_u32(info, NULL, &count); in get_device_node_with_drc_info()
/linux/drivers/soc/apple/
H A Dtunable.c47 p = of_prop_next_u32(prop, p, &tunable->values[i].offset); in devm_apple_tunable_parse()
48 p = of_prop_next_u32(prop, p, &tunable->values[i].mask); in devm_apple_tunable_parse()
49 p = of_prop_next_u32(prop, p, &tunable->values[i].value); in devm_apple_tunable_parse()
/linux/net/wireless/
H A Dof.c111 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/
H A Drpaphp_core.c241 value = of_prop_next_u32(info, NULL, &entries); in rpaphp_check_drc_props_v2()
348 cur = of_prop_next_u32(info, NULL, &count); in rpaphp_drc_info_add_slot()
/linux/include/linux/
H A Dof.h451 const __be32 *of_prop_next_u32(const struct property *prop, const __be32 *cur,
885 static inline const __be32 *of_prop_next_u32(const struct property *prop, in of_prop_next_u32() function
1469 of_prop_next_u32(_it.prop, NULL, &u)}; \
1471 _it.item = of_prop_next_u32(_it.prop, _it.item, &u))
/linux/drivers/hwmon/
H A Dgpio-fan.c500 p = of_prop_next_u32(prop, p, &u); in gpio_fan_get_of_data()
504 p = of_prop_next_u32(prop, p, &u); in gpio_fan_get_of_data()
/linux/drivers/of/
H A Dproperty.c626 const __be32 *of_prop_next_u32(const struct property *prop, const __be32 *cur, in of_prop_next_u32() function
647 EXPORT_SYMBOL_GPL(of_prop_next_u32);
/linux/drivers/leds/flash/
H A Dleds-max77693.c617 srcs = of_prop_next_u32(prop, srcs, in max77693_led_parse_dt()