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()
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()
637 vidp = of_get_property(dp, "vendor-id", NULL); in offb_init_nodriver()
638 didp = of_get_property(dp, "device-id", NULL); in offb_init_nodriver()