Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/devfreq/
Ddevfreq-event.c20 static struct class *devfreq_event_class; variable
326 edev->dev.class = devfreq_event_class; in devfreq_event_add_edev()
470 devfreq_event_class = class_create(THIS_MODULE, "devfreq-event"); in devfreq_event_init()
471 if (IS_ERR(devfreq_event_class)) { in devfreq_event_init()
473 return PTR_ERR(devfreq_event_class); in devfreq_event_init()
476 devfreq_event_class->dev_groups = devfreq_event_groups; in devfreq_event_init()