Lines Matching refs:inbytes
158 i -= sdevice->inbytes; in siox_poll()
399 return sprintf(buf, "%zu\n", sdev->inbytes); in inbytes_show()
402 static DEVICE_ATTR_RO(inbytes);
588 const char *type, size_t inbytes,
598 size_t inbytes = 0, outbytes = 0; in device_add_store() local
601 ret = sscanf(buf, "%19s %zu %zu %hhu", type, &inbytes, in device_add_store()
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()
772 const char *type, size_t inbytes, in siox_device_add() argument
784 sdevice->inbytes = inbytes; in siox_device_add()
798 buf_len = smaster->setbuf_len + inbytes + in siox_device_add()
824 smaster->setbuf_len += sdevice->inbytes; in siox_device_add()
866 smaster->setbuf_len -= sdevice->inbytes; in siox_device_remove()