Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dihex.h31 __ihex_next_binrec(const struct ihex_binrec *rec) in __ihex_next_binrec() function
41 rec = __ihex_next_binrec(rec); in ihex_next_binrec()
54 for (; rec <= end; rec = __ihex_next_binrec(rec)) { in ihex_validate_fw()