Searched refs:devfreq_event_class (Results 1 – 1 of 1) sorted by relevance
23 static struct class *devfreq_event_class; variable331 edev->dev.class = devfreq_event_class; in devfreq_event_add_edev()474 devfreq_event_class = class_create(THIS_MODULE, "devfreq-event"); in devfreq_event_init()475 if (IS_ERR(devfreq_event_class)) { in devfreq_event_init()477 return PTR_ERR(devfreq_event_class); in devfreq_event_init()480 devfreq_event_class->dev_groups = devfreq_event_groups; in devfreq_event_init()488 class_destroy(devfreq_event_class); in devfreq_event_exit()