Home
last modified time | relevance | path

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

/linux/drivers/staging/greybus/
H A Draw.c36 static const struct class raw_class = { variable
189 raw->dev.class = &raw_class; in gb_raw_probe()
364 retval = class_register(&raw_class); in raw_init()
383 class_unregister(&raw_class); in raw_init()
393 class_unregister(&raw_class); in raw_exit()