Searched refs:inbytes (Results 1 – 6 of 6) sorted by relevance
| /linux/include/trace/events/ |
| H A D | siox.h | 17 __field(size_t, inbytes) 18 __dynamic_array(u8, buf, sdevice->inbytes) 23 __entry->inbytes = sdevice->inbytes; 25 smaster->buf + bufoffset, sdevice->inbytes); 30 (int)__entry->inbytes, __get_dynamic_array(buf)
|
| /linux/drivers/siox/ |
| H 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() 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() 818 const char *type, size_t inbytes, in siox_device_add() argument 830 sdevice->inbytes = inbytes; in siox_device_add() [all …]
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-bus-siox | 20 <type> <inbytes> <outbytes> <statustype> 23 to a driver (similar to the platform bus). <inbytes> and <outbytes> define 52 What: /sys/bus/siox/devices/siox-X-Y/inbytes 56 Read-only value reporting the inbytes value provided to siox-X/device_add
|
| /linux/include/linux/ |
| H A D | siox.h | 15 size_t inbytes; member
|
| /linux/include/uapi/linux/ |
| H A D | ip_vs.h | 181 __u64 inbytes; /* incoming bytes */ member
|
| /linux/include/net/ |
| H A D | ip_vs.h | 340 u64_stats_t inbytes; /* incoming bytes */ member 380 u64 inbytes; /* incoming bytes */ member
|