Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\kernel\sysfb.c Create Date:2022-07-28 08:49:15
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:sysfb_init

Proto:static __init int sysfb_init(void)

Type:int

Parameter:Nothing

39  si = Setup options
46  sysfb_apply_efi_quirks()
49  compatible = parse_mode(si, & mode)
50  If compatible Then
51  ret = create_simplefb(si, & mode)
52  If Not ret Then Return 0
57  If 0x0f == EFI graphic mode Then name = "efi-framebuffer"
59  Else if 0x0f == VESA VGA in graphic mode Then name = "vesa-framebuffer"
61  Else name = "platform-framebuffer"
64  pd = platform_device_register_resndata - add a platform-level device with* resources and platform-specific data*@parent: parent device for the device we're adding*@name: base name of the device we're adding*@id: instance id*@res: set of resources that needs to
66  Return PTR_ERR_OR_ZERO(pd)