Lines Matching defs:data
801 * @data: devfreq driver pass to governors, governor should not change it.
806 void *data)
843 devfreq->data = data;
1015 static int devm_devfreq_dev_match(struct device *dev, void *res, void *data)
1022 return *r == data;
1035 * @data: devfreq driver pass to governors, governor should not change it.
1044 void *data)
1052 devfreq = devfreq_add_device(dev, profile, governor_name, data);
1954 * @data: not used
1959 * Return 0 always because it shows the information without any data change.
1961 static int devfreq_summary_show(struct seq_file *s, void *data)
1994 struct devfreq_passive_data *data = devfreq->data;
1996 if (data)
1997 p_devfreq = data->parent;