Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Ddevfreq-event.h68 struct devfreq_event_ops { struct
94 const struct devfreq_event_ops *ops; argument
/linux-4.4.14/drivers/devfreq/event/
Dexynos-ppmu.c209 static const struct devfreq_event_ops exynos_ppmu_ops = {
338 static const struct devfreq_event_ops exynos_ppmu_v2_ops = {
355 static struct devfreq_event_ops *exynos_bus_get_ops(struct device_node *np) in exynos_bus_get_ops()
360 return (struct devfreq_event_ops *)match->data; in exynos_bus_get_ops()
367 struct devfreq_event_ops *event_ops; in of_get_devfreq_events()