Lines Matching refs:list_name
1182 const char *list_name, in of_phandle_iterator_init() argument
1191 list = of_get_property(np, list_name, &size); in of_phandle_iterator_init()
1294 const char *list_name, in __of_parse_phandle_with_args() argument
1303 of_for_each_phandle(&it, rc, np, list_name, cells_name, cell_count) { in __of_parse_phandle_with_args()
1403 int of_parse_phandle_with_args(const struct device_node *np, const char *list_name, in of_parse_phandle_with_args() argument
1409 return __of_parse_phandle_with_args(np, list_name, cells_name, 0, in of_parse_phandle_with_args()
1457 const char *list_name, in of_parse_phandle_with_args_map() argument
1492 ret = __of_parse_phandle_with_args(np, list_name, cells_name, 0, index, in of_parse_phandle_with_args_map()
1629 const char *list_name, int cell_count, in of_parse_phandle_with_fixed_args() argument
1634 return __of_parse_phandle_with_args(np, list_name, NULL, cell_count, in of_parse_phandle_with_fixed_args()
1654 int of_count_phandle_with_args(const struct device_node *np, const char *list_name, in of_count_phandle_with_args() argument
1660 rc = of_phandle_iterator_init(&it, np, list_name, cells_name, 0); in of_count_phandle_with_args()