Searched refs:curpos (Results 1 – 3 of 3) sorted by relevance
313 int curpos = out->curpos; in cx25821_write_frame() local322 if (curpos == 0) { in cx25821_write_frame()331 if (frame_size - curpos < count) in cx25821_write_frame()332 count = frame_size - curpos; in cx25821_write_frame()333 if (copy_from_user((__force char *)out->_data_buf_virt_addr + frame_offset + curpos, in cx25821_write_frame()336 curpos += count; in cx25821_write_frame()337 if (curpos == frame_size) { in cx25821_write_frame()339 curpos = 0; in cx25821_write_frame()341 out->curpos = curpos; in cx25821_write_frame()649 out->curpos = 0; in cx25821_vidupstream_init()
209 int curpos; member
349 uint32_t curpos = NVReadRAMDAC(dev, head, NV_PRAMDAC_CU_START_POS); in nv_fix_nv40_hw_cursor() local350 NVWriteRAMDAC(dev, head, NV_PRAMDAC_CU_START_POS, curpos); in nv_fix_nv40_hw_cursor()