Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/mtd/onenand/
Donenand_base.c3214 size_t tmp_retlen; in onenand_otp_walk() local
3216 ret = action(mtd, from, len, &tmp_retlen, buf); in onenand_otp_walk()
3218 buf += tmp_retlen; in onenand_otp_walk()
3219 len -= tmp_retlen; in onenand_otp_walk()
3220 *retlen += tmp_retlen; in onenand_otp_walk()