Lines Matching defs:len
198 static int mxic_nand_lock(struct nand_chip *chip, loff_t ofs, uint64_t len)
214 static int mxic_nand_unlock(struct nand_chip *chip, loff_t ofs, uint64_t len)
329 static int macronix_30lfxg18ac_get_otp_info(struct mtd_info *mtd, size_t len,
333 if (len < sizeof(*buf))
373 size_t len, size_t *retlen,
394 while (bytes_handled < len &&
399 bytes_to_handle = min_t(size_t, len - bytes_handled,
434 size_t len, size_t *rlen,
437 return __macronix_30lfxg18ac_rw_otp(mtd, to, len, rlen, (u_char *)buf,
442 size_t len, size_t *rlen,
445 return __macronix_30lfxg18ac_rw_otp(mtd, from, len, rlen, buf, false);
449 size_t len)