Searched refs:curpos (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.4/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
D | firmware.c | 432 u32 curpos; member 534 cur = &fwctx->req->items[fwctx->curpos]; in brcmf_fw_request_nvram_done() 574 struct brcmf_fw_item *cur = &fwctx->req->items[fwctx->curpos]; in brcmf_fw_complete_request() 602 struct brcmf_fw_item *cur = &fwctx->req->items[fwctx->curpos]; in brcmf_fw_request_firmware() 631 while (ret == 0 && ++fwctx->curpos < fwctx->req->n_items) { in brcmf_fw_request_done()
|
/Linux-v5.4/drivers/gpu/drm/nouveau/dispnv04/ |
D | hw.h | 348 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-v5.4/fs/ |
D | buffer.c | 2338 loff_t curpos; in cont_expand_zero() local 2345 while (index > (curidx = (curpos = *bytes)>>PAGE_SHIFT)) { in cont_expand_zero() 2346 zerofrom = curpos & ~PAGE_MASK; in cont_expand_zero() 2353 err = pagecache_write_begin(file, mapping, curpos, len, 0, in cont_expand_zero() 2358 err = pagecache_write_end(file, mapping, curpos, len, len, in cont_expand_zero() 2375 zerofrom = curpos & ~PAGE_MASK; in cont_expand_zero() 2386 err = pagecache_write_begin(file, mapping, curpos, len, 0, in cont_expand_zero() 2391 err = pagecache_write_end(file, mapping, curpos, len, len, in cont_expand_zero()
|
/Linux-v5.4/drivers/media/pci/cx25821/ |
D | cx25821.h | 192 int curpos; member
|
/Linux-v5.4/scripts/ |
D | checkpatch.pl | 657 my $curpos = 0; 660 $curpos = pos($string); 663 last if ($lastpos > 0 && ($curpos - length($omatch) != $lastpos)); 664 $lastpos = $curpos;
|