Lines Matching refs:u_char
70 static ssize_t ata_ct_law(const u_char __user *userPtr, size_t userCount,
71 u_char frame[], ssize_t *frameUsed,
73 static ssize_t ata_ct_s8(const u_char __user *userPtr, size_t userCount,
74 u_char frame[], ssize_t *frameUsed,
76 static ssize_t ata_ct_u8(const u_char __user *userPtr, size_t userCount,
77 u_char frame[], ssize_t *frameUsed,
79 static ssize_t ata_ct_s16be(const u_char __user *userPtr, size_t userCount,
80 u_char frame[], ssize_t *frameUsed,
82 static ssize_t ata_ct_u16be(const u_char __user *userPtr, size_t userCount,
83 u_char frame[], ssize_t *frameUsed,
85 static ssize_t ata_ct_s16le(const u_char __user *userPtr, size_t userCount,
86 u_char frame[], ssize_t *frameUsed,
88 static ssize_t ata_ct_u16le(const u_char __user *userPtr, size_t userCount,
89 u_char frame[], ssize_t *frameUsed,
91 static ssize_t ata_ctx_law(const u_char __user *userPtr, size_t userCount,
92 u_char frame[], ssize_t *frameUsed,
94 static ssize_t ata_ctx_s8(const u_char __user *userPtr, size_t userCount,
95 u_char frame[], ssize_t *frameUsed,
97 static ssize_t ata_ctx_u8(const u_char __user *userPtr, size_t userCount,
98 u_char frame[], ssize_t *frameUsed,
100 static ssize_t ata_ctx_s16be(const u_char __user *userPtr, size_t userCount,
101 u_char frame[], ssize_t *frameUsed,
103 static ssize_t ata_ctx_u16be(const u_char __user *userPtr, size_t userCount,
104 u_char frame[], ssize_t *frameUsed,
106 static ssize_t ata_ctx_s16le(const u_char __user *userPtr, size_t userCount,
107 u_char frame[], ssize_t *frameUsed,
109 static ssize_t ata_ctx_u16le(const u_char __user *userPtr, size_t userCount,
110 u_char frame[], ssize_t *frameUsed,
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()
161 u_char *p = &frame[*frameUsed]; in ata_ct_law()
168 u_char data; 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()
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()
204 u_char *p = &frame[*frameUsed]; in ata_ct_u8()
208 u_char data; 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()
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()
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()
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()
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()
398 u_char *p = &frame[*frameUsed]; in ata_ctx_law()
399 u_char data = expand_data; in ata_ctx_law()
401 u_char c; in ata_ctx_law()
420 u_char c; 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()
458 u_char *p = &frame[*frameUsed]; in ata_ctx_s8()
459 u_char data = expand_data; 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()
512 u_char *p = &frame[*frameUsed]; in ata_ctx_u8()
513 u_char data = expand_data; 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()
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()
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()
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()