userCount          71 sound/oss/dmasound/dmasound_atari.c static ssize_t ata_ct_law(const u_char __user *userPtr, size_t userCount,
userCount          74 sound/oss/dmasound/dmasound_atari.c static ssize_t ata_ct_s8(const u_char __user *userPtr, size_t userCount,
userCount          77 sound/oss/dmasound/dmasound_atari.c static ssize_t ata_ct_u8(const u_char __user *userPtr, size_t userCount,
userCount          80 sound/oss/dmasound/dmasound_atari.c static ssize_t ata_ct_s16be(const u_char __user *userPtr, size_t userCount,
userCount          83 sound/oss/dmasound/dmasound_atari.c static ssize_t ata_ct_u16be(const u_char __user *userPtr, size_t userCount,
userCount          86 sound/oss/dmasound/dmasound_atari.c static ssize_t ata_ct_s16le(const u_char __user *userPtr, size_t userCount,
userCount          89 sound/oss/dmasound/dmasound_atari.c static ssize_t ata_ct_u16le(const u_char __user *userPtr, size_t userCount,
userCount          92 sound/oss/dmasound/dmasound_atari.c static ssize_t ata_ctx_law(const u_char __user *userPtr, size_t userCount,
userCount          95 sound/oss/dmasound/dmasound_atari.c static ssize_t ata_ctx_s8(const u_char __user *userPtr, size_t userCount,
userCount          98 sound/oss/dmasound/dmasound_atari.c static ssize_t ata_ctx_u8(const u_char __user *userPtr, size_t userCount,
userCount         101 sound/oss/dmasound/dmasound_atari.c static ssize_t ata_ctx_s16be(const u_char __user *userPtr, size_t userCount,
userCount         104 sound/oss/dmasound/dmasound_atari.c static ssize_t ata_ctx_u16be(const u_char __user *userPtr, size_t userCount,
userCount         107 sound/oss/dmasound/dmasound_atari.c static ssize_t ata_ctx_s16le(const u_char __user *userPtr, size_t userCount,
userCount         110 sound/oss/dmasound/dmasound_atari.c static ssize_t ata_ctx_u16le(const u_char __user *userPtr, size_t userCount,
userCount         155 sound/oss/dmasound/dmasound_atari.c static ssize_t ata_ct_law(const u_char __user *userPtr, size_t userCount,
userCount         164 sound/oss/dmasound/dmasound_atari.c 	count = min_t(unsigned long, userCount, frameLeft);
userCount         180 sound/oss/dmasound/dmasound_atari.c static ssize_t ata_ct_s8(const u_char __user *userPtr, size_t userCount,
userCount         187 sound/oss/dmasound/dmasound_atari.c 	count = min_t(unsigned long, userCount, frameLeft);
userCount         198 sound/oss/dmasound/dmasound_atari.c static ssize_t ata_ct_u8(const u_char __user *userPtr, size_t userCount,
userCount         206 sound/oss/dmasound/dmasound_atari.c 		count = min_t(unsigned long, userCount, frameLeft);
userCount         217 sound/oss/dmasound/dmasound_atari.c 		count = min_t(unsigned long, userCount, frameLeft)>>1;
userCount         233 sound/oss/dmasound/dmasound_atari.c static ssize_t ata_ct_s16be(const u_char __user *userPtr, size_t userCount,
userCount         241 sound/oss/dmasound/dmasound_atari.c 		count = min_t(unsigned long, userCount, frameLeft)>>1;
userCount         255 sound/oss/dmasound/dmasound_atari.c 		count = min_t(unsigned long, userCount, frameLeft) & ~3;
userCount         265 sound/oss/dmasound/dmasound_atari.c static ssize_t ata_ct_u16be(const u_char __user *userPtr, size_t userCount,
userCount         273 sound/oss/dmasound/dmasound_atari.c 		count = min_t(unsigned long, userCount, frameLeft)>>1;
userCount         288 sound/oss/dmasound/dmasound_atari.c 		count = min_t(unsigned long, userCount, frameLeft)>>2;
userCount         304 sound/oss/dmasound/dmasound_atari.c static ssize_t ata_ct_s16le(const u_char __user *userPtr, size_t userCount,
userCount         313 sound/oss/dmasound/dmasound_atari.c 		count = min_t(unsigned long, userCount, frameLeft)>>1;
userCount         328 sound/oss/dmasound/dmasound_atari.c 		count = min_t(unsigned long, userCount, frameLeft)>>2;
userCount         345 sound/oss/dmasound/dmasound_atari.c static ssize_t ata_ct_u16le(const u_char __user *userPtr, size_t userCount,
userCount         354 sound/oss/dmasound/dmasound_atari.c 		count = min_t(unsigned long, userCount, frameLeft)>>1;
userCount         368 sound/oss/dmasound/dmasound_atari.c 		count = min_t(unsigned long, userCount, frameLeft)>>2;
userCount         385 sound/oss/dmasound/dmasound_atari.c static ssize_t ata_ctx_law(const u_char __user *userPtr, size_t userCount,
userCount         396 sound/oss/dmasound/dmasound_atari.c 	used = userCount;
userCount         404 sound/oss/dmasound/dmasound_atari.c 				if (!userCount)
userCount         409 sound/oss/dmasound/dmasound_atari.c 				userCount--;
userCount         423 sound/oss/dmasound/dmasound_atari.c 				if (userCount < 2)
userCount         431 sound/oss/dmasound/dmasound_atari.c 				userCount -= 2;
userCount         441 sound/oss/dmasound/dmasound_atari.c 	used -= userCount;
userCount         447 sound/oss/dmasound/dmasound_atari.c static ssize_t ata_ctx_s8(const u_char __user *userPtr, size_t userCount,
userCount         456 sound/oss/dmasound/dmasound_atari.c 	used = userCount;
userCount         463 sound/oss/dmasound/dmasound_atari.c 				if (!userCount)
userCount         467 sound/oss/dmasound/dmasound_atari.c 				userCount--;
userCount         480 sound/oss/dmasound/dmasound_atari.c 				if (userCount < 2)
userCount         485 sound/oss/dmasound/dmasound_atari.c 				userCount -= 2;
userCount         495 sound/oss/dmasound/dmasound_atari.c 	used -= userCount;
userCount         501 sound/oss/dmasound/dmasound_atari.c static ssize_t ata_ctx_u8(const u_char __user *userPtr, size_t userCount,
userCount         510 sound/oss/dmasound/dmasound_atari.c 	used = userCount;
userCount         517 sound/oss/dmasound/dmasound_atari.c 				if (!userCount)
userCount         522 sound/oss/dmasound/dmasound_atari.c 				userCount--;
userCount         535 sound/oss/dmasound/dmasound_atari.c 				if (userCount < 2)
userCount         541 sound/oss/dmasound/dmasound_atari.c 				userCount -= 2;
userCount         551 sound/oss/dmasound/dmasound_atari.c 	used -= userCount;
userCount         557 sound/oss/dmasound/dmasound_atari.c static ssize_t ata_ctx_s16be(const u_char __user *userPtr, size_t userCount,
userCount         566 sound/oss/dmasound/dmasound_atari.c 	used = userCount;
userCount         573 sound/oss/dmasound/dmasound_atari.c 				if (userCount < 2)
userCount         578 sound/oss/dmasound/dmasound_atari.c 				userCount -= 2;
userCount         592 sound/oss/dmasound/dmasound_atari.c 				if (userCount < 4)
userCount         597 sound/oss/dmasound/dmasound_atari.c 				userCount -= 4;
userCount         607 sound/oss/dmasound/dmasound_atari.c 	used -= userCount;
userCount         613 sound/oss/dmasound/dmasound_atari.c static ssize_t ata_ctx_u16be(const u_char __user *userPtr, size_t userCount,
userCount         622 sound/oss/dmasound/dmasound_atari.c 	used = userCount;
userCount         629 sound/oss/dmasound/dmasound_atari.c 				if (userCount < 2)
userCount         635 sound/oss/dmasound/dmasound_atari.c 				userCount -= 2;
userCount         649 sound/oss/dmasound/dmasound_atari.c 				if (userCount < 4)
userCount         655 sound/oss/dmasound/dmasound_atari.c 				userCount -= 4;
userCount         665 sound/oss/dmasound/dmasound_atari.c 	used -= userCount;
userCount         671 sound/oss/dmasound/dmasound_atari.c static ssize_t ata_ctx_s16le(const u_char __user *userPtr, size_t userCount,
userCount         680 sound/oss/dmasound/dmasound_atari.c 	used = userCount;
userCount         687 sound/oss/dmasound/dmasound_atari.c 				if (userCount < 2)
userCount         693 sound/oss/dmasound/dmasound_atari.c 				userCount -= 2;
userCount         707 sound/oss/dmasound/dmasound_atari.c 				if (userCount < 4)
userCount         713 sound/oss/dmasound/dmasound_atari.c 				userCount -= 4;
userCount         723 sound/oss/dmasound/dmasound_atari.c 	used -= userCount;
userCount         729 sound/oss/dmasound/dmasound_atari.c static ssize_t ata_ctx_u16le(const u_char __user *userPtr, size_t userCount,
userCount         738 sound/oss/dmasound/dmasound_atari.c 	used = userCount;
userCount         745 sound/oss/dmasound/dmasound_atari.c 				if (userCount < 2)
userCount         751 sound/oss/dmasound/dmasound_atari.c 				userCount -= 2;
userCount         765 sound/oss/dmasound/dmasound_atari.c 				if (userCount < 4)
userCount         771 sound/oss/dmasound/dmasound_atari.c 				userCount -= 4;
userCount         781 sound/oss/dmasound/dmasound_atari.c 	used -= userCount;
userCount         276 sound/oss/dmasound/dmasound_core.c 				    size_t userCount, u_char frame[],
userCount         313 sound/oss/dmasound/dmasound_core.c 		return ct_func(userPtr, userCount, frame, frameUsed, frameLeft);
userCount         157 sound/oss/dmasound/dmasound_paula.c static ssize_t ami_ct_s8(const u_char __user *userPtr, size_t userCount,
userCount         164 sound/oss/dmasound/dmasound_paula.c 		count = min_t(unsigned long, userCount, frameLeft) & ~1;
userCount         171 sound/oss/dmasound/dmasound_paula.c 		count = min_t(unsigned long, userCount, frameLeft)>>1 & ~1;
userCount         190 sound/oss/dmasound/dmasound_paula.c static ssize_t funcname(const u_char __user *userPtr, size_t userCount,	\
userCount         198 sound/oss/dmasound/dmasound_paula.c 		count = min_t(size_t, userCount, frameLeft) & ~1;	\
userCount         210 sound/oss/dmasound/dmasound_paula.c 		count = min_t(size_t, userCount, frameLeft)>>1 & ~1;	\
userCount         241 sound/oss/dmasound/dmasound_paula.c static ssize_t funcname(const u_char __user *userPtr, size_t userCount,	\
userCount         252 sound/oss/dmasound/dmasound_paula.c 		count = min_t(size_t, userCount, frameLeft)>>1 & ~1;	\
userCount         267 sound/oss/dmasound/dmasound_paula.c 		count = min_t(size_t, userCount, frameLeft)>>2 & ~1;	\
userCount          62 sound/oss/dmasound/dmasound_q40.c static ssize_t q40_ct_law(const u_char __user *userPtr, size_t userCount,
userCount          70 sound/oss/dmasound/dmasound_q40.c 	used = count = min_t(size_t, userCount, frameLeft);
userCount          83 sound/oss/dmasound/dmasound_q40.c static ssize_t q40_ct_s8(const u_char __user *userPtr, size_t userCount,
userCount          90 sound/oss/dmasound/dmasound_q40.c 	used = count = min_t(size_t, userCount, frameLeft);
userCount         102 sound/oss/dmasound/dmasound_q40.c static ssize_t q40_ct_u8(const u_char __user *userPtr, size_t userCount,
userCount         109 sound/oss/dmasound/dmasound_q40.c 	used = count = min_t(size_t, userCount, frameLeft);
userCount         118 sound/oss/dmasound/dmasound_q40.c static ssize_t q40_ctx_law(const u_char __user *userPtr, size_t userCount,
userCount         131 sound/oss/dmasound/dmasound_q40.c 	utotal = userCount;
userCount         135 sound/oss/dmasound/dmasound_q40.c 			if (userCount == 0)
userCount         141 sound/oss/dmasound/dmasound_q40.c 			userCount--;
userCount         151 sound/oss/dmasound/dmasound_q40.c 	utotal -= userCount;
userCount         156 sound/oss/dmasound/dmasound_q40.c static ssize_t q40_ctx_s8(const u_char __user *userPtr, size_t userCount,
userCount         168 sound/oss/dmasound/dmasound_q40.c 	utotal = userCount;
userCount         172 sound/oss/dmasound/dmasound_q40.c 			if (userCount == 0)
userCount         178 sound/oss/dmasound/dmasound_q40.c 			userCount--;
userCount         188 sound/oss/dmasound/dmasound_q40.c 	utotal -= userCount;
userCount         193 sound/oss/dmasound/dmasound_q40.c static ssize_t q40_ctx_u8(const u_char __user *userPtr, size_t userCount,
userCount         204 sound/oss/dmasound/dmasound_q40.c 	utotal = userCount;
userCount         208 sound/oss/dmasound/dmasound_q40.c 			if (userCount == 0)
userCount         213 sound/oss/dmasound/dmasound_q40.c 			userCount--;
userCount         223 sound/oss/dmasound/dmasound_q40.c 	utotal -= userCount;
userCount         228 sound/oss/dmasound/dmasound_q40.c static ssize_t q40_ctc_law(const u_char __user *userPtr, size_t userCount,
userCount         241 sound/oss/dmasound/dmasound_q40.c 	utotal = userCount;
userCount         245 sound/oss/dmasound/dmasound_q40.c 			if (userCount == 0)
userCount         253 sound/oss/dmasound/dmasound_q40.c 			userCount--;
userCount         264 sound/oss/dmasound/dmasound_q40.c 	utotal -= userCount;
userCount         269 sound/oss/dmasound/dmasound_q40.c static ssize_t q40_ctc_s8(const u_char __user *userPtr, size_t userCount,
userCount         280 sound/oss/dmasound/dmasound_q40.c 	utotal = userCount;
userCount         284 sound/oss/dmasound/dmasound_q40.c 			if (userCount == 0)
userCount         292 sound/oss/dmasound/dmasound_q40.c 			userCount--;
userCount         303 sound/oss/dmasound/dmasound_q40.c 	utotal -= userCount;
userCount         308 sound/oss/dmasound/dmasound_q40.c static ssize_t q40_ctc_u8(const u_char __user *userPtr, size_t userCount,
userCount         319 sound/oss/dmasound/dmasound_q40.c 	utotal = userCount;
userCount         323 sound/oss/dmasound/dmasound_q40.c 			if (userCount == 0)
userCount         331 sound/oss/dmasound/dmasound_q40.c 			userCount--;
userCount         342 sound/oss/dmasound/dmasound_q40.c 	utotal -= userCount;