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
710 int siox_master_register(struct siox_master *smaster) in siox_master_register()
741 void siox_master_unregister(struct siox_master *smaster) in siox_master_unregister()
771 static struct siox_device *siox_device_add(struct siox_master *smaster, in siox_device_add()
851 static void siox_device_remove(struct siox_master *smaster) in siox_device_remove()