Searched refs:__of_parse_phandle_with_args (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/include/linux/ |
A D | of.h | 378 extern int __of_parse_phandle_with_args(const struct device_node *np, 718 static inline int __of_parse_phandle_with_args(const struct device_node *np, in __of_parse_phandle_with_args() function 927 if (__of_parse_phandle_with_args(np, phandle_name, NULL, 0, in of_parse_phandle() 978 return __of_parse_phandle_with_args(np, list_name, cells_name, in of_parse_phandle_with_args() 1018 return __of_parse_phandle_with_args(np, list_name, NULL, cell_count, in of_parse_phandle_with_fixed_args() 1043 return __of_parse_phandle_with_args(np, list_name, cells_name, in of_parse_phandle_with_optional_args()
|
/linux-6.3-rc2/drivers/of/ |
A D | base.c | 1423 int __of_parse_phandle_with_args(const struct device_node *np, in __of_parse_phandle_with_args() function 1477 EXPORT_SYMBOL(__of_parse_phandle_with_args); 1557 ret = __of_parse_phandle_with_args(np, list_name, cells_name, -1, index, in of_parse_phandle_with_args_map()
|
A D | property.c | 1147 if (__of_parse_phandle_with_args(np, list_name, cells_name, 0, index, in parse_prop_cells()
|
Completed in 14 milliseconds