Searched refs:subsys_priv (Results 1 – 2 of 2) sorted by relevance
38 subsys_priv = container_of(subsys, subsys_private_type.get_type().pointer(), 'subsys')39 yield subsys_priv45 subsys_priv = container_of(subsys, subsys_private_type.get_type().pointer(), 'subsys')46 yield subsys_priv
154 struct subsys_private *subsys_priv = to_subsys_private(kobj); in bus_attr_show() local159 ret = bus_attr->show(subsys_priv->bus, buf); in bus_attr_show()167 struct subsys_private *subsys_priv = to_subsys_private(kobj); in bus_attr_store() local172 ret = bus_attr->store(subsys_priv->bus, buf, count); in bus_attr_store()