Lines Matching refs:property
260 const char *property; in chrp_init() local
270 property = of_get_property(node, "model", NULL); in chrp_init()
271 if (!property) in chrp_init()
273 if (strcmp(property, "Pegasos2")) in chrp_init()
276 property = of_get_property(of_chosen, "linux,stdout-path", NULL); in chrp_init()
277 if (!property) in chrp_init()
280 node = of_find_node_by_path(property); in chrp_init()
283 property = of_get_property(node, "device_type", NULL); in chrp_init()
284 if (!property) in chrp_init()
286 if (strcmp(property, "serial")) in chrp_init()
293 property = of_get_property(node, "name", NULL); in chrp_init()
294 if (!property) in chrp_init()
296 if (!strcmp(property, "failsafe") || !strcmp(property, "serial")) in chrp_init()