sw_to_end          54 include/sound/pcm-indirect.h 		unsigned int sw_to_end = rec->sw_buffer_size - rec->sw_data;
sw_to_end          60 include/sound/pcm-indirect.h 		if (sw_to_end < bytes)
sw_to_end          61 include/sound/pcm-indirect.h 			bytes = sw_to_end;
sw_to_end         122 include/sound/pcm-indirect.h 		size_t sw_to_end = rec->sw_buffer_size - rec->sw_data;
sw_to_end         128 include/sound/pcm-indirect.h 		if (sw_to_end < bytes)
sw_to_end         129 include/sound/pcm-indirect.h 			bytes = sw_to_end;
sw_to_end         302 sound/drivers/pcm-indirect2.c 		unsigned int sw_to_end = rec->sw_buffer_size - rec->sw_data;
sw_to_end         307 sound/drivers/pcm-indirect2.c 		if (sw_to_end < bytes)
sw_to_end         308 sound/drivers/pcm-indirect2.c 			bytes = sw_to_end;
sw_to_end         465 sound/drivers/pcm-indirect2.c 		size_t sw_to_end = rec->sw_buffer_size - rec->sw_data;
sw_to_end         475 sound/drivers/pcm-indirect2.c 		if (sw_to_end < bytes)
sw_to_end         476 sound/drivers/pcm-indirect2.c 			bytes = sw_to_end;