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_priv['bus']45 subsys_priv = container_of(subsys, subsys_private_type.get_type().pointer(), 'subsys')46 yield subsys_priv['class']
106 struct subsys_private *subsys_priv = to_subsys_private(kobj); in bus_attr_show() local110 ret = bus_attr->show(subsys_priv->bus, buf); in bus_attr_show()118 struct subsys_private *subsys_priv = to_subsys_private(kobj); in bus_attr_store() local122 ret = bus_attr->store(subsys_priv->bus, buf, count); in bus_attr_store()