Searched refs:to_driver (Results 1 – 4 of 4) sorted by relevance
54 #define to_driver(obj) container_of(obj, struct driver_private, kobj) macro
221 priv = to_driver(k); in driver_find()
60 struct driver_private *drv_priv = to_driver(kobj); in drv_attr_show()72 struct driver_private *drv_priv = to_driver(kobj); in drv_attr_store()87 struct driver_private *drv_priv = to_driver(kobj); in driver_release()
39 #define to_driver(d) container_of(d, struct mostcore, drv) macro