Searched refs:devfreq_event_class (Results 1 – 1 of 1) sorted by relevance
20 static struct class *devfreq_event_class; variable328 edev->dev.class = devfreq_event_class; in devfreq_event_add_edev()472 devfreq_event_class = class_create("devfreq-event"); in devfreq_event_init()473 if (IS_ERR(devfreq_event_class)) { in devfreq_event_init()475 return PTR_ERR(devfreq_event_class); in devfreq_event_init()478 devfreq_event_class->dev_groups = devfreq_event_groups; in devfreq_event_init()