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()
557 struct siox_master *smaster = to_siox_master(dev); in active_show()
566 struct siox_master *smaster = to_siox_master(dev); in active_store()
587 static struct siox_device *siox_device_add(struct siox_master *smaster,
595 struct siox_master *smaster = to_siox_master(dev); in device_add_store()
616 static void siox_device_remove(struct siox_master *smaster);
622 struct siox_master *smaster = to_siox_master(dev); in device_remove_store()
635 struct siox_master *smaster = to_siox_master(dev); in poll_interval_ns_show()
644 struct siox_master *smaster = to_siox_master(dev); in poll_interval_ns_store()
670 ATTRIBUTE_GROUPS(siox_master);
674 struct siox_master *smaster = to_siox_master(dev); in siox_master_release()
684 struct siox_master *siox_master_alloc(struct device *dev, in siox_master_alloc()
687 struct siox_master *smaster; in siox_master_alloc()
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()
853 static void siox_device_remove(struct siox_master *smaster) in siox_device_remove()