Searched refs:inbytes (Results 1 – 2 of 2) sorted by relevance
| /drivers/siox/ |
| A D | siox-core.c | 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() 818 const char *type, size_t inbytes, in siox_device_add() argument 830 sdevice->inbytes = inbytes; in siox_device_add() 844 buf_len = smaster->setbuf_len + inbytes + in siox_device_add() 870 smaster->setbuf_len += sdevice->inbytes; in siox_device_add() [all …]
|
| /drivers/iio/accel/ |
| A D | mma9551_core.c | 110 u8 *inbytes, int num_inbytes, in mma9551_transfer() argument 135 memcpy(req.buf, inbytes, num_inbytes); in mma9551_transfer()
|
Completed in 9 milliseconds