Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/nouveau/dispnv04/
H A Dhw.h348 uint32_t curpos = NVReadRAMDAC(dev, head, NV_PRAMDAC_CU_START_POS); in nv_fix_nv40_hw_cursor() local
349 NVWriteRAMDAC(dev, head, NV_PRAMDAC_CU_START_POS, curpos); in nv_fix_nv40_hw_cursor()
/linux/drivers/media/pci/cx25821/
H A Dcx25821.h191 int curpos; member
/linux/scripts/
H A Dcheckpatch.pl939 my $curpos = 0;
942 $curpos = pos($string);
945 last if ($lastpos > 0 && ($curpos - length($omatch) != $lastpos));
946 $lastpos = $curpos;