Lines Matching defs:list_name
1108 const char *list_name,
1124 list = of_get_property(np, list_name, &size);
1242 const char *list_name,
1254 of_for_each_phandle(&it, rc, np, list_name, cells_name, cell_count) {
1300 * @list_name: property name that contains a list
1340 const char *list_name,
1375 ret = __of_parse_phandle_with_args(np, list_name, cells_name, -1, index,
1485 * @list_name: property name that contains a list
1497 int of_count_phandle_with_args(const struct device_node *np, const char *list_name,
1513 list = of_get_property(np, list_name, &size);
1520 rc = of_phandle_iterator_init(&it, np, list_name, cells_name, -1);