Lines Matching full:components

18  * already provide functions to get hold of such components, e.g.
24 * the SoC on various components (scanout engines, blending blocks, transcoders
30 * Components are registered using component_add() and unregistered with
181 * any components which are found to this adev. in find_components()
235 dev_dbg(adev->parent, "master has incomplete components\n"); in try_to_bring_up_aggregate_device()
248 /* Found all components */ in try_to_bring_up_aggregate_device()
430 * @compare: compare function to match against all components
436 * only matches against components added with component_add().
459 * @compare_typed: compare function to match against all typed components
465 * only matches against components added with component_add_typed().
506 * Registers a new aggregate driver consisting of the components added to @match
507 * by calling one of the component_match_add() functions. Once all components in
586 * component_unbind_all - unbind all components of an aggregate driver
588 * @data: opaque pointer, passed to all components
590 * Unbinds all components of the aggregate device by passing @data to their
606 /* Unbind components in reverse order */ in component_unbind_all()
669 * component_bind_all - bind all components of an aggregate driver
671 * @data: opaque pointer, passed to all components
673 * Binds all components of the aggregate @dev by passing @data to their
690 /* Bind components in match order */ in component_bind_all()
754 * components registerd on the same device @dev. These components are match
785 * components on the same device.
800 * all its components, to be unbound.