Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dcomponent.h29 int component_master_add_child(struct master *master,
/linux-4.4.14/drivers/base/
Dcomponent.c87 int component_master_add_child(struct master *master, in component_master_add_child() function
107 EXPORT_SYMBOL_GPL(component_master_add_child);
128 ret = component_master_add_child(master, in find_components()