Lines Matching refs:bind
249 ret = adev->ops->bind(adev->parent);
253 dev_info(adev->parent, "adev bind failed: %d\n", ret);
509 * &component_master_ops.bind from @ops. Must be unregistered by calling
641 ret = component->ops->bind(component->dev, adev->parent, data);
661 dev_err(adev->parent, "failed to bind %s (ops %ps): %d\n",
669 * component_bind_all - bind all components of an aggregate driver
674 * &component_ops.bind functions. Should be called from
675 * &component_master_ops.bind.
750 * aggregate driver is ready to bind the overall driver by calling
778 * aggregate driver is ready to bind the overall driver by calling