Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:__test_firmware_config_init

Proto:static int __test_firmware_config_init(void)

Type:int

Parameter:Nothing

177  ret = XXX: move to kstrncpy() once merged.* Users should use kfree_const() when freeing these.
179  If ret < 0 Then Go to out
182  num_requests = TEST_FIRMWARE_NUM_REQS
183  send_uevent = true
184  into_buf = false
185  sync_direct = false
186  req_firmware = request_firmware
187  test_result = 0
188  These below don't belong her but we'll move them once we create* a struct fw_test_device and stuff the misc_dev under there later. = NULL
190  Return 0
192  out :
193  __test_firmware_config_free()
194  Return ret
Caller
NameDescribe
reset_store
test_firmware_init