Lines Matching refs:bound
62 bool bound; member
72 bool bound; member
97 dev_name(m->parent), m->bound ? "bound" : "not bound"); in component_devices_show()
106 component ? (component->bound ? "bound" : "not bound") : "not registered"); in component_devices_show()
261 master->bound = true; in try_to_bring_up_master()
271 if (!m->bound) { in try_to_bring_up_masters()
283 if (master->bound) { in take_down_master()
286 master->bound = false; in take_down_master()
521 WARN_ON(!component->bound); in component_unbind()
525 component->bound = false; in component_unbind()
589 component->bound = true; in component_bind()