• Home
  • Raw
  • Download

Lines Matching full:aggregate

22  * including their bound drivers, into an aggregate driver. Various subsystems
26 * helper fills the niche of aggregate drivers for specific hardware, where
38 * Aggregate drivers first assemble a component match list of what they need
39 * using component_match_add(). This is then registered as an aggregate driver
382 * @master: device with the aggregate driver
389 * aggregate driver needs to function. The list of component matches pointed to
412 * @master: device with the aggregate driver
418 * aggregate driver needs to function. The list of component matches pointed to
456 * component_master_add_with_match - register an aggregate driver
457 * @dev: device with the aggregate driver
458 * @ops: callbacks for the aggregate driver
459 * @match: component match list for the aggregate driver
461 * Registers a new aggregate driver consisting of the components added to @match
504 * component_master_del - unregister an aggregate driver
505 * @dev: device with the aggregate driver
506 * @ops: callbacks for the aggregate driver
508 * Unregisters an aggregate driver registered with
509 * component_master_add_with_match(). If necessary the aggregate driver is first
541 * component_unbind_all - unbind all components of an aggregate driver
542 * @master_dev: device with the aggregate driver
545 * Unbinds all components of the aggregate @dev by passing @data to their
624 * component_bind_all - bind all components of an aggregate driver
625 * @master_dev: device with the aggregate driver
628 * Binds all components of the aggregate @dev by passing @data to their
705 * aggregate driver is ready to bind the overall driver by calling
733 * aggregate driver is ready to bind the overall driver by calling
754 * into an aggregate driver, this will force the entire aggregate driver, including