Lines Matching refs:of_get_property
360 vid = of_get_property(pciparent, "vendor-id", NULL); in offb_init_palette_hacks()
361 did = of_get_property(pciparent, "device-id", NULL); in offb_init_palette_hacks()
547 if (of_get_property(dp, "little-endian", NULL)) in offb_init_nodriver()
550 if (of_get_property(dp, "big-endian", NULL)) in offb_init_nodriver()
554 pp = of_get_property(dp, "linux,bootx-depth", &len); in offb_init_nodriver()
556 pp = of_get_property(dp, "depth", &len); in offb_init_nodriver()
560 pp = of_get_property(dp, "linux,bootx-width", &len); in offb_init_nodriver()
562 pp = of_get_property(dp, "width", &len); in offb_init_nodriver()
566 pp = of_get_property(dp, "linux,bootx-height", &len); in offb_init_nodriver()
568 pp = of_get_property(dp, "height", &len); in offb_init_nodriver()
572 pp = of_get_property(dp, "linux,bootx-linebytes", &len); in offb_init_nodriver()
574 pp = of_get_property(dp, "linebytes", &len); in offb_init_nodriver()
592 up = of_get_property(dp, "linux,bootx-addr", &len); in offb_init_nodriver()
594 up = of_get_property(dp, "address", &len); in offb_init_nodriver()
650 if (of_get_property(of_chosen, "linux,bootx-noscreen", NULL) != NULL) { in offb_init()
661 if (of_get_property(dp, "linux,opened", NULL) && in offb_init()
662 of_get_property(dp, "linux,boot-display", NULL)) { in offb_init()
668 if (of_get_property(dp, "linux,opened", NULL) && in offb_init()