Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:apm_driver_version - APM driver version*@val: loaded with the APM version on return* Retrieve the APM version supported by the BIOS

Proto:static int apm_driver_version(u_short *val)

Type:int

Parameter:

TypeParameterName
u_short *val
750  If apm_bios_call_simple - make a simple APM BIOS 32bit call*@func: APM function to invoke*@ebx_in: EBX register value for BIOS call*@ecx_in: ECX register value for BIOS call*@eax: EAX register on return from the BIOS call*@err: bits Then Return err
752  val = eax
753  Return Error codes
Caller
NameDescribe
apm