Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/mtd/nand/onenand/
Donenand_base.c3077 size_t tmp_retlen; in onenand_otp_walk() local
3079 ret = action(mtd, from, len, &tmp_retlen, buf); in onenand_otp_walk()
3083 buf += tmp_retlen; in onenand_otp_walk()
3084 len -= tmp_retlen; in onenand_otp_walk()
3085 *retlen += tmp_retlen; in onenand_otp_walk()