Lines Matching refs:siox_master
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()
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()
553 struct siox_master *smaster = to_siox_master(dev); in active_show()
562 struct siox_master *smaster = to_siox_master(dev); in active_store()
583 static struct siox_device *siox_device_add(struct siox_master *smaster,
591 struct siox_master *smaster = to_siox_master(dev); in device_add_store()
612 static void siox_device_remove(struct siox_master *smaster);
618 struct siox_master *smaster = to_siox_master(dev); in device_remove_store()
631 struct siox_master *smaster = to_siox_master(dev); in poll_interval_ns_show()
640 struct siox_master *smaster = to_siox_master(dev); in poll_interval_ns_store()
666 ATTRIBUTE_GROUPS(siox_master);
670 struct siox_master *smaster = to_siox_master(dev); in siox_master_release()
680 struct siox_master *siox_master_alloc(struct device *dev, in siox_master_alloc()
683 struct siox_master *smaster; in siox_master_alloc()
706 int siox_master_register(struct siox_master *smaster) in siox_master_register()
737 void siox_master_unregister(struct siox_master *smaster) in siox_master_unregister()
767 static struct siox_device *siox_device_add(struct siox_master *smaster, in siox_device_add()
847 static void siox_device_remove(struct siox_master *smaster) in siox_device_remove()