Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dfirmware.c434 u32 curpos; member
536 cur = &fwctx->req->items[fwctx->curpos]; in brcmf_fw_request_nvram_done()
576 struct brcmf_fw_item *cur = &fwctx->req->items[fwctx->curpos]; in brcmf_fw_complete_request()
604 struct brcmf_fw_item *cur = &fwctx->req->items[fwctx->curpos]; in brcmf_fw_request_firmware()
633 while (ret == 0 && ++fwctx->curpos < fwctx->req->n_items) { in brcmf_fw_request_done()
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/dispnv04/
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()
/kernel/linux/linux-5.10/fs/
Dbuffer.c2381 loff_t curpos; in cont_expand_zero() local
2388 while (index > (curidx = (curpos = *bytes)>>PAGE_SHIFT)) { in cont_expand_zero()
2389 zerofrom = curpos & ~PAGE_MASK; in cont_expand_zero()
2396 err = pagecache_write_begin(file, mapping, curpos, len, 0, in cont_expand_zero()
2401 err = pagecache_write_end(file, mapping, curpos, len, len, in cont_expand_zero()
2418 zerofrom = curpos & ~PAGE_MASK; in cont_expand_zero()
2429 err = pagecache_write_begin(file, mapping, curpos, len, 0, in cont_expand_zero()
2434 err = pagecache_write_end(file, mapping, curpos, len, len, in cont_expand_zero()
/kernel/linux/linux-5.10/drivers/media/pci/cx25821/
Dcx25821.h192 int curpos; member
/kernel/linux/linux-5.10/scripts/
Dcheckpatch.pl675 my $curpos = 0;
678 $curpos = pos($string);
681 last if ($lastpos > 0 && ($curpos - length($omatch) != $lastpos));
682 $lastpos = $curpos;