Lines Matching defs:smaster

41 static void siox_master_lock(struct siox_master *smaster)  in siox_master_lock()
46 static void siox_master_unlock(struct siox_master *smaster) in siox_master_unlock()
128 static void siox_poll(struct siox_master *smaster) in siox_poll()
280 struct siox_master *smaster = data; in siox_poll_thread() local
327 static int __siox_start(struct siox_master *smaster) in __siox_start()
344 static int siox_start(struct siox_master *smaster) in siox_start()
355 static int __siox_stop(struct siox_master *smaster) in __siox_stop()
373 static int siox_stop(struct siox_master *smaster) in siox_stop()
557 struct siox_master *smaster = to_siox_master(dev); in active_show() local
566 struct siox_master *smaster = to_siox_master(dev); in active_store() local
595 struct siox_master *smaster = to_siox_master(dev); in device_add_store() local
622 struct siox_master *smaster = to_siox_master(dev); in device_remove_store() local
635 struct siox_master *smaster = to_siox_master(dev); in poll_interval_ns_show() local
644 struct siox_master *smaster = to_siox_master(dev); in poll_interval_ns_store() local
674 struct siox_master *smaster = to_siox_master(dev); in siox_master_release() local
687 struct siox_master *smaster; in siox_master_alloc() local
712 struct siox_master *smaster = data; in devm_siox_master_put() local
720 struct siox_master *smaster; in devm_siox_master_alloc() local
735 int siox_master_register(struct siox_master *smaster) in siox_master_register()
768 void siox_master_unregister(struct siox_master *smaster) in siox_master_unregister()
800 struct siox_master *smaster = data; in devm_siox_master_unregister() local
805 int devm_siox_master_register(struct device *dev, struct siox_master *smaster) in devm_siox_master_register()
817 static struct siox_device *siox_device_add(struct siox_master *smaster, in siox_device_add()
899 static void siox_device_remove(struct siox_master *smaster) in siox_device_remove()