Lines Matching defs:parent
61 struct device *parent; member
141 static struct aggregate_device *__aggregate_find(struct device *parent, in __aggregate_find()
344 static void devm_component_match_release(struct device *parent, void *res) in devm_component_match_release()
381 static void __component_match_add(struct device *parent, in __component_match_add()
445 void component_match_add_release(struct device *parent, in component_match_add_release()
472 void component_match_add_typed(struct device *parent, in component_match_add_typed()
512 int component_master_add_with_match(struct device *parent, in component_master_add_with_match()
557 void component_master_del(struct device *parent, in component_master_del()
572 bool component_master_is_bound(struct device *parent, in component_master_is_bound()
612 void component_unbind_all(struct device *parent, void *data) in component_unbind_all()
695 int component_bind_all(struct device *parent, void *data) in component_bind_all()