Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/remoteproc/
Dremoteproc_sysfs.c257 struct class rproc_class = { variable
265 int err = class_register(&rproc_class); in rproc_init_sysfs()
274 class_unregister(&rproc_class); in rproc_exit_sysfs()
Dremoteproc_internal.h75 extern struct class rproc_class;
Dremoteproc_core.c2463 rproc->dev.class = &rproc_class; in rproc_alloc()