Lines Matching full:aggregate

17  * including their bound drivers, into an aggregate driver. Various subsystems
21 * helper fills the niche of aggregate drivers for specific hardware, where
33 * Aggregate drivers first assemble a component match list of what they need
34 * using component_match_add(). This is then registered as an aggregate driver
221 * Try to bring up an aggregate device. If component is NULL, we're interested
222 * in this aggregate device, otherwise it's a component which must be present
223 * to try and bring up the aggregate device.
427 * @parent: parent device of the aggregate driver
434 * aggregate driver needs to function. The list of component matches pointed to
457 * @parent: parent device of the aggregate driver
463 * aggregate driver needs to function. The list of component matches pointed to
501 * component_master_add_with_match - register an aggregate driver
502 * @parent: parent device of the aggregate driver
503 * @ops: callbacks for the aggregate driver
504 * @match: component match list for the aggregate driver
506 * Registers a new aggregate driver consisting of the components added to @match
533 /* Add to the list of available aggregate devices. */ in component_master_add_with_match()
549 * component_master_del - unregister an aggregate driver
550 * @parent: parent device of the aggregate driver
551 * @ops: callbacks for the aggregate driver
553 * Unregisters an aggregate driver registered with
554 * component_master_add_with_match(). If necessary the aggregate driver is first
586 * component_unbind_all - unbind all components of an aggregate driver
587 * @parent: parent device of the aggregate driver
590 * Unbinds all components of the aggregate device by passing @data to their
669 * component_bind_all - bind all components of an aggregate driver
670 * @parent: parent device of the aggregate driver
673 * Binds all components of the aggregate @dev by passing @data to their
750 * aggregate driver is ready to bind the overall driver by calling
778 * aggregate driver is ready to bind the overall driver by calling
799 * into an aggregate driver, this will force the entire aggregate driver, including