Searched refs:of_property_read_variable_u16_array (Results 1 – 4 of 4) sorted by relevance
| /kernel/linux/linux-5.10/include/linux/ |
| D | of.h | 318 extern int of_property_read_variable_u16_array(const struct device_node *np, 658 static inline int of_property_read_variable_u16_array(const struct device_node *np, in of_property_read_variable_u16_array() function 1147 int ret = of_property_read_variable_u16_array(np, propname, out_values, in of_property_read_u16_array()
|
| /kernel/linux/linux-6.6/include/linux/ |
| D | of.h | 325 extern int of_property_read_variable_u16_array(const struct device_node *np, 676 static inline int of_property_read_variable_u16_array(const struct device_node *np, in of_property_read_variable_u16_array() function 1298 int ret = of_property_read_variable_u16_array(np, propname, out_values, in of_property_read_u16_array()
|
| /kernel/linux/linux-5.10/drivers/of/ |
| D | property.c | 266 int of_property_read_variable_u16_array(const struct device_node *np, in of_property_read_variable_u16_array() function 290 EXPORT_SYMBOL_GPL(of_property_read_variable_u16_array);
|
| /kernel/linux/linux-6.6/drivers/of/ |
| D | property.c | 268 int of_property_read_variable_u16_array(const struct device_node *np, in of_property_read_variable_u16_array() function 292 EXPORT_SYMBOL_GPL(of_property_read_variable_u16_array);
|