Searched refs:devfreq_event_class (Results 1 – 1 of 1) sorted by relevance
23 static struct class *devfreq_event_class; variable329 edev->dev.class = devfreq_event_class; in devfreq_event_add_edev()473 devfreq_event_class = class_create(THIS_MODULE, "devfreq-event"); in devfreq_event_init()474 if (IS_ERR(devfreq_event_class)) { in devfreq_event_init()476 return PTR_ERR(devfreq_event_class); in devfreq_event_init()479 devfreq_event_class->dev_groups = devfreq_event_groups; in devfreq_event_init()