Lines Matching defs:offset
458 * The @wunit argument can be extracted from an absolute offset using
553 static int mtd_nvmem_reg_read(void *priv, unsigned int offset,
560 err = mtd_read(mtd, offset, bytes, &retlen, val);
1207 * - return the address to which the offset maps
1211 unsigned long offset, unsigned long flags)
1217 ret = mtd_point(mtd, offset, len, &retlen, &virt, NULL);
1221 mtd_unpoint(mtd, offset, retlen);
1613 oobregion->offset += byte - pos;
1672 memcpy(buf, oobbuf + oobregion.offset, cnt);
1715 memcpy(oobbuf + oobregion.offset, buf, cnt);
2087 * @to: the MTD device offset to write to
2119 * @to: the MTD device offset to write to