Searched refs:siox_driver (Results 1 – 3 of 3) sorted by relevance
37 struct siox_driver { struct 56 static inline struct siox_driver *to_siox_driver(struct device_driver *driver) in to_siox_driver() argument 59 return container_of(driver, struct siox_driver, driver); in to_siox_driver() 64 int __siox_driver_register(struct siox_driver *sdriver, struct module *owner);66 static inline int siox_driver_register(struct siox_driver *sdriver) in siox_driver_register() 71 static inline void siox_driver_unregister(struct siox_driver *sdriver) in siox_driver_unregister()
154 struct siox_driver *sdriver = in siox_poll() 195 struct siox_driver *sdriver = in siox_poll() 517 struct siox_driver *sdriver = to_siox_driver(dev->driver); in siox_probe() 525 struct siox_driver *sdriver = in siox_remove() 526 container_of(dev->driver, struct siox_driver, driver); in siox_remove() 536 struct siox_driver *sdriver; in siox_shutdown() 541 sdriver = container_of(dev->driver, struct siox_driver, driver); in siox_shutdown() 930 int __siox_driver_register(struct siox_driver *sdriver, struct module *owner) in __siox_driver_register()
259 static struct siox_driver gpio_siox_driver = {