Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:early_serial_write

Proto:static void early_serial_write(struct console *con, const char *s, unsigned n)

Type:void

Parameter:

TypeParameterName
struct console *con
const char *s
unsignedn
125  When s && n-- > 0 cycle
126  If s == '\n' Then early_serial_putc('\r')
128  early_serial_putc( * s)
129  s++