Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:lib\test_kmod.c Create Date:2022-07-28 06:34:51
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:test_dev_config_show_uint

Proto:static ssize_t test_dev_config_show_uint(struct kmod_test_device *test_dev, char *buf, unsigned int config)

Type:ssize_t

Parameter:

TypeParameterName
struct kmod_test_device *test_dev
char *buf
unsigned intconfig
975  mutex_lock( & config_mutex)
976  val = config
977  mutex_unlock( & config_mutex)
979  Return snprintf - Format a string and place it in a buffer*@buf: The buffer to place the result into*@size: The size of the buffer, including the trailing null space*@fmt: The format string to use*@
Caller
NameDescribe
config_test_case_show