Home
last modified time | relevance | path

Searched refs:component_add (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/include/linux/
Dcomponent.h16 int component_add(struct device *, const struct component_ops *);
/linux-4.19.296/drivers/base/
Dcomponent.c552 int component_add(struct device *dev, const struct component_ops *ops) in component_add() function
581 EXPORT_SYMBOL_GPL(component_add);
/linux-4.19.296/drivers/memory/
Dmtk-smi.c337 return component_add(dev, &mtk_smi_larb_component_ops); in mtk_smi_larb_probe()