Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:unregister_test_dev_kmod

Proto:static void unregister_test_dev_kmod(struct kmod_test_device *test_dev)

Type:void

Parameter:

TypeParameterName
struct kmod_test_device *test_dev
1210  mutex_lock( & trigger_mutex)
1211  mutex_lock( & config_mutex)
1213  test_dev_kmod_stop_tests(test_dev)
1215  dev_info(dev, "removing interface\n")
1216  unregister a miscellaneous device
1218  mutex_unlock( & config_mutex)
1219  mutex_unlock( & trigger_mutex)
1221  free_test_dev_kmod(test_dev)
Caller
NameDescribe
test_kmod_exit