Home
last modified time | relevance | path

Searched refs:siox_driver (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/
H A Dsiox.h37 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()
/openbmc/linux/drivers/siox/
H A Dsiox-core.c154 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()
884 int __siox_driver_register(struct siox_driver *sdriver, struct module *owner) in __siox_driver_register()
/openbmc/linux/drivers/gpio/
H A Dgpio-siox.c258 static struct siox_driver gpio_siox_driver = {