Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dsiox.h40 struct siox_driver { struct
59 static inline struct siox_driver *to_siox_driver(struct device_driver *driver) in to_siox_driver() argument
62 return container_of(driver, struct siox_driver, driver); in to_siox_driver()
67 int __siox_driver_register(struct siox_driver *sdriver, struct module *owner);
69 static inline int siox_driver_register(struct siox_driver *sdriver) in siox_driver_register()
74 static inline void siox_driver_unregister(struct siox_driver *sdriver) in siox_driver_unregister()
/Linux-v4.19/drivers/siox/
Dsiox-core.c154 struct siox_driver *sdriver = in siox_poll()
195 struct siox_driver *sdriver = in siox_poll()
522 struct siox_driver *sdriver = to_siox_driver(dev->driver); in siox_driver_probe()
532 struct siox_driver *sdriver = in siox_driver_remove()
533 container_of(dev->driver, struct siox_driver, driver); in siox_driver_remove()
543 struct siox_driver *sdriver = in siox_driver_shutdown()
544 container_of(dev->driver, struct siox_driver, driver); in siox_driver_shutdown()
878 int __siox_driver_register(struct siox_driver *sdriver, struct module *owner) in __siox_driver_register()