Lines Matching defs:master
61 struct master { struct
65 const struct component_master_ops *ops; argument
73 struct master *master; argument
161 static struct component *find_component(struct master *master, in find_component()
181 static int find_components(struct master *master) in find_components()
217 static void remove_component(struct master *master, struct component *c) in remove_component()
234 static int try_to_bring_up_master(struct master *master, in try_to_bring_up_master()
284 static void take_down_master(struct master *master) in take_down_master()
293 static void component_match_release(struct device *master, in component_match_release()
336 static void __component_match_add(struct device *master, in __component_match_add()
400 void component_match_add_release(struct device *master, in component_match_add_release()
427 void component_match_add_typed(struct device *master, in component_match_add_typed()
436 static void free_master(struct master *master) in free_master()
471 struct master *master; in component_master_add_with_match() local
515 struct master *master; in component_master_del() local
528 struct master *master, void *data) in component_unbind()
551 struct master *master; in component_unbind_all() local
570 static int component_bind(struct component *component, struct master *master, in component_bind()
634 struct master *master; in component_bind_all() local