Searched refs:userCount (Results 1 - 8 of 8) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/sound/oss/dmasound/
H A Ddmasound_atari.c70 static ssize_t ata_ct_law(const u_char __user *userPtr, size_t userCount,
73 static ssize_t ata_ct_s8(const u_char __user *userPtr, size_t userCount,
76 static ssize_t ata_ct_u8(const u_char __user *userPtr, size_t userCount,
79 static ssize_t ata_ct_s16be(const u_char __user *userPtr, size_t userCount,
82 static ssize_t ata_ct_u16be(const u_char __user *userPtr, size_t userCount,
85 static ssize_t ata_ct_s16le(const u_char __user *userPtr, size_t userCount,
88 static ssize_t ata_ct_u16le(const u_char __user *userPtr, size_t userCount,
91 static ssize_t ata_ctx_law(const u_char __user *userPtr, size_t userCount,
94 static ssize_t ata_ctx_s8(const u_char __user *userPtr, size_t userCount,
97 static ssize_t ata_ctx_u8(const u_char __user *userPtr, size_t userCount,
154 ata_ct_law(const u_char __user *userPtr, size_t userCount, u_char frame[], ssize_t *frameUsed, ssize_t frameLeft) argument
179 ata_ct_s8(const u_char __user *userPtr, size_t userCount, u_char frame[], ssize_t *frameUsed, ssize_t frameLeft) argument
197 ata_ct_u8(const u_char __user *userPtr, size_t userCount, u_char frame[], ssize_t *frameUsed, ssize_t frameLeft) argument
232 ata_ct_s16be(const u_char __user *userPtr, size_t userCount, u_char frame[], ssize_t *frameUsed, ssize_t frameLeft) argument
264 ata_ct_u16be(const u_char __user *userPtr, size_t userCount, u_char frame[], ssize_t *frameUsed, ssize_t frameLeft) argument
303 ata_ct_s16le(const u_char __user *userPtr, size_t userCount, u_char frame[], ssize_t *frameUsed, ssize_t frameLeft) argument
344 ata_ct_u16le(const u_char __user *userPtr, size_t userCount, u_char frame[], ssize_t *frameUsed, ssize_t frameLeft) argument
384 ata_ctx_law(const u_char __user *userPtr, size_t userCount, u_char frame[], ssize_t *frameUsed, ssize_t frameLeft) argument
446 ata_ctx_s8(const u_char __user *userPtr, size_t userCount, u_char frame[], ssize_t *frameUsed, ssize_t frameLeft) argument
500 ata_ctx_u8(const u_char __user *userPtr, size_t userCount, u_char frame[], ssize_t *frameUsed, ssize_t frameLeft) argument
556 ata_ctx_s16be(const u_char __user *userPtr, size_t userCount, u_char frame[], ssize_t *frameUsed, ssize_t frameLeft) argument
612 ata_ctx_u16be(const u_char __user *userPtr, size_t userCount, u_char frame[], ssize_t *frameUsed, ssize_t frameLeft) argument
670 ata_ctx_s16le(const u_char __user *userPtr, size_t userCount, u_char frame[], ssize_t *frameUsed, ssize_t frameLeft) argument
728 ata_ctx_u16le(const u_char __user *userPtr, size_t userCount, u_char frame[], ssize_t *frameUsed, ssize_t frameLeft) argument
[all...]
H A Ddmasound_q40.c60 /* userCount, frameUsed, frameLeft == byte counts */
61 static ssize_t q40_ct_law(const u_char __user *userPtr, size_t userCount, argument
69 used = count = min_t(size_t, userCount, frameLeft);
82 static ssize_t q40_ct_s8(const u_char __user *userPtr, size_t userCount, argument
89 used = count = min_t(size_t, userCount, frameLeft);
101 static ssize_t q40_ct_u8(const u_char __user *userPtr, size_t userCount, argument
108 used = count = min_t(size_t, userCount, frameLeft);
117 static ssize_t q40_ctx_law(const u_char __user *userPtr, size_t userCount, argument
130 utotal = userCount;
134 if (userCount
155 q40_ctx_s8(const u_char __user *userPtr, size_t userCount, u_char frame[], ssize_t *frameUsed, ssize_t frameLeft) argument
192 q40_ctx_u8(const u_char __user *userPtr, size_t userCount, u_char frame[], ssize_t *frameUsed, ssize_t frameLeft) argument
227 q40_ctc_law(const u_char __user *userPtr, size_t userCount, u_char frame[], ssize_t *frameUsed, ssize_t frameLeft) argument
268 q40_ctc_s8(const u_char __user *userPtr, size_t userCount, u_char frame[], ssize_t *frameUsed, ssize_t frameLeft) argument
307 q40_ctc_u8(const u_char __user *userPtr, size_t userCount, u_char frame[], ssize_t *frameUsed, ssize_t frameLeft) argument
[all...]
H A Ddmasound_paula.c156 static ssize_t ami_ct_s8(const u_char __user *userPtr, size_t userCount, argument
163 count = min_t(unsigned long, userCount, frameLeft) & ~1;
170 count = min_t(unsigned long, userCount, frameLeft)>>1 & ~1;
189 static ssize_t funcname(const u_char __user *userPtr, size_t userCount, \
197 count = min_t(size_t, userCount, frameLeft) & ~1; \
209 count = min_t(size_t, userCount, frameLeft)>>1 & ~1; \
240 static ssize_t funcname(const u_char __user *userPtr, size_t userCount, \
251 count = min_t(size_t, userCount, frameLeft)>>1 & ~1; \
266 count = min_t(size_t, userCount, frameLeft)>>2 & ~1; \
H A Ddmasound_core.c274 size_t userCount, u_char frame[],
311 return ct_func(userPtr, userCount, frame, frameUsed, frameLeft);
273 sound_copy_translate(TRANS *trans, const u_char __user *userPtr, size_t userCount, u_char frame[], ssize_t *frameUsed, ssize_t frameLeft) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/sound/oss/dmasound/
H A Ddmasound_atari.c70 static ssize_t ata_ct_law(const u_char __user *userPtr, size_t userCount,
73 static ssize_t ata_ct_s8(const u_char __user *userPtr, size_t userCount,
76 static ssize_t ata_ct_u8(const u_char __user *userPtr, size_t userCount,
79 static ssize_t ata_ct_s16be(const u_char __user *userPtr, size_t userCount,
82 static ssize_t ata_ct_u16be(const u_char __user *userPtr, size_t userCount,
85 static ssize_t ata_ct_s16le(const u_char __user *userPtr, size_t userCount,
88 static ssize_t ata_ct_u16le(const u_char __user *userPtr, size_t userCount,
91 static ssize_t ata_ctx_law(const u_char __user *userPtr, size_t userCount,
94 static ssize_t ata_ctx_s8(const u_char __user *userPtr, size_t userCount,
97 static ssize_t ata_ctx_u8(const u_char __user *userPtr, size_t userCount,
154 ata_ct_law(const u_char __user *userPtr, size_t userCount, u_char frame[], ssize_t *frameUsed, ssize_t frameLeft) argument
179 ata_ct_s8(const u_char __user *userPtr, size_t userCount, u_char frame[], ssize_t *frameUsed, ssize_t frameLeft) argument
197 ata_ct_u8(const u_char __user *userPtr, size_t userCount, u_char frame[], ssize_t *frameUsed, ssize_t frameLeft) argument
232 ata_ct_s16be(const u_char __user *userPtr, size_t userCount, u_char frame[], ssize_t *frameUsed, ssize_t frameLeft) argument
264 ata_ct_u16be(const u_char __user *userPtr, size_t userCount, u_char frame[], ssize_t *frameUsed, ssize_t frameLeft) argument
303 ata_ct_s16le(const u_char __user *userPtr, size_t userCount, u_char frame[], ssize_t *frameUsed, ssize_t frameLeft) argument
344 ata_ct_u16le(const u_char __user *userPtr, size_t userCount, u_char frame[], ssize_t *frameUsed, ssize_t frameLeft) argument
384 ata_ctx_law(const u_char __user *userPtr, size_t userCount, u_char frame[], ssize_t *frameUsed, ssize_t frameLeft) argument
446 ata_ctx_s8(const u_char __user *userPtr, size_t userCount, u_char frame[], ssize_t *frameUsed, ssize_t frameLeft) argument
500 ata_ctx_u8(const u_char __user *userPtr, size_t userCount, u_char frame[], ssize_t *frameUsed, ssize_t frameLeft) argument
556 ata_ctx_s16be(const u_char __user *userPtr, size_t userCount, u_char frame[], ssize_t *frameUsed, ssize_t frameLeft) argument
612 ata_ctx_u16be(const u_char __user *userPtr, size_t userCount, u_char frame[], ssize_t *frameUsed, ssize_t frameLeft) argument
670 ata_ctx_s16le(const u_char __user *userPtr, size_t userCount, u_char frame[], ssize_t *frameUsed, ssize_t frameLeft) argument
728 ata_ctx_u16le(const u_char __user *userPtr, size_t userCount, u_char frame[], ssize_t *frameUsed, ssize_t frameLeft) argument
[all...]
H A Ddmasound_q40.c60 /* userCount, frameUsed, frameLeft == byte counts */
61 static ssize_t q40_ct_law(const u_char __user *userPtr, size_t userCount, argument
69 used = count = min_t(size_t, userCount, frameLeft);
82 static ssize_t q40_ct_s8(const u_char __user *userPtr, size_t userCount, argument
89 used = count = min_t(size_t, userCount, frameLeft);
101 static ssize_t q40_ct_u8(const u_char __user *userPtr, size_t userCount, argument
108 used = count = min_t(size_t, userCount, frameLeft);
117 static ssize_t q40_ctx_law(const u_char __user *userPtr, size_t userCount, argument
130 utotal = userCount;
134 if (userCount
155 q40_ctx_s8(const u_char __user *userPtr, size_t userCount, u_char frame[], ssize_t *frameUsed, ssize_t frameLeft) argument
192 q40_ctx_u8(const u_char __user *userPtr, size_t userCount, u_char frame[], ssize_t *frameUsed, ssize_t frameLeft) argument
227 q40_ctc_law(const u_char __user *userPtr, size_t userCount, u_char frame[], ssize_t *frameUsed, ssize_t frameLeft) argument
268 q40_ctc_s8(const u_char __user *userPtr, size_t userCount, u_char frame[], ssize_t *frameUsed, ssize_t frameLeft) argument
307 q40_ctc_u8(const u_char __user *userPtr, size_t userCount, u_char frame[], ssize_t *frameUsed, ssize_t frameLeft) argument
[all...]
H A Ddmasound_paula.c156 static ssize_t ami_ct_s8(const u_char __user *userPtr, size_t userCount, argument
163 count = min_t(unsigned long, userCount, frameLeft) & ~1;
170 count = min_t(unsigned long, userCount, frameLeft)>>1 & ~1;
189 static ssize_t funcname(const u_char __user *userPtr, size_t userCount, \
197 count = min_t(size_t, userCount, frameLeft) & ~1; \
209 count = min_t(size_t, userCount, frameLeft)>>1 & ~1; \
240 static ssize_t funcname(const u_char __user *userPtr, size_t userCount, \
251 count = min_t(size_t, userCount, frameLeft)>>1 & ~1; \
266 count = min_t(size_t, userCount, frameLeft)>>2 & ~1; \
H A Ddmasound_core.c274 size_t userCount, u_char frame[],
311 return ct_func(userPtr, userCount, frame, frameUsed, frameLeft);
273 sound_copy_translate(TRANS *trans, const u_char __user *userPtr, size_t userCount, u_char frame[], ssize_t *frameUsed, ssize_t frameLeft) argument

Completed in 115 milliseconds