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

/drivers/media/pci/cx25821/
H A Dcx25821-video-upstream.c313 int curpos = out->curpos; local
322 if (curpos == 0) {
331 if (frame_size - curpos < count)
332 count = frame_size - curpos;
333 if (copy_from_user((__force char *)out->_data_buf_virt_addr + frame_offset + curpos,
336 curpos += count;
337 if (curpos == frame_size) {
339 curpos = 0;
341 out->curpos
[all...]
H A Dcx25821.h203 int curpos; member in struct:cx25821_video_out_data
/drivers/gpu/drm/nouveau/dispnv04/
H A Dhw.h349 uint32_t curpos = NVReadRAMDAC(dev, head, NV_PRAMDAC_CU_START_POS); local
350 NVWriteRAMDAC(dev, head, NV_PRAMDAC_CU_START_POS, curpos);

Completed in 323 milliseconds