Lines Matching full:components
23 * already provide functions to get hold of such components, e.g.
29 * the SoC on various components (scanout engines, blending blocks, transcoders
35 * Components are registered using component_add() and unregistered with
186 * any components which are found to this master. in find_components()
239 dev_dbg(master->parent, "master has incomplete components\n"); in try_to_bring_up_master()
252 /* Found all components */ in try_to_bring_up_master()
376 * @compare: compare function to match against all components
382 * only matches against components added with component_add().
405 * @compare_typed: compare function to match against all typed components
411 * only matches against components added with component_add_typed().
452 * Registers a new aggregate driver consisting of the components added to @match
453 * by calling one of the component_match_add() functions. Once all components in
532 * component_unbind_all - unbind all components of an aggregate driver
534 * @data: opaque pointer, passed to all components
536 * Unbinds all components of the aggregate device by passing @data to their
552 /* Unbind components in reverse order */ in component_unbind_all()
615 * component_bind_all - bind all components of an aggregate driver
617 * @data: opaque pointer, passed to all components
619 * Binds all components of the aggregate @dev by passing @data to their
636 /* Bind components in match order */ in component_bind_all()
700 * components registerd on the same device @dev. These components are match
731 * components on the same device.
746 * all its components, to be unbound.