Searched refs:sgi_gbe (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
H A D | gbefb.c | 33 static struct sgi_gbe *gbe; 841 fix->mmio_len = sizeof(struct sgi_gbe); in gbefb_encode_fix() 1145 if (!request_mem_region(GBE_BASE, sizeof(struct sgi_gbe), "GBE")) { in gbefb_probe() 1151 gbe = (struct sgi_gbe *) devm_ioremap(&p_dev->dev, GBE_BASE, in gbefb_probe() 1152 sizeof(struct sgi_gbe)); in gbefb_probe() 1237 release_mem_region(GBE_BASE, sizeof(struct sgi_gbe)); in gbefb_probe() 1252 release_mem_region(GBE_BASE, sizeof(struct sgi_gbe)); in gbefb_remove()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/ |
H A D | gbefb.c | 33 static struct sgi_gbe *gbe; 839 fix->mmio_len = sizeof(struct sgi_gbe); in gbefb_encode_fix() 1138 if (!request_mem_region(GBE_BASE, sizeof(struct sgi_gbe), "GBE")) { in gbefb_probe() 1144 gbe = (struct sgi_gbe *) devm_ioremap(&p_dev->dev, GBE_BASE, in gbefb_probe() 1145 sizeof(struct sgi_gbe)); in gbefb_probe() 1228 release_mem_region(GBE_BASE, sizeof(struct sgi_gbe)); in gbefb_probe() 1243 release_mem_region(GBE_BASE, sizeof(struct sgi_gbe)); in gbefb_remove()
|
/kernel/linux/linux-5.10/include/video/ |
H A D | gbe.h | 11 struct sgi_gbe { struct
|
/kernel/linux/linux-6.6/include/video/ |
H A D | gbe.h | 11 struct sgi_gbe { struct
|
Completed in 5 milliseconds