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

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/sound/
H A Dnec_vrc5477.c938 int copyCount)
942 for (; copyCount > 0; ) {
944 int count = copyCount;
956 copyCount -= count;
972 int copyCount=0; local
984 copyCount = count;
985 if (copyCount > avail) {
986 copyCount = avail;
988 if (copyCount + db->nextOut > db->fragTotalSize) {
989 copyCount
936 copy_two_channel_adc_to_user(struct vrc5477_ac97_state *s, char *buffer, int copyCount) argument
1044 int copyCount; local
1093 copy_two_channel_dac_from_user(struct vrc5477_ac97_state *s, const char *buffer, int copyCount) argument
1133 int copyCount=0; local
1231 int copyCount, avail; local
[all...]

Completed in 41 milliseconds