Lines Matching refs:property
259 const char *property; in chrp_init_early() local
269 property = of_get_property(node, "model", NULL); in chrp_init_early()
270 if (!property) in chrp_init_early()
272 if (strcmp(property, "Pegasos2")) in chrp_init_early()
275 property = of_get_property(of_chosen, "linux,stdout-path", NULL); in chrp_init_early()
276 if (!property) in chrp_init_early()
279 node = of_find_node_by_path(property); in chrp_init_early()
282 property = of_get_property(node, "device_type", NULL); in chrp_init_early()
283 if (!property) in chrp_init_early()
285 if (strcmp(property, "serial")) in chrp_init_early()
292 property = of_get_property(node, "name", NULL); in chrp_init_early()
293 if (!property) in chrp_init_early()
295 if (!strcmp(property, "failsafe") || !strcmp(property, "serial")) in chrp_init_early()