Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dfirmware.c459 u32 curpos; member
551 cur = &fwctx->req->items[fwctx->curpos]; in brcmf_fw_request_nvram_done()
592 struct brcmf_fw_item *cur = &fwctx->req->items[fwctx->curpos]; in brcmf_fw_complete_request()
647 struct brcmf_fw_item *cur = &fwctx->req->items[fwctx->curpos]; in brcmf_fw_request_firmware()
679 while (ret == 0 && ++fwctx->curpos < fwctx->req->n_items) { in brcmf_fw_request_done()
/linux-6.12.1/fs/
Dbuffer.c2494 loff_t curpos; in cont_expand_zero() local
2501 while (index > (curidx = (curpos = *bytes)>>PAGE_SHIFT)) { in cont_expand_zero()
2502 zerofrom = curpos & ~PAGE_MASK; in cont_expand_zero()
2509 err = aops->write_begin(file, mapping, curpos, len, in cont_expand_zero()
2513 folio_zero_range(folio, offset_in_folio(folio, curpos), len); in cont_expand_zero()
2514 err = aops->write_end(file, mapping, curpos, len, len, in cont_expand_zero()
2531 zerofrom = curpos & ~PAGE_MASK; in cont_expand_zero()
2542 err = aops->write_begin(file, mapping, curpos, len, in cont_expand_zero()
2546 folio_zero_range(folio, offset_in_folio(folio, curpos), len); in cont_expand_zero()
2547 err = aops->write_end(file, mapping, curpos, len, len, in cont_expand_zero()
/linux-6.12.1/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()
/linux-6.12.1/drivers/media/pci/cx25821/
Dcx25821.h191 int curpos; member
/linux-6.12.1/scripts/
Dcheckpatch.pl908 my $curpos = 0;
911 $curpos = pos($string);
914 last if ($lastpos > 0 && ($curpos - length($omatch) != $lastpos));
915 $lastpos = $curpos;