Home
last modified time | relevance | path

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

/aosp_15_r20/external/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()