siox_driver       256 drivers/gpio/gpio-siox.c static struct siox_driver gpio_siox_driver = {
siox_driver       154 drivers/siox/siox-core.c 		struct siox_driver *sdriver =
siox_driver       195 drivers/siox/siox-core.c 		struct siox_driver *sdriver =
siox_driver       522 drivers/siox/siox-core.c 	struct siox_driver *sdriver = to_siox_driver(dev->driver);
siox_driver       532 drivers/siox/siox-core.c 	struct siox_driver *sdriver =
siox_driver       533 drivers/siox/siox-core.c 		container_of(dev->driver, struct siox_driver, driver);
siox_driver       543 drivers/siox/siox-core.c 	struct siox_driver *sdriver =
siox_driver       544 drivers/siox/siox-core.c 		container_of(dev->driver, struct siox_driver, driver);
siox_driver       878 drivers/siox/siox-core.c int __siox_driver_register(struct siox_driver *sdriver, struct module *owner)
siox_driver        56 include/linux/siox.h static inline struct siox_driver *to_siox_driver(struct device_driver *driver)
siox_driver        59 include/linux/siox.h 		return container_of(driver, struct siox_driver, driver);
siox_driver        64 include/linux/siox.h int __siox_driver_register(struct siox_driver *sdriver, struct module *owner);
siox_driver        66 include/linux/siox.h static inline int siox_driver_register(struct siox_driver *sdriver)
siox_driver        71 include/linux/siox.h static inline void siox_driver_unregister(struct siox_driver *sdriver)