Searched refs:loff (Results 1 - 2 of 2) sorted by relevance

/openwrt/package/kernel/lantiq/ltq-adsl-mei/src/
H A Dlantiq_mei.c1605 unsigned long size, long *loff, long *current_offset)
1618 if (*loff == 0) {
1694 long offset = ((long) (*loff) + nRead) % SDRAM_SEGMENT_SIZE;
1695 idx = (((long) (*loff)) + nRead) / SDRAM_SEGMENT_SIZE;
1709 *loff += size;
2426 IFX_MEI_Write (DSL_DRV_file_t * filp, const char *buf, size_t size, loff_t * loff) argument
2436 DSL_BSP_FWDownload (pDev, buf, size, (long *) loff, &offset);
1604 DSL_BSP_FWDownload(DSL_DEV_Device_t * pDev, const char *buf, unsigned long size, long *loff, long *current_offset) argument
/openwrt/scripts/
H A Dcheckpatch.pl633 my $loff = 0;
654 $loff = $len;
742 $loff = $len + 1;
753 #print "coff<$coff> soff<$off> loff<$loff>\n";
756 $line, $remain + 1, $off - $loff + 1, $level);

Completed in 40 milliseconds