curr_pos         1079 drivers/gpu/vga/vgaarb.c 	char kbuf[64], *curr_pos;
curr_pos         1089 drivers/gpu/vga/vgaarb.c 	curr_pos = kbuf;
curr_pos         1092 drivers/gpu/vga/vgaarb.c 	if (strncmp(curr_pos, "lock ", 5) == 0) {
curr_pos         1093 drivers/gpu/vga/vgaarb.c 		curr_pos += 5;
curr_pos         1098 drivers/gpu/vga/vgaarb.c 		if (!vga_str_to_iostate(curr_pos, remaining, &io_state)) {
curr_pos         1128 drivers/gpu/vga/vgaarb.c 	} else if (strncmp(curr_pos, "unlock ", 7) == 0) {
curr_pos         1129 drivers/gpu/vga/vgaarb.c 		curr_pos += 7;
curr_pos         1134 drivers/gpu/vga/vgaarb.c 		if (strncmp(curr_pos, "all", 3) == 0)
curr_pos         1138 drivers/gpu/vga/vgaarb.c 			    (curr_pos, remaining, &io_state)) {
curr_pos         1184 drivers/gpu/vga/vgaarb.c 	} else if (strncmp(curr_pos, "trylock ", 8) == 0) {
curr_pos         1185 drivers/gpu/vga/vgaarb.c 		curr_pos += 8;
curr_pos         1190 drivers/gpu/vga/vgaarb.c 		if (!vga_str_to_iostate(curr_pos, remaining, &io_state)) {
curr_pos         1225 drivers/gpu/vga/vgaarb.c 	} else if (strncmp(curr_pos, "target ", 7) == 0) {
curr_pos         1229 drivers/gpu/vga/vgaarb.c 		curr_pos += 7;
curr_pos         1233 drivers/gpu/vga/vgaarb.c 		if (!strncmp(curr_pos, "default", 7))
curr_pos         1236 drivers/gpu/vga/vgaarb.c 			if (!vga_pci_str_to_vars(curr_pos, remaining,
curr_pos         1250 drivers/gpu/vga/vgaarb.c 			pr_debug("%s ==> %04x:%02x:%02x.%x pdev %p\n", curr_pos,
curr_pos         1292 drivers/gpu/vga/vgaarb.c 	} else if (strncmp(curr_pos, "decodes ", 8) == 0) {
curr_pos         1293 drivers/gpu/vga/vgaarb.c 		curr_pos += 8;
curr_pos         1297 drivers/gpu/vga/vgaarb.c 		if (!vga_str_to_iostate(curr_pos, remaining, &io_state)) {
curr_pos          122 drivers/misc/echo/echo.c 	offset2 = ec->curr_pos;
curr_pos          155 drivers/misc/echo/echo.c 	ec->curr_pos = ec->taps - 1;
curr_pos          244 drivers/misc/echo/echo.c 	ec->fir_state.curr_pos = ec->taps - 1;
curr_pos          245 drivers/misc/echo/echo.c 	ec->fir_state_bg.curr_pos = ec->taps - 1;
curr_pos          249 drivers/misc/echo/echo.c 	ec->curr_pos = ec->taps - 1;
curr_pos          334 drivers/misc/echo/echo.c 		old = (int)ec->fir_state.history[ec->fir_state.curr_pos] *
curr_pos          335 drivers/misc/echo/echo.c 		    (int)ec->fir_state.history[ec->fir_state.curr_pos];
curr_pos          519 drivers/misc/echo/echo.c 	if (ec->curr_pos <= 0)
curr_pos          520 drivers/misc/echo/echo.c 		ec->curr_pos = ec->taps;
curr_pos          521 drivers/misc/echo/echo.c 	ec->curr_pos--;
curr_pos          124 drivers/misc/echo/echo.h 	int curr_pos;
curr_pos           43 drivers/misc/echo/fir.h 	int curr_pos;
curr_pos           55 drivers/misc/echo/fir.h 	int curr_pos;
curr_pos           66 drivers/misc/echo/fir.h 	int curr_pos;
curr_pos           75 drivers/misc/echo/fir.h 	fir->curr_pos = taps - 1;
curr_pos           98 drivers/misc/echo/fir.h 	fir->history[fir->curr_pos] = sample;
curr_pos          100 drivers/misc/echo/fir.h 	offset2 = fir->curr_pos;
curr_pos          107 drivers/misc/echo/fir.h 	if (fir->curr_pos <= 0)
curr_pos          108 drivers/misc/echo/fir.h 		fir->curr_pos = fir->taps;
curr_pos          109 drivers/misc/echo/fir.h 	fir->curr_pos--;
curr_pos          117 drivers/misc/echo/fir.h 	fir->curr_pos = taps - 1;
curr_pos          140 drivers/misc/echo/fir.h 	fir->history[fir->curr_pos] = sample;
curr_pos          141 drivers/misc/echo/fir.h 	offset2 = fir->curr_pos;
curr_pos          148 drivers/misc/echo/fir.h 	if (fir->curr_pos <= 0)
curr_pos          149 drivers/misc/echo/fir.h 		fir->curr_pos = fir->taps;
curr_pos          150 drivers/misc/echo/fir.h 	fir->curr_pos--;
curr_pos          260 sound/soc/intel/haswell/sst-haswell-ipc.c 	u32 curr_pos;
curr_pos          699 sound/soc/intel/haswell/sst-haswell-ipc.c 	stream->last_pos = stream->curr_pos;
curr_pos          701 sound/soc/intel/haswell/sst-haswell-ipc.c 		hsw->dsp, &stream->curr_pos, sizeof(stream->curr_pos));
curr_pos          188 sound/soc/intel/skylake/skl-sst-cldma.c 		const void *curr_pos, bool intr_enable, bool trigger)
curr_pos          204 sound/soc/intel/skylake/skl-sst-cldma.c 			curr_pos, size_b);
curr_pos          206 sound/soc/intel/skylake/skl-sst-cldma.c 		curr_pos += size_b;
curr_pos          211 sound/soc/intel/skylake/skl-sst-cldma.c 			curr_pos, size);
curr_pos          252 sound/soc/intel/skylake/skl-sst-cldma.c 	const void *curr_pos = bin;
curr_pos          270 sound/soc/intel/skylake/skl-sst-cldma.c 			skl_cldma_fill_buffer(ctx, size, curr_pos, true, start);
curr_pos          295 sound/soc/intel/skylake/skl-sst-cldma.c 					curr_pos, false, start);
curr_pos          298 sound/soc/intel/skylake/skl-sst-cldma.c 		curr_pos = curr_pos + size;
curr_pos          334 sound/soc/intel/skylake/skl-sst.c 	int ret, bytes_left, curr_pos;
curr_pos          360 sound/soc/intel/skylake/skl-sst.c 		curr_pos = size - bytes_left;
curr_pos          367 sound/soc/intel/skylake/skl-sst.c 							data + curr_pos,