Lines Matching refs:bound
63 bool bound; member
74 bool bound; member
99 dev_name(m->dev), m->bound ? "bound" : "not bound"); in component_devices_show()
108 component ? (component->bound ? "bound" : "not bound") : "not registered"); in component_devices_show()
264 master->bound = true; in try_to_bring_up_master()
274 if (!m->bound) { in try_to_bring_up_masters()
286 if (master->bound) { in take_down_master()
289 master->bound = false; in take_down_master()
530 WARN_ON(!component->bound); in component_unbind()
534 component->bound = false; in component_unbind()
598 component->bound = true; in component_bind()