Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:Query the keyboard lock status as given by the BIOS, and* set the keyboard repeat rate to maximum. Unclear why the latter* is done here; this might be possible to kill off as stale code.

Proto:static void keyboard_init(void)

Type:void

Parameter:Nothing

67  SPDX-License-Identifier: GPL-2.0-or-later
69  ah = 0x02
70  intcall(0x16, & ireg, & oreg)
71  0x1eb = al
73  ax = 0x0305
74  intcall(0x16, & ireg, NULL)
Caller
NameDescribe
main