Home
last modified time | relevance | path

Searched refs:test_class_dev (Results 1 - 1 of 1) sorted by relevance

/third_party/ltp/testcases/kernel/device-drivers/base/tbase/
H A Dtbase.c168 struct class_device test_class_dev = { variable
770 if (class_device_register(&test_class_dev)) { in test_classdev_reg()
778 (&test_class_dev, &class_device_attr_test_id)) { in test_classdev_reg()
784 class_device_remove_file(&test_class_dev, in test_classdev_reg()
788 class_device_unregister(&test_class_dev); in test_classdev_reg()

Completed in 1 milliseconds