Lines Matching full:bound
17 * including their bound drivers, into an aggregate driver. Various subsystems
58 bool bound; member
68 bool bound; member
93 dev_name(m->parent), m->bound ? "bound" : "not bound"); in component_devices_show()
102 component ? (component->bound ? "bound" : "not bound") : "not registered"); in component_devices_show()
258 adev->bound = true; in try_to_bring_up_aggregate_device()
268 if (!adev->bound) { in try_to_bring_up_masters()
280 if (adev->bound) { in take_down_aggregate_device()
283 adev->bound = false; in take_down_aggregate_device()
575 WARN_ON(!component->bound); in component_unbind()
579 component->bound = false; in component_unbind()
643 component->bound = true; in component_bind()
654 dev_info(adev->parent, "bound %s (ops %ps)\n", in component_bind()
798 * Unregister a component added with component_add(). If the component is bound