Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dnvram.h95 static inline ssize_t nvram_write_bytes(char *buf, size_t count, loff_t *ppos) in nvram_write_bytes() function
130 return nvram_write_bytes(buf, count, ppos); in nvram_write()
/linux-6.1.9/arch/m68k/kernel/
Dsetup_mm.c561 return nvram_write_bytes(buf, count, ppos); in m68k_nvram_write()