Lines Matching full:parent
36 * lists_bind_drivers() - search for and bind all drivers to parent
39 * each one. The devices will have @parent as their parent.
41 * @parent: parent device (root)
45 int lists_bind_drivers(struct udevice *parent, bool pre_reloc_only);
51 * @parent as its parent.
53 * @parent: parent device (root)
61 int lists_bind_fdt(struct udevice *parent, ofnode node, struct udevice **devp,
69 * @parent: Parent device
70 * @drv_name: Name of driver to attach to this parent
74 int device_bind_driver(struct udevice *parent, const char *drv_name,
83 * @parent: Parent device
84 * @drv_name: Name of driver to attach to this parent
89 int device_bind_driver_to_node(struct udevice *parent, const char *drv_name,