Lines Matching refs:of_get_property
364 vid = of_get_property(pciparent, "vendor-id", NULL); in offb_init_palette_hacks()
365 did = of_get_property(pciparent, "device-id", NULL); in offb_init_palette_hacks()
552 if (of_get_property(dp, "little-endian", NULL)) in offb_init_nodriver()
555 if (of_get_property(dp, "big-endian", NULL)) in offb_init_nodriver()
559 pp = of_get_property(dp, "linux,bootx-depth", &len); in offb_init_nodriver()
561 pp = of_get_property(dp, "depth", &len); in offb_init_nodriver()
565 pp = of_get_property(dp, "linux,bootx-width", &len); in offb_init_nodriver()
567 pp = of_get_property(dp, "width", &len); in offb_init_nodriver()
571 pp = of_get_property(dp, "linux,bootx-height", &len); in offb_init_nodriver()
573 pp = of_get_property(dp, "height", &len); in offb_init_nodriver()
577 pp = of_get_property(dp, "linux,bootx-linebytes", &len); in offb_init_nodriver()
579 pp = of_get_property(dp, "linebytes", &len); in offb_init_nodriver()
597 up = of_get_property(dp, "linux,bootx-addr", &len); in offb_init_nodriver()
599 up = of_get_property(dp, "address", &len); in offb_init_nodriver()
642 vidp = of_get_property(dp, "vendor-id", NULL); in offb_init_nodriver()
643 didp = of_get_property(dp, "device-id", NULL); in offb_init_nodriver()