Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/base/
Dcomponent.c56 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()
[all …]
/linux-5.19.10/include/linux/
Dcomponent.h44 struct aggregate_device;