Lines Matching refs:ssize_t
71 static ssize_t ata_ct_law(const u_char __user *userPtr, size_t userCount,
72 u_char frame[], ssize_t *frameUsed,
73 ssize_t frameLeft);
74 static ssize_t ata_ct_s8(const u_char __user *userPtr, size_t userCount,
75 u_char frame[], ssize_t *frameUsed,
76 ssize_t frameLeft);
77 static ssize_t ata_ct_u8(const u_char __user *userPtr, size_t userCount,
78 u_char frame[], ssize_t *frameUsed,
79 ssize_t frameLeft);
80 static ssize_t ata_ct_s16be(const u_char __user *userPtr, size_t userCount,
81 u_char frame[], ssize_t *frameUsed,
82 ssize_t frameLeft);
83 static ssize_t ata_ct_u16be(const u_char __user *userPtr, size_t userCount,
84 u_char frame[], ssize_t *frameUsed,
85 ssize_t frameLeft);
86 static ssize_t ata_ct_s16le(const u_char __user *userPtr, size_t userCount,
87 u_char frame[], ssize_t *frameUsed,
88 ssize_t frameLeft);
89 static ssize_t ata_ct_u16le(const u_char __user *userPtr, size_t userCount,
90 u_char frame[], ssize_t *frameUsed,
91 ssize_t frameLeft);
92 static ssize_t ata_ctx_law(const u_char __user *userPtr, size_t userCount,
93 u_char frame[], ssize_t *frameUsed,
94 ssize_t frameLeft);
95 static ssize_t ata_ctx_s8(const u_char __user *userPtr, size_t userCount,
96 u_char frame[], ssize_t *frameUsed,
97 ssize_t frameLeft);
98 static ssize_t ata_ctx_u8(const u_char __user *userPtr, size_t userCount,
99 u_char frame[], ssize_t *frameUsed,
100 ssize_t frameLeft);
101 static ssize_t ata_ctx_s16be(const u_char __user *userPtr, size_t userCount,
102 u_char frame[], ssize_t *frameUsed,
103 ssize_t frameLeft);
104 static ssize_t ata_ctx_u16be(const u_char __user *userPtr, size_t userCount,
105 u_char frame[], ssize_t *frameUsed,
106 ssize_t frameLeft);
107 static ssize_t ata_ctx_s16le(const u_char __user *userPtr, size_t userCount,
108 u_char frame[], ssize_t *frameUsed,
109 ssize_t frameLeft);
110 static ssize_t ata_ctx_u16le(const u_char __user *userPtr, size_t userCount,
111 u_char frame[], ssize_t *frameUsed,
112 ssize_t frameLeft);
155 static ssize_t ata_ct_law(const u_char __user *userPtr, size_t userCount, in ata_ct_law()
156 u_char frame[], ssize_t *frameUsed, in ata_ct_law()
157 ssize_t frameLeft) in ata_ct_law()
161 ssize_t count, used; in ata_ct_law()
180 static ssize_t ata_ct_s8(const u_char __user *userPtr, size_t userCount, in ata_ct_s8()
181 u_char frame[], ssize_t *frameUsed, in ata_ct_s8()
182 ssize_t frameLeft) in ata_ct_s8()
184 ssize_t count, used; in ata_ct_s8()
198 static ssize_t ata_ct_u8(const u_char __user *userPtr, size_t userCount, in ata_ct_u8()
199 u_char frame[], ssize_t *frameUsed, in ata_ct_u8()
200 ssize_t frameLeft) in ata_ct_u8()
202 ssize_t count, used; in ata_ct_u8()
233 static ssize_t ata_ct_s16be(const u_char __user *userPtr, size_t userCount, in ata_ct_s16be()
234 u_char frame[], ssize_t *frameUsed, in ata_ct_s16be()
235 ssize_t frameLeft) in ata_ct_s16be()
237 ssize_t count, used; in ata_ct_s16be()
265 static ssize_t ata_ct_u16be(const u_char __user *userPtr, size_t userCount, in ata_ct_u16be()
266 u_char frame[], ssize_t *frameUsed, in ata_ct_u16be()
267 ssize_t frameLeft) in ata_ct_u16be()
269 ssize_t count, used; in ata_ct_u16be()
304 static ssize_t ata_ct_s16le(const u_char __user *userPtr, size_t userCount, in ata_ct_s16le()
305 u_char frame[], ssize_t *frameUsed, in ata_ct_s16le()
306 ssize_t frameLeft) in ata_ct_s16le()
308 ssize_t count, used; in ata_ct_s16le()
345 static ssize_t ata_ct_u16le(const u_char __user *userPtr, size_t userCount, in ata_ct_u16le()
346 u_char frame[], ssize_t *frameUsed, in ata_ct_u16le()
347 ssize_t frameLeft) in ata_ct_u16le()
349 ssize_t count, used; in ata_ct_u16le()
385 static ssize_t ata_ctx_law(const u_char __user *userPtr, size_t userCount, in ata_ctx_law()
386 u_char frame[], ssize_t *frameUsed, in ata_ctx_law()
387 ssize_t frameLeft) in ata_ctx_law()
394 ssize_t used, usedf; in ata_ctx_law()
447 static ssize_t ata_ctx_s8(const u_char __user *userPtr, size_t userCount, in ata_ctx_s8()
448 u_char frame[], ssize_t *frameUsed, in ata_ctx_s8()
449 ssize_t frameLeft) in ata_ctx_s8()
454 ssize_t used, usedf; in ata_ctx_s8()
501 static ssize_t ata_ctx_u8(const u_char __user *userPtr, size_t userCount, in ata_ctx_u8()
502 u_char frame[], ssize_t *frameUsed, in ata_ctx_u8()
503 ssize_t frameLeft) in ata_ctx_u8()
508 ssize_t used, usedf; in ata_ctx_u8()
557 static ssize_t ata_ctx_s16be(const u_char __user *userPtr, size_t userCount, in ata_ctx_s16be()
558 u_char frame[], ssize_t *frameUsed, in ata_ctx_s16be()
559 ssize_t frameLeft) in ata_ctx_s16be()
564 ssize_t used, usedf; in ata_ctx_s16be()
613 static ssize_t ata_ctx_u16be(const u_char __user *userPtr, size_t userCount, in ata_ctx_u16be()
614 u_char frame[], ssize_t *frameUsed, in ata_ctx_u16be()
615 ssize_t frameLeft) in ata_ctx_u16be()
620 ssize_t used, usedf; in ata_ctx_u16be()
671 static ssize_t ata_ctx_s16le(const u_char __user *userPtr, size_t userCount, in ata_ctx_s16le()
672 u_char frame[], ssize_t *frameUsed, in ata_ctx_s16le()
673 ssize_t frameLeft) in ata_ctx_s16le()
678 ssize_t used, usedf; in ata_ctx_s16le()
729 static ssize_t ata_ctx_u16le(const u_char __user *userPtr, size_t userCount, in ata_ctx_u16le()
730 u_char frame[], ssize_t *frameUsed, in ata_ctx_u16le()
731 ssize_t frameLeft) in ata_ctx_u16le()
736 ssize_t used, usedf; in ata_ctx_u16le()