Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/staging/greybus/
Dvibrator.c108 static struct class vibrator_class = { variable
162 dev = device_create(&vibrator_class, &bundle->dev, in gb_vibrator_probe()
224 retval = class_register(&vibrator_class); in gb_vibrator_init()
235 class_unregister(&vibrator_class); in gb_vibrator_init()
244 class_unregister(&vibrator_class); in gb_vibrator_exit()