1FB_DELETE_VIDEOMODE(9) Frame Buffer Library FB_DELETE_VIDEOMODE(9)
23
4
NAME
6fb_delete_videomode - removed videomode entry from modelist
7
SYNOPSIS
9void fb_delete_videomode(const struct fb_videomode * mode,
10struct list_head * head);
11
ARGUMENTS
13mode
14videomode to remove
1516
head
17struct list_head of modelist
18
NOTES
20Will remove all matching mode entries
21
COPYRIGHT
23Kernel Hackers Manual 3.10 June 2019 FB_DELETE_VIDEOMODE(9)