Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:test_dev_config_update_bool

Proto:static int test_dev_config_update_bool(const char *buf, size_t size, bool *cfg)

Type:int

Parameter:

TypeParameterName
const char *buf
size_tsize
bool *cfg
302  mutex_lock( & test_fw_mutex)
303  If strtobool(buf, cfg) < 0 Then ret = -EINVAL
305  Else ret = size
307  mutex_unlock( & test_fw_mutex)
309  Return ret
Caller
NameDescribe
config_into_buf_store
config_sync_direct_store
config_send_uevent_store