Lines Matching defs:master
61 struct master { struct
65 const struct component_master_ops *ops; argument
72 struct master *master; argument
158 static struct component *find_component(struct master *master, in find_component()
178 static int find_components(struct master *master) in find_components()
214 static void remove_component(struct master *master, struct component *c) in remove_component()
231 static int try_to_bring_up_master(struct master *master, in try_to_bring_up_master()
282 static void take_down_master(struct master *master) in take_down_master()
328 static void __component_match_add(struct device *master, in __component_match_add()
392 void component_match_add_release(struct device *master, in component_match_add_release()
419 void component_match_add_typed(struct device *master, in component_match_add_typed()
428 static void free_master(struct master *master) in free_master()
463 struct master *master; in component_master_add_with_match() local
507 struct master *master; in component_master_del() local
520 struct master *master, void *data) in component_unbind()
543 struct master *master; in component_unbind_all() local
562 static int component_bind(struct component *component, struct master *master, in component_bind()
626 struct master *master; in component_bind_all() local