Lines Matching refs:of_get_property
362 vid = of_get_property(pciparent, "vendor-id", NULL); in offb_init_palette_hacks()
363 did = of_get_property(pciparent, "device-id", NULL); in offb_init_palette_hacks()
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()