Searched refs:curpos (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
H A D | firmware.c | 459 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()
|
/openbmc/linux/drivers/gpu/drm/nouveau/dispnv04/ |
H A 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()
|
/openbmc/linux/fs/ |
H A D | buffer.c | 2503 loff_t curpos; in cont_expand_zero() local 2510 while (index > (curidx = (curpos = *bytes)>>PAGE_SHIFT)) { in cont_expand_zero() 2511 zerofrom = curpos & ~PAGE_MASK; in cont_expand_zero() 2518 err = aops->write_begin(file, mapping, curpos, len, in cont_expand_zero() 2523 err = aops->write_end(file, mapping, curpos, len, len, in cont_expand_zero() 2540 zerofrom = curpos & ~PAGE_MASK; in cont_expand_zero() 2551 err = aops->write_begin(file, mapping, curpos, len, in cont_expand_zero() 2556 err = aops->write_end(file, mapping, curpos, len, len, in cont_expand_zero()
|
/openbmc/linux/drivers/media/pci/cx25821/ |
H A D | cx25821.h | 191 int curpos; member
|
/openbmc/u-boot/scripts/ |
H A D | checkpatch.pl | 618 my $curpos = 0; 621 $curpos = pos($string); 624 last if ($lastpos > 0 && ($curpos - length($omatch) != $lastpos)); 625 $lastpos = $curpos;
|
/openbmc/linux/scripts/ |
H A D | checkpatch.pl | 907 my $curpos = 0; 910 $curpos = pos($string); 913 last if ($lastpos > 0 && ($curpos - length($omatch) != $lastpos)); 914 $lastpos = $curpos;
|