Home
last modified time | relevance | path

Searched refs:of_property_read_variable_u64_array (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/include/linux/
H A Dof.h341 extern int of_property_read_variable_u64_array(const struct device_node *np,
733 static inline int of_property_read_variable_u64_array(const struct device_node *np, in of_property_read_variable_u64_array() function
1395 int ret = of_property_read_variable_u64_array(np, propname, out_values, in of_property_read_u64_array()
/linux-6.15/drivers/of/
H A Dproperty.c449 int of_property_read_variable_u64_array(const struct device_node *np, in of_property_read_variable_u64_array() function
475 EXPORT_SYMBOL_GPL(of_property_read_variable_u64_array);
/linux-6.15/drivers/pci/controller/
H A Dpcie-brcmstb.c937 ret = of_property_read_variable_u64_array(pcie->np, "brcm,scb-sizes", pcie->memc_size, 1, in brcm_pcie_get_inbound_wins()
/linux-6.15/drivers/gpu/drm/bridge/
H A Dite-it6505.c3433 len = of_property_read_variable_u64_array(ep, in it6505_parse_dt()