Searched refs:curr_pos (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/pci/ |
| H A D | vgaarb.c | 1134 char kbuf[64], *curr_pos; in vga_arb_write() local 1144 curr_pos = kbuf; in vga_arb_write() 1147 if (strncmp(curr_pos, "lock ", 5) == 0) { in vga_arb_write() 1148 curr_pos += 5; in vga_arb_write() 1153 if (!vga_str_to_iostate(curr_pos, remaining, &io_state)) { in vga_arb_write() 1183 } else if (strncmp(curr_pos, "unlock ", 7) == 0) { in vga_arb_write() 1184 curr_pos += 7; in vga_arb_write() 1189 if (strncmp(curr_pos, "all", 3) == 0) in vga_arb_write() 1193 (curr_pos, remaining, &io_state)) { in vga_arb_write() 1239 } else if (strncmp(curr_pos, "trylock ", 8) == 0) { in vga_arb_write() [all …]
|
| /linux/sound/soc/sof/intel/ |
| H A D | hda-loader-skl.c | 394 const void *curr_pos, in cl_skl_cldma_fill_buffer() argument 402 memcpy(dmab->area, curr_pos, size); in cl_skl_cldma_fill_buffer() 459 const void *curr_pos = bin; in cl_skl_cldma_copy_to_buf() local 469 cl_skl_cldma_fill_buffer(sdev, dmab, bufsize, bufsize, curr_pos, true); in cl_skl_cldma_copy_to_buf() 479 curr_pos += bufsize; in cl_skl_cldma_copy_to_buf() 484 cl_skl_cldma_fill_buffer(sdev, dmab, bufsize, bytes_left, curr_pos, false); in cl_skl_cldma_copy_to_buf()
|
| H A D | hda-stream.c | 772 div64_u64_rem(hstream->curr_pos, buffer_size, &prev_pos); in hda_dsp_compr_bytes_transferred() 780 hstream->curr_pos += num_bytes; in hda_dsp_compr_bytes_transferred()
|
| /linux/sound/soc/intel/avs/ |
| H A D | probes.c | 81 hdac_stream(host_stream)->curr_pos = 0; in avs_probe_compr_open() 225 tstamp->copied_total = hdac_stream(host_stream)->curr_pos; in avs_probe_compr_pointer()
|
| /linux/include/sound/ |
| H A D | hdaudio.h | 557 u64 curr_pos; member
|