Home
last modified time | relevance | path

Searched refs:statustype (Results 1 – 1 of 1) sorted by relevance

/drivers/siox/
A Dsiox-core.c76 u8 statustype = (status_clean & SIOX_STATUS_TYPE) >> 4; in siox_device_type_error() local
83 if (sdevice->statustype) { in siox_device_type_error()
84 if (statustype != sdevice->statustype) in siox_device_type_error()
87 switch (statustype) { in siox_device_type_error()
589 size_t outbytes, u8 statustype);
599 u8 statustype = 0; in device_add_store() local
602 &outbytes, &statustype); in device_add_store()
609 siox_device_add(smaster, "siox-12x8", inbytes, outbytes, statustype); in device_add_store()
819 size_t outbytes, u8 statustype) in siox_device_add() argument
832 sdevice->statustype = statustype; in siox_device_add()

Completed in 5 milliseconds