Lines Matching refs:prop_name
1187 const char *prop_name, int index, in parse_prop_cells() argument
1193 if (strcmp(prop_name, list_name)) in parse_prop_cells()
1205 const char *prop_name, int index) \
1207 return parse_prop_cells(np, prop_name, index, name, cells); \
1241 const char *prop_name, int index, in parse_suffix_prop_cells() argument
1247 if (strcmp_suffix(prop_name, suffix)) in parse_suffix_prop_cells()
1250 if (of_parse_phandle_with_args(np, prop_name, cells_name, index, in parse_suffix_prop_cells()
1259 const char *prop_name, int index) \
1261 return parse_suffix_prop_cells(np, prop_name, index, suffix, cells); \
1282 const char *prop_name, int index);
1314 const char *prop_name, int index) in parse_iommu_maps() argument
1316 if (strcmp(prop_name, "iommu-map")) in parse_iommu_maps()
1319 return of_parse_phandle(np, prop_name, (index * 4) + 1); in parse_iommu_maps()
1373 const char *prop_name) in of_link_property() argument
1389 while ((phandle = s->parse_prop(con_np, prop_name, i))) { in of_link_property()