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