Lines Matching refs:aggregate_device

56 struct aggregate_device {  struct
67 struct aggregate_device *adev; argument
85 struct aggregate_device *m = s->private; in component_devices_show()
120 static void component_debugfs_add(struct aggregate_device *m) in component_debugfs_add()
126 static void component_debugfs_del(struct aggregate_device *m) in component_debugfs_del()
133 static void component_debugfs_add(struct aggregate_device *m) in component_debugfs_add()
136 static void component_debugfs_del(struct aggregate_device *m) in component_debugfs_del()
141 static struct aggregate_device *__aggregate_find(struct device *parent, in __aggregate_find()
144 struct aggregate_device *m; in __aggregate_find()
153 static struct component *find_component(struct aggregate_device *adev, in find_component()
173 static int find_components(struct aggregate_device *adev) in find_components()
210 static void remove_component(struct aggregate_device *adev, struct component *c) in remove_component()
227 static int try_to_bring_up_aggregate_device(struct aggregate_device *adev, in try_to_bring_up_aggregate_device()
264 struct aggregate_device *adev; in try_to_bring_up_masters()
278 static void take_down_aggregate_device(struct aggregate_device *adev) in take_down_aggregate_device()
481 static void free_aggregate_device(struct aggregate_device *adev) in free_aggregate_device()
516 struct aggregate_device *adev; in component_master_add_with_match()
560 struct aggregate_device *adev; in component_master_del()
573 struct aggregate_device *adev, void *data) in component_unbind()
596 struct aggregate_device *adev; in component_unbind_all()
615 static int component_bind(struct component *component, struct aggregate_device *adev, in component_bind()
679 struct aggregate_device *adev; in component_bind_all()