Searched refs:curpos (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
D | firmware.c | 442 u32 curpos; member 474 cur = &fwctx->req->items[fwctx->curpos]; in brcmf_fw_request_nvram_done() 513 cur = &fwctx->req->items[fwctx->curpos]; in brcmf_fw_request_next_item() 548 cur = &fwctx->req->items[fwctx->curpos]; in brcmf_fw_request_done() 575 if (++fwctx->curpos == fwctx->req->n_items) { in brcmf_fw_request_done()
|
/Linux-v4.19/drivers/gpu/drm/nouveau/dispnv04/ |
D | hw.h | 349 uint32_t curpos = NVReadRAMDAC(dev, head, NV_PRAMDAC_CU_START_POS); in nv_fix_nv40_hw_cursor() local 350 NVWriteRAMDAC(dev, head, NV_PRAMDAC_CU_START_POS, curpos); in nv_fix_nv40_hw_cursor()
|
/Linux-v4.19/fs/ |
D | buffer.c | 2340 loff_t curpos; in cont_expand_zero() local 2347 while (index > (curidx = (curpos = *bytes)>>PAGE_SHIFT)) { in cont_expand_zero() 2348 zerofrom = curpos & ~PAGE_MASK; in cont_expand_zero() 2355 err = pagecache_write_begin(file, mapping, curpos, len, 0, in cont_expand_zero() 2360 err = pagecache_write_end(file, mapping, curpos, len, len, in cont_expand_zero() 2377 zerofrom = curpos & ~PAGE_MASK; in cont_expand_zero() 2388 err = pagecache_write_begin(file, mapping, curpos, len, 0, in cont_expand_zero() 2393 err = pagecache_write_end(file, mapping, curpos, len, len, in cont_expand_zero()
|
/Linux-v4.19/drivers/media/pci/cx25821/ |
D | cx25821.h | 203 int curpos; member
|
/Linux-v4.19/scripts/ |
D | checkpatch.pl | 623 my $curpos = 0; 626 $curpos = pos($string); 629 last if ($lastpos > 0 && ($curpos - length($omatch) != $lastpos)); 630 $lastpos = $curpos;
|