Lines Matching refs:of_get_property
359 vid = of_get_property(pciparent, "vendor-id", NULL); in offb_init_palette_hacks()
360 did = of_get_property(pciparent, "device-id", NULL); in offb_init_palette_hacks()
550 if (of_get_property(dp, "little-endian", NULL)) in offb_init_nodriver()
553 if (of_get_property(dp, "big-endian", NULL)) in offb_init_nodriver()
557 pp = of_get_property(dp, "linux,bootx-depth", &len); in offb_init_nodriver()
559 pp = of_get_property(dp, "depth", &len); in offb_init_nodriver()
563 pp = of_get_property(dp, "linux,bootx-width", &len); in offb_init_nodriver()
565 pp = of_get_property(dp, "width", &len); in offb_init_nodriver()
569 pp = of_get_property(dp, "linux,bootx-height", &len); in offb_init_nodriver()
571 pp = of_get_property(dp, "height", &len); in offb_init_nodriver()
575 pp = of_get_property(dp, "linux,bootx-linebytes", &len); in offb_init_nodriver()
577 pp = of_get_property(dp, "linebytes", &len); in offb_init_nodriver()
595 up = of_get_property(dp, "linux,bootx-addr", &len); in offb_init_nodriver()
597 up = of_get_property(dp, "address", &len); in offb_init_nodriver()
640 vidp = of_get_property(dp, "vendor-id", NULL); in offb_init_nodriver()
641 didp = of_get_property(dp, "device-id", NULL); in offb_init_nodriver()
667 if (of_get_property(of_chosen, "linux,bootx-noscreen", NULL) != NULL) { in offb_init()
678 if (of_get_property(dp, "linux,opened", NULL) && in offb_init()
679 of_get_property(dp, "linux,boot-display", NULL)) { in offb_init()
685 if (of_get_property(dp, "linux,opened", NULL) && in offb_init()