Lines Matching full:aggregate
20 * Called through component_bind_all() when the aggregate driver is
28 * Called through component_unbind_all() when the aggregate driver is
47 * struct component_master_ops - callback for the aggregate driver
49 * Aggregate drivers are registered with component_master_add_with_match() and
56 * Called when all components or the aggregate driver, as specified in
58 * ready. Usually there are 3 steps to bind an aggregate driver:
60 * 1. Allocate a structure for the aggregate driver.
62 * 2. Bind all components to the aggregate driver by calling
63 * component_bind_all() with the aggregate driver structure as opaque
66 * 3. Register the aggregate driver with the subsystem to publish its
69 * Note that the lifetime of the aggregate driver does not align with
78 * Called when either the aggregate driver, using
108 * @parent: device with the aggregate driver
114 * aggregate driver needs to function. The list of component matches pointed to