Searched refs:status_errors (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/linux/
H A Dsiox.h26 unsigned int status_errors; member in struct:siox_device
/linux-master/drivers/siox/
H A Dsiox-core.c233 sdevice->status_errors++;
418 unsigned int status_errors; local
422 status_errors = sdev->status_errors;
426 return sprintf(buf, "%u\n", status_errors);
429 static DEVICE_ATTR_RO(status_errors);
874 "status_errors");

Completed in 275 milliseconds