Lines Matching refs:of_get_property
357 vid = of_get_property(pciparent, "vendor-id", NULL); in offb_init_palette_hacks()
358 did = of_get_property(pciparent, "device-id", NULL); in offb_init_palette_hacks()
544 if (of_get_property(dp, "little-endian", NULL)) in offb_init_nodriver()
547 if (of_get_property(dp, "big-endian", NULL)) in offb_init_nodriver()
551 pp = of_get_property(dp, "linux,bootx-depth", &len); in offb_init_nodriver()
553 pp = of_get_property(dp, "depth", &len); in offb_init_nodriver()
557 pp = of_get_property(dp, "linux,bootx-width", &len); in offb_init_nodriver()
559 pp = of_get_property(dp, "width", &len); in offb_init_nodriver()
563 pp = of_get_property(dp, "linux,bootx-height", &len); in offb_init_nodriver()
565 pp = of_get_property(dp, "height", &len); in offb_init_nodriver()
569 pp = of_get_property(dp, "linux,bootx-linebytes", &len); in offb_init_nodriver()
571 pp = of_get_property(dp, "linebytes", &len); in offb_init_nodriver()
589 up = of_get_property(dp, "linux,bootx-addr", &len); in offb_init_nodriver()
591 up = of_get_property(dp, "address", &len); in offb_init_nodriver()
634 vidp = of_get_property(dp, "vendor-id", NULL); in offb_init_nodriver()
635 didp = of_get_property(dp, "device-id", NULL); in offb_init_nodriver()
661 if (of_get_property(of_chosen, "linux,bootx-noscreen", NULL) != NULL) { in offb_init()
672 if (of_get_property(dp, "linux,opened", NULL) && in offb_init()
673 of_get_property(dp, "linux,boot-display", NULL)) { in offb_init()
679 if (of_get_property(dp, "linux,opened", NULL) && in offb_init()