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
189 * any components which are found to this master. in find_components()
242 dev_dbg(master->dev, "master has incomplete components\n"); in try_to_bring_up_master()
255 /* 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
541 * component_unbind_all - unbind all components of an aggregate driver
543 * @data: opaque pointer, passed to all components
545 * Unbinds all components of the aggregate @dev by passing @data to their
561 /* Unbind components in reverse order */ in component_unbind_all()
624 * component_bind_all - bind all components of an aggregate driver
626 * @data: opaque pointer, passed to all components
628 * Binds all components of the aggregate @dev by passing @data to their
645 /* Bind components in match order */ in component_bind_all()
709 * components registerd on the same device @dev. These components are match
740 * components on the same device.
755 * all its components, to be unbound.