Searched refs:sdriver (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/linux/
H A Dsiox.h64 int __siox_driver_register(struct siox_driver *sdriver, struct module *owner);
66 static inline int siox_driver_register(struct siox_driver *sdriver) argument
68 return __siox_driver_register(sdriver, THIS_MODULE);
71 static inline void siox_driver_unregister(struct siox_driver *sdriver) argument
73 return driver_unregister(&sdriver->driver);
/linux-master/drivers/siox/
H A Dsiox-core.c154 struct siox_driver *sdriver = local
168 if (sdriver && !unsync_error)
169 sdriver->set_data(sdevice, sdevice->status_written,
195 struct siox_driver *sdriver = local
211 if (!sdriver || unsync_error)
270 if (sdriver && connected)
271 sdriver->get_data(sdevice, &smaster->buf[i]);
517 struct siox_driver *sdriver = to_siox_driver(dev->driver); local
520 return sdriver->probe(sdevice);
525 struct siox_driver *sdriver local
536 struct siox_driver *sdriver; local
930 __siox_driver_register(struct siox_driver *sdriver, struct module *owner) argument
[all...]

Completed in 143 milliseconds