Searched refs:modedb_size (Results 1 - 3 of 3) sorted by relevance
/linux-4.1.27/drivers/video/fbdev/geode/ |
H A D | gxfb_core.c | 382 unsigned int modedb_size; gxfb_probe() local 403 get_modedb(&modedb_ptr, &modedb_size); gxfb_probe() 405 modedb_ptr, modedb_size, NULL, 16); gxfb_probe()
|
H A D | lxfb_core.c | 505 unsigned int modedb_size; lxfb_probe() local 530 get_modedb(&modedb_ptr, &modedb_size); lxfb_probe() 532 modedb_ptr, modedb_size, NULL, 16); lxfb_probe()
|
/linux-4.1.27/arch/avr32/mach-at32ap/ |
H A D | at32ap700x.c | 1494 unsigned int modedb_size; at32_add_device_lcdc() local 1507 modedb_size = sizeof(struct fb_videomode) * monspecs->modedb_len; at32_add_device_lcdc() 1508 modedb = kmemdup(monspecs->modedb, modedb_size, GFP_KERNEL); at32_add_device_lcdc()
|
Completed in 119 milliseconds