Lines Matching refs:bound
22 * including their bound drivers, into an aggregate driver. Various subsystems
63 bool bound;
74 bool bound;
99 dev_name(m->dev), m->bound ? "bound" : "not bound");
108 component ? (component->bound ? "bound" : "not bound") : "not registered");
264 master->bound = true;
274 if (!m->bound) {
286 if (master->bound) {
289 master->bound = false;
530 WARN_ON(!component->bound);
534 component->bound = false;
598 component->bound = true;
609 dev_info(master->dev, "bound %s (ops %ps)\n",
753 * Unregister a component added with component_add(). If the component is bound