Lines Matching full:siox
11 #include "siox.h"
14 * The lowest bit in the SIOX status word signals if the in-device watchdog is
29 * Each Siox-Device has a 4 bit type number that is neither 0 nor 15. This is
37 #include <trace/events/siox.h>
547 .name = "siox",
606 if (strcmp(type, "siox-12x8") || inbytes != 2 || outbytes != 4) in device_add_store()
609 siox_device_add(smaster, "siox-12x8", inbytes, outbytes, statustype); in device_add_store()
747 dev_set_name(&smaster->dev, "siox-%d", smaster->busno); in siox_master_register()
754 "siox-%d", smaster->busno); in siox_master_register()
841 dev_set_name(&sdevice->dev, "siox-%d-%d", in siox_device_add()
949 pr_err("Failed to register siox driver %s (%d)\n", in __siox_driver_register()
962 pr_err("Registration of SIOX bus type failed: %d\n", ret); in siox_init()
979 MODULE_DESCRIPTION("Eckelmann SIOX driver core");