Lines Matching defs:master
30 struct master { struct
35 const struct component_master_ops *ops; argument
43 struct master *master; argument
67 static void component_attach_master(struct master *master, struct component *c) in component_attach_master()
75 static void component_detach_master(struct master *master, struct component *c) in component_detach_master()
87 int component_master_add_child(struct master *master, in component_master_add_child()
109 static int find_components(struct master *master) in find_components()
138 static void master_remove_components(struct master *master) in master_remove_components()
157 static int try_to_bring_up_master(struct master *master, in try_to_bring_up_master()
216 static void take_down_master(struct master *master) in take_down_master()
290 struct master *master; in component_master_add_with_match() local
339 struct master *master; in component_master_del() local
354 struct master *master, void *data) in component_unbind()
367 struct master *master; in component_unbind_all() local
381 static int component_bind(struct component *component, struct master *master, in component_bind()
435 struct master *master; in component_bind_all() local