Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/devfreq/
Ddevfreq-event.c20 static struct class *devfreq_event_class; variable
324 edev->dev.class = devfreq_event_class; in devfreq_event_add_edev()
468 devfreq_event_class = class_create("devfreq-event"); in devfreq_event_init()
469 if (IS_ERR(devfreq_event_class)) { in devfreq_event_init()
471 return PTR_ERR(devfreq_event_class); in devfreq_event_init()
474 devfreq_event_class->dev_groups = devfreq_event_groups; in devfreq_event_init()