Lines Matching refs:bind
6 * and bind them when instructed. At the moment, we're specific to the DRM
256 ret = master->ops->bind(master->dev);
260 dev_info(master->dev, "master bind failed: %d\n", ret);
464 * &component_master_ops.bind from @ops. Must be unregistered by calling
596 ret = component->ops->bind(component->dev, master->dev, data);
616 dev_err(master->dev, "failed to bind %s (ops %ps): %d\n",
624 * component_bind_all - bind all components of an aggregate driver
629 * &component_ops.bind functions. Should be called from
630 * &component_master_ops.bind.
705 * aggregate driver is ready to bind the overall driver by calling
733 * aggregate driver is ready to bind the overall driver by calling