Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/char/
Dnvram.c177 int __nvram_check_checksum(void) in __nvram_check_checksum() function
181 EXPORT_SYMBOL(__nvram_check_checksum);
189 rv = __nvram_check_checksum(); in nvram_check_checksum()
230 if (!__nvram_check_checksum()) in nvram_read()
270 if (!__nvram_check_checksum()) in nvram_write()
505 checksum = __nvram_check_checksum(); in pc_proc_infos()
/Linux-v4.19/include/linux/
Dnvram.h12 extern int __nvram_check_checksum(void);