Lines Matching refs:ssize_t

70 static ssize_t ata_ct_law(const u_char __user *userPtr, size_t userCount,
71 u_char frame[], ssize_t *frameUsed,
72 ssize_t frameLeft);
73 static ssize_t ata_ct_s8(const u_char __user *userPtr, size_t userCount,
74 u_char frame[], ssize_t *frameUsed,
75 ssize_t frameLeft);
76 static ssize_t ata_ct_u8(const u_char __user *userPtr, size_t userCount,
77 u_char frame[], ssize_t *frameUsed,
78 ssize_t frameLeft);
79 static ssize_t ata_ct_s16be(const u_char __user *userPtr, size_t userCount,
80 u_char frame[], ssize_t *frameUsed,
81 ssize_t frameLeft);
82 static ssize_t ata_ct_u16be(const u_char __user *userPtr, size_t userCount,
83 u_char frame[], ssize_t *frameUsed,
84 ssize_t frameLeft);
85 static ssize_t ata_ct_s16le(const u_char __user *userPtr, size_t userCount,
86 u_char frame[], ssize_t *frameUsed,
87 ssize_t frameLeft);
88 static ssize_t ata_ct_u16le(const u_char __user *userPtr, size_t userCount,
89 u_char frame[], ssize_t *frameUsed,
90 ssize_t frameLeft);
91 static ssize_t ata_ctx_law(const u_char __user *userPtr, size_t userCount,
92 u_char frame[], ssize_t *frameUsed,
93 ssize_t frameLeft);
94 static ssize_t ata_ctx_s8(const u_char __user *userPtr, size_t userCount,
95 u_char frame[], ssize_t *frameUsed,
96 ssize_t frameLeft);
97 static ssize_t ata_ctx_u8(const u_char __user *userPtr, size_t userCount,
98 u_char frame[], ssize_t *frameUsed,
99 ssize_t frameLeft);
100 static ssize_t ata_ctx_s16be(const u_char __user *userPtr, size_t userCount,
101 u_char frame[], ssize_t *frameUsed,
102 ssize_t frameLeft);
103 static ssize_t ata_ctx_u16be(const u_char __user *userPtr, size_t userCount,
104 u_char frame[], ssize_t *frameUsed,
105 ssize_t frameLeft);
106 static ssize_t ata_ctx_s16le(const u_char __user *userPtr, size_t userCount,
107 u_char frame[], ssize_t *frameUsed,
108 ssize_t frameLeft);
109 static ssize_t ata_ctx_u16le(const u_char __user *userPtr, size_t userCount,
110 u_char frame[], ssize_t *frameUsed,
111 ssize_t frameLeft);
154 static ssize_t ata_ct_law(const u_char __user *userPtr, size_t userCount, in ata_ct_law()
155 u_char frame[], ssize_t *frameUsed, in ata_ct_law()
156 ssize_t frameLeft) in ata_ct_law()
160 ssize_t count, used; in ata_ct_law()
179 static ssize_t ata_ct_s8(const u_char __user *userPtr, size_t userCount, in ata_ct_s8()
180 u_char frame[], ssize_t *frameUsed, in ata_ct_s8()
181 ssize_t frameLeft) in ata_ct_s8()
183 ssize_t count, used; in ata_ct_s8()
197 static ssize_t ata_ct_u8(const u_char __user *userPtr, size_t userCount, in ata_ct_u8()
198 u_char frame[], ssize_t *frameUsed, in ata_ct_u8()
199 ssize_t frameLeft) in ata_ct_u8()
201 ssize_t count, used; in ata_ct_u8()
232 static ssize_t ata_ct_s16be(const u_char __user *userPtr, size_t userCount, in ata_ct_s16be()
233 u_char frame[], ssize_t *frameUsed, in ata_ct_s16be()
234 ssize_t frameLeft) in ata_ct_s16be()
236 ssize_t count, used; in ata_ct_s16be()
264 static ssize_t ata_ct_u16be(const u_char __user *userPtr, size_t userCount, in ata_ct_u16be()
265 u_char frame[], ssize_t *frameUsed, in ata_ct_u16be()
266 ssize_t frameLeft) in ata_ct_u16be()
268 ssize_t count, used; in ata_ct_u16be()
303 static ssize_t ata_ct_s16le(const u_char __user *userPtr, size_t userCount, in ata_ct_s16le()
304 u_char frame[], ssize_t *frameUsed, in ata_ct_s16le()
305 ssize_t frameLeft) in ata_ct_s16le()
307 ssize_t count, used; in ata_ct_s16le()
344 static ssize_t ata_ct_u16le(const u_char __user *userPtr, size_t userCount, in ata_ct_u16le()
345 u_char frame[], ssize_t *frameUsed, in ata_ct_u16le()
346 ssize_t frameLeft) in ata_ct_u16le()
348 ssize_t count, used; in ata_ct_u16le()
384 static ssize_t ata_ctx_law(const u_char __user *userPtr, size_t userCount, in ata_ctx_law()
385 u_char frame[], ssize_t *frameUsed, in ata_ctx_law()
386 ssize_t frameLeft) in ata_ctx_law()
393 ssize_t used, usedf; in ata_ctx_law()
446 static ssize_t ata_ctx_s8(const u_char __user *userPtr, size_t userCount, in ata_ctx_s8()
447 u_char frame[], ssize_t *frameUsed, in ata_ctx_s8()
448 ssize_t frameLeft) in ata_ctx_s8()
453 ssize_t used, usedf; in ata_ctx_s8()
500 static ssize_t ata_ctx_u8(const u_char __user *userPtr, size_t userCount, in ata_ctx_u8()
501 u_char frame[], ssize_t *frameUsed, in ata_ctx_u8()
502 ssize_t frameLeft) in ata_ctx_u8()
507 ssize_t used, usedf; in ata_ctx_u8()
556 static ssize_t ata_ctx_s16be(const u_char __user *userPtr, size_t userCount, in ata_ctx_s16be()
557 u_char frame[], ssize_t *frameUsed, in ata_ctx_s16be()
558 ssize_t frameLeft) in ata_ctx_s16be()
563 ssize_t used, usedf; in ata_ctx_s16be()
612 static ssize_t ata_ctx_u16be(const u_char __user *userPtr, size_t userCount, in ata_ctx_u16be()
613 u_char frame[], ssize_t *frameUsed, in ata_ctx_u16be()
614 ssize_t frameLeft) in ata_ctx_u16be()
619 ssize_t used, usedf; in ata_ctx_u16be()
670 static ssize_t ata_ctx_s16le(const u_char __user *userPtr, size_t userCount, in ata_ctx_s16le()
671 u_char frame[], ssize_t *frameUsed, in ata_ctx_s16le()
672 ssize_t frameLeft) in ata_ctx_s16le()
677 ssize_t used, usedf; in ata_ctx_s16le()
728 static ssize_t ata_ctx_u16le(const u_char __user *userPtr, size_t userCount, in ata_ctx_u16le()
729 u_char frame[], ssize_t *frameUsed, in ata_ctx_u16le()
730 ssize_t frameLeft) in ata_ctx_u16le()
735 ssize_t used, usedf; in ata_ctx_u16le()