tag | line | file | source code |
userCount | 390 | drivers/sound/dmasound.c | static long ata_ct_law(const u_char *userPtr, long userCount, u_char frame[], |
userCount | 392 | drivers/sound/dmasound.c | static long ata_ct_s8(const u_char *userPtr, long userCount, u_char frame[], |
userCount | 394 | drivers/sound/dmasound.c | static long ata_ct_u8(const u_char *userPtr, long userCount, u_char frame[], |
userCount | 396 | drivers/sound/dmasound.c | static long ata_ct_s16be(const u_char *userPtr, long userCount, u_char frame[], |
userCount | 398 | drivers/sound/dmasound.c | static long ata_ct_u16be(const u_char *userPtr, long userCount, u_char frame[], |
userCount | 400 | drivers/sound/dmasound.c | static long ata_ct_s16le(const u_char *userPtr, long userCount, u_char frame[], |
userCount | 402 | drivers/sound/dmasound.c | static long ata_ct_u16le(const u_char *userPtr, long userCount, u_char frame[], |
userCount | 404 | drivers/sound/dmasound.c | static long ata_ctx_law(const u_char *userPtr, long userCount, u_char frame[], |
userCount | 406 | drivers/sound/dmasound.c | static long ata_ctx_s8(const u_char *userPtr, long userCount, u_char frame[], |
userCount | 408 | drivers/sound/dmasound.c | static long ata_ctx_u8(const u_char *userPtr, long userCount, u_char frame[], |
userCount | 410 | drivers/sound/dmasound.c | static long ata_ctx_s16be(const u_char *userPtr, long userCount, u_char frame[], |
userCount | 412 | drivers/sound/dmasound.c | static long ata_ctx_u16be(const u_char *userPtr, long userCount, u_char frame[], |
userCount | 414 | drivers/sound/dmasound.c | static long ata_ctx_s16le(const u_char *userPtr, long userCount, u_char frame[], |
userCount | 416 | drivers/sound/dmasound.c | static long ata_ctx_u16le(const u_char *userPtr, long userCount, u_char frame[], |
userCount | 421 | drivers/sound/dmasound.c | static long ami_ct_law(const u_char *userPtr, long userCount, u_char frame[], |
userCount | 423 | drivers/sound/dmasound.c | static long ami_ct_s8(const u_char *userPtr, long userCount, u_char frame[], |
userCount | 425 | drivers/sound/dmasound.c | static long ami_ct_u8(const u_char *userPtr, long userCount, u_char frame[], |
userCount | 427 | drivers/sound/dmasound.c | static long ami_ct_s16be(const u_char *userPtr, long userCount, u_char frame[], |
userCount | 429 | drivers/sound/dmasound.c | static long ami_ct_u16be(const u_char *userPtr, long userCount, u_char frame[], |
userCount | 431 | drivers/sound/dmasound.c | static long ami_ct_s16le(const u_char *userPtr, long userCount, u_char frame[], |
userCount | 433 | drivers/sound/dmasound.c | static long ami_ct_u16le(const u_char *userPtr, long userCount, u_char frame[], |
userCount | 544 | drivers/sound/dmasound.c | static long sound_copy_translate(const u_char *userPtr, long userCount, |
userCount | 690 | drivers/sound/dmasound.c | static long ata_ct_law(const u_char *userPtr, long userCount, u_char frame[], |
userCount | 697 | drivers/sound/dmasound.c | count = min(userCount, frameLeft); |
userCount | 710 | drivers/sound/dmasound.c | static long ata_ct_s8(const u_char *userPtr, long userCount, u_char frame[], |
userCount | 716 | drivers/sound/dmasound.c | count = min(userCount, frameLeft); |
userCount | 726 | drivers/sound/dmasound.c | static long ata_ct_u8(const u_char *userPtr, long userCount, u_char frame[], |
userCount | 733 | drivers/sound/dmasound.c | count = min(userCount, frameLeft); |
userCount | 741 | drivers/sound/dmasound.c | count = min(userCount, frameLeft)>>1; |
userCount | 753 | drivers/sound/dmasound.c | static long ata_ct_s16be(const u_char *userPtr, long userCount, u_char frame[], |
userCount | 761 | drivers/sound/dmasound.c | count = min(userCount, frameLeft)>>1; |
userCount | 772 | drivers/sound/dmasound.c | count = min(userCount, frameLeft) & ~3; |
userCount | 781 | drivers/sound/dmasound.c | static long ata_ct_u16be(const u_char *userPtr, long userCount, u_char frame[], |
userCount | 789 | drivers/sound/dmasound.c | count = min(userCount, frameLeft)>>1; |
userCount | 800 | drivers/sound/dmasound.c | count = min(userCount, frameLeft)>>2; |
userCount | 812 | drivers/sound/dmasound.c | static long ata_ct_s16le(const u_char *userPtr, long userCount, u_char frame[], |
userCount | 821 | drivers/sound/dmasound.c | count = min(userCount, frameLeft)>>1; |
userCount | 833 | drivers/sound/dmasound.c | count = min(userCount, frameLeft)>>2; |
userCount | 847 | drivers/sound/dmasound.c | static long ata_ct_u16le(const u_char *userPtr, long userCount, u_char frame[], |
userCount | 856 | drivers/sound/dmasound.c | count = min(userCount, frameLeft)>>1; |
userCount | 867 | drivers/sound/dmasound.c | count = min(userCount, frameLeft)>>2; |
userCount | 881 | drivers/sound/dmasound.c | static long ata_ctx_law(const u_char *userPtr, long userCount, u_char frame[], |
userCount | 891 | drivers/sound/dmasound.c | used = userCount; |
userCount | 897 | drivers/sound/dmasound.c | if (!userCount) |
userCount | 900 | drivers/sound/dmasound.c | userCount--; |
userCount | 911 | drivers/sound/dmasound.c | if (userCount < 2) |
userCount | 915 | drivers/sound/dmasound.c | userCount -= 2; |
userCount | 925 | drivers/sound/dmasound.c | used -= userCount; |
userCount | 931 | drivers/sound/dmasound.c | static long ata_ctx_s8(const u_char *userPtr, long userCount, u_char frame[], |
userCount | 940 | drivers/sound/dmasound.c | used = userCount; |
userCount | 946 | drivers/sound/dmasound.c | if (!userCount) |
userCount | 949 | drivers/sound/dmasound.c | userCount--; |
userCount | 960 | drivers/sound/dmasound.c | if (userCount < 2) |
userCount | 963 | drivers/sound/dmasound.c | userCount -= 2; |
userCount | 973 | drivers/sound/dmasound.c | used -= userCount; |
userCount | 979 | drivers/sound/dmasound.c | static long ata_ctx_u8(const u_char *userPtr, long userCount, u_char frame[], |
userCount | 988 | drivers/sound/dmasound.c | used = userCount; |
userCount | 994 | drivers/sound/dmasound.c | if (!userCount) |
userCount | 997 | drivers/sound/dmasound.c | userCount--; |
userCount | 1008 | drivers/sound/dmasound.c | if (userCount < 2) |
userCount | 1011 | drivers/sound/dmasound.c | userCount -= 2; |
userCount | 1021 | drivers/sound/dmasound.c | used -= userCount; |
userCount | 1027 | drivers/sound/dmasound.c | static long ata_ctx_s16be(const u_char *userPtr, long userCount, u_char frame[], |
userCount | 1036 | drivers/sound/dmasound.c | used = userCount; |
userCount | 1042 | drivers/sound/dmasound.c | if (userCount < 2) |
userCount | 1045 | drivers/sound/dmasound.c | userCount -= 2; |
userCount | 1057 | drivers/sound/dmasound.c | if (userCount < 4) |
userCount | 1060 | drivers/sound/dmasound.c | userCount -= 4; |
userCount | 1070 | drivers/sound/dmasound.c | used -= userCount; |
userCount | 1076 | drivers/sound/dmasound.c | static long ata_ctx_u16be(const u_char *userPtr, long userCount, u_char frame[], |
userCount | 1085 | drivers/sound/dmasound.c | used = userCount; |
userCount | 1091 | drivers/sound/dmasound.c | if (userCount < 2) |
userCount | 1094 | drivers/sound/dmasound.c | userCount -= 2; |
userCount | 1106 | drivers/sound/dmasound.c | if (userCount < 4) |
userCount | 1109 | drivers/sound/dmasound.c | userCount -= 4; |
userCount | 1119 | drivers/sound/dmasound.c | used -= userCount; |
userCount | 1125 | drivers/sound/dmasound.c | static long ata_ctx_s16le(const u_char *userPtr, long userCount, u_char frame[], |
userCount | 1134 | drivers/sound/dmasound.c | used = userCount; |
userCount | 1140 | drivers/sound/dmasound.c | if (userCount < 2) |
userCount | 1144 | drivers/sound/dmasound.c | userCount -= 2; |
userCount | 1156 | drivers/sound/dmasound.c | if (userCount < 4) |
userCount | 1160 | drivers/sound/dmasound.c | userCount -= 4; |
userCount | 1170 | drivers/sound/dmasound.c | used -= userCount; |
userCount | 1176 | drivers/sound/dmasound.c | static long ata_ctx_u16le(const u_char *userPtr, long userCount, u_char frame[], |
userCount | 1185 | drivers/sound/dmasound.c | used = userCount; |
userCount | 1191 | drivers/sound/dmasound.c | if (userCount < 2) |
userCount | 1195 | drivers/sound/dmasound.c | userCount -= 2; |
userCount | 1207 | drivers/sound/dmasound.c | if (userCount < 4) |
userCount | 1211 | drivers/sound/dmasound.c | userCount -= 4; |
userCount | 1221 | drivers/sound/dmasound.c | used -= userCount; |
userCount | 1229 | drivers/sound/dmasound.c | static long ami_ct_law(const u_char *userPtr, long userCount, u_char frame[], |
userCount | 1237 | drivers/sound/dmasound.c | count = min(userCount, frameLeft) & ~1; |
userCount | 1246 | drivers/sound/dmasound.c | count = min(userCount, frameLeft)>>1 & ~1; |
userCount | 1259 | drivers/sound/dmasound.c | static long ami_ct_s8(const u_char *userPtr, long userCount, u_char frame[], |
userCount | 1266 | drivers/sound/dmasound.c | count = min(userCount, frameLeft) & ~1; |
userCount | 1272 | drivers/sound/dmasound.c | count = min(userCount, frameLeft)>>1 & ~1; |
userCount | 1285 | drivers/sound/dmasound.c | static long ami_ct_u8(const u_char *userPtr, long userCount, u_char frame[], |
userCount | 1292 | drivers/sound/dmasound.c | count = min(userCount, frameLeft) & ~1; |
userCount | 1301 | drivers/sound/dmasound.c | count = min(userCount, frameLeft)>>1 & ~1; |
userCount | 1314 | drivers/sound/dmasound.c | static long ami_ct_s16be(const u_char *userPtr, long userCount, u_char frame[], |
userCount | 1323 | drivers/sound/dmasound.c | count = min(userCount, frameLeft)>>1 & ~1; |
userCount | 1336 | drivers/sound/dmasound.c | count = min(userCount, frameLeft)>>2 & ~1; |
userCount | 1353 | drivers/sound/dmasound.c | static long ami_ct_u16be(const u_char *userPtr, long userCount, u_char frame[], |
userCount | 1362 | drivers/sound/dmasound.c | count = min(userCount, frameLeft)>>1 & ~1; |
userCount | 1375 | drivers/sound/dmasound.c | count = min(userCount, frameLeft)>>2 & ~1; |
userCount | 1392 | drivers/sound/dmasound.c | static long ami_ct_s16le(const u_char *userPtr, long userCount, u_char frame[], |
userCount | 1401 | drivers/sound/dmasound.c | count = min(userCount, frameLeft)>>1 & ~1; |
userCount | 1415 | drivers/sound/dmasound.c | count = min(userCount, frameLeft)>>2 & ~1; |
userCount | 1434 | drivers/sound/dmasound.c | static long ami_ct_u16le(const u_char *userPtr, long userCount, u_char frame[], |
userCount | 1443 | drivers/sound/dmasound.c | count = min(userCount, frameLeft)>>1 & ~1; |
userCount | 1457 | drivers/sound/dmasound.c | count = min(userCount, frameLeft)>>2 & ~1; |
userCount | 2351 | drivers/sound/dmasound.c | static long sound_copy_translate(const u_char *userPtr, long userCount, |
userCount | 2384 | drivers/sound/dmasound.c | return(ct_func(userPtr, userCount, frame, frameUsed, frameLeft)); |