Lines Matching full:bound
37 bool bound; member
48 bool bound; member
72 dev_name(m->dev), m->bound ? "bound" : "not bound"); in component_devices_show()
81 component ? (component->bound ? "bound" : "not bound") : "not registered"); in component_devices_show()
243 master->bound = true; in try_to_bring_up_master()
253 if (!m->bound) { in try_to_bring_up_masters()
265 if (master->bound) { in take_down_master()
268 master->bound = false; in take_down_master()
435 WARN_ON(!component->bound); in component_unbind()
438 component->bound = false; in component_unbind()
493 component->bound = true; in component_bind()
504 dev_info(master->dev, "bound %s (ops %ps)\n", in component_bind()