Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:lib\vsprintf.c Create Date:2022-07-28 06:12:18
Last Modify:2022-05-21 09:47:42 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:clock

Proto:static __attribute__((__noinline__)) char *clock(char *buf, char *end, struct clk *clk, struct printf_spec spec, const char *fmt)

Type:char

Parameter:

TypeParameterName
char *buf
char *end
struct clk *clk
struct printf_specspec
const char *fmt
1838  If Not IS_ENABLED(CONFIG_FOO) evaluates to 1 if CONFIG_FOO is set to 'y' or 'm',* 0 otherwise.(CONFIG_HAVE_CLK) Then Return Be careful: error messages must fit into the given buffer.
1841  If check_pointer( & buf, end, clk, spec) Then Return buf
1845  Case fmt[1] == 'n'
1846  Default
1850  Return ptr_to_id(buf, end, clk, spec)
Caller
NameDescribe
pointerShow a '%p' thing. A kernel extension is that the '%p' is followed* by an extra set of alphanumeric characters that are extended format* specifiers.* Please update scripts/checkpatch.pl when adding/removing conversion* characters