Searched refs:pciparent (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
H A D | offb.c | 357 struct device_node *pciparent = of_get_parent(dp); in offb_init_palette_hacks() local 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() 365 par->cmap_adr = offb_map_reg(pciparent, 2, 0, 0x10000); in offb_init_palette_hacks() 369 of_node_put(pciparent); in offb_init_palette_hacks()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/ |
H A D | offb.c | 360 struct device_node *pciparent = of_get_parent(dp); in offb_init_palette_hacks() local 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() 368 par->cmap_adr = offb_map_reg(pciparent, 2, 0, 0x10000); in offb_init_palette_hacks() 372 of_node_put(pciparent); in offb_init_palette_hacks()
|
Completed in 3 milliseconds