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);
584 const char *type, size_t inbytes,
594 size_t inbytes = 0, outbytes = 0; in device_add_store() local
597 ret = sscanf(buf, "%19s %zu %zu %hhu", type, &inbytes, in device_add_store()
602 if (strcmp(type, "siox-12x8") || inbytes != 2 || outbytes != 4) in device_add_store()
605 siox_device_add(smaster, "siox-12x8", inbytes, outbytes, statustype); in device_add_store()
768 const char *type, size_t inbytes, in siox_device_add() argument
780 sdevice->inbytes = inbytes; in siox_device_add()
794 buf_len = smaster->setbuf_len + inbytes + in siox_device_add()
820 smaster->setbuf_len += sdevice->inbytes; in siox_device_add()
864 smaster->setbuf_len -= sdevice->inbytes; in siox_device_remove()