Lines Matching defs:dev

21 	struct device dev;  member
75 static int _store_class_profile(struct device *dev, void *data) in _store_class_profile()
95 static int _notify_class_profile(struct device *dev, void *data) in _notify_class_profile()
113 static int get_class_profile(struct device *dev, in get_class_profile()
143 static ssize_t name_show(struct device *dev, struct device_attribute *attr, char *buf) in name_show()
159 static ssize_t choices_show(struct device *dev, in choices_show()
177 static ssize_t profile_show(struct device *dev, in profile_show()
202 static ssize_t profile_store(struct device *dev, in profile_store()
232 static void pprof_device_release(struct device *dev) in pprof_device_release()
253 static int _aggregate_choices(struct device *dev, void *arg) in _aggregate_choices()
276 static int _remove_hidden_choices(struct device *dev, void *arg) in _remove_hidden_choices()
334 static int _aggregate_profiles(struct device *dev, void *data) in _aggregate_profiles()
359 static int _store_and_notify(struct device *dev, void *data) in _store_and_notify()
452 static int profile_class_registered(struct device *dev, const void *data) in profile_class_registered()
459 struct device *dev; in profile_class_is_visible() local
479 void platform_profile_notify(struct device *dev) in platform_profile_notify()
547 struct device *platform_profile_register(struct device *dev, const char *name, in platform_profile_register()
628 void platform_profile_remove(struct device *dev) in platform_profile_remove()
647 static void devm_platform_profile_release(struct device *dev, void *res) in devm_platform_profile_release()
663 struct device *devm_platform_profile_register(struct device *dev, const char *name, in devm_platform_profile_register()