Home
last modified time | relevance | path

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

/include/linux/
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()