Lines Matching full:components
24 * already provide functions to get hold of such components, e.g.
30 * the SoC on various components (scanout engines, blending blocks, transcoders
36 * Components are registered using component_add() and unregistered with
190 * any components which are found to this master. in find_components()
243 dev_dbg(master->dev, "master has incomplete components\n"); in try_to_bring_up_master()
256 /* Found all components */ in try_to_bring_up_master()
385 * @compare: compare function to match against all components
391 * only matches against components added with component_add().
414 * @compare_typed: compare function to match against all typed components
420 * only matches against components added with component_add_typed().
461 * Registers a new aggregate driver consisting of the components added to @match
462 * by calling one of the component_match_add() functions. Once all components in
540 * component_unbind_all - unbind all components of an aggregate driver
542 * @data: opaque pointer, passed to all components
544 * Unbinds all components of the aggregate @dev by passing @data to their
560 /* Unbind components in reverse order */ in component_unbind_all()
622 * component_bind_all - bind all components of an aggregate driver
624 * @data: opaque pointer, passed to all components
626 * Binds all components of the aggregate @dev by passing @data to their
643 /* Bind components in match order */ in component_bind_all()
707 * components registerd on the same device @dev. These components are match
738 * components on the same device.
753 * all its components, to be unbound.