Lines Matching refs:u_char
71 static ssize_t ata_ct_law(const u_char __user *userPtr, size_t userCount,
72 u_char frame[], ssize_t *frameUsed,
74 static ssize_t ata_ct_s8(const u_char __user *userPtr, size_t userCount,
75 u_char frame[], ssize_t *frameUsed,
77 static ssize_t ata_ct_u8(const u_char __user *userPtr, size_t userCount,
78 u_char frame[], ssize_t *frameUsed,
80 static ssize_t ata_ct_s16be(const u_char __user *userPtr, size_t userCount,
81 u_char frame[], ssize_t *frameUsed,
83 static ssize_t ata_ct_u16be(const u_char __user *userPtr, size_t userCount,
84 u_char frame[], ssize_t *frameUsed,
86 static ssize_t ata_ct_s16le(const u_char __user *userPtr, size_t userCount,
87 u_char frame[], ssize_t *frameUsed,
89 static ssize_t ata_ct_u16le(const u_char __user *userPtr, size_t userCount,
90 u_char frame[], ssize_t *frameUsed,
92 static ssize_t ata_ctx_law(const u_char __user *userPtr, size_t userCount,
93 u_char frame[], ssize_t *frameUsed,
95 static ssize_t ata_ctx_s8(const u_char __user *userPtr, size_t userCount,
96 u_char frame[], ssize_t *frameUsed,
98 static ssize_t ata_ctx_u8(const u_char __user *userPtr, size_t userCount,
99 u_char frame[], ssize_t *frameUsed,
101 static ssize_t ata_ctx_s16be(const u_char __user *userPtr, size_t userCount,
102 u_char frame[], ssize_t *frameUsed,
104 static ssize_t ata_ctx_u16be(const u_char __user *userPtr, size_t userCount,
105 u_char frame[], ssize_t *frameUsed,
107 static ssize_t ata_ctx_s16le(const u_char __user *userPtr, size_t userCount,
108 u_char frame[], ssize_t *frameUsed,
110 static ssize_t ata_ctx_u16le(const u_char __user *userPtr, size_t userCount,
111 u_char frame[], ssize_t *frameUsed,
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()
162 u_char *p = &frame[*frameUsed]; in ata_ct_law()
169 u_char data; 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()
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()
205 u_char *p = &frame[*frameUsed]; in ata_ct_u8()
209 u_char data; 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()
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()
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()
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()
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()
399 u_char *p = &frame[*frameUsed]; in ata_ctx_law()
400 u_char data = expand_data; in ata_ctx_law()
402 u_char c; in ata_ctx_law()
421 u_char c; 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()
459 u_char *p = &frame[*frameUsed]; in ata_ctx_s8()
460 u_char data = expand_data; 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()
513 u_char *p = &frame[*frameUsed]; in ata_ctx_u8()
514 u_char data = expand_data; 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()
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()
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()
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()