Lines Matching defs: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;
582 return adev->bound;
589 WARN_ON(!component->bound);
596 component->bound = false;
660 component->bound = true;
671 dev_info(adev->parent, "bound %s (ops %ps)\n",
815 * Unregister a component added with component_add(). If the component is bound