Searched refs:os_area_flash_write (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/platforms/ps3/ |
H A D | os-area.c | 239 static ssize_t os_area_flash_write(const void *buf, size_t count, loff_t pos) in os_area_flash_write() function 652 count = os_area_flash_write(db, sizeof(struct os_area_db), pos); in update_flash_db() 654 pr_debug("%s: os_area_flash_write failed %zd\n", __func__, in update_flash_db()
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/ps3/ |
H A D | os-area.c | 237 static ssize_t os_area_flash_write(const void *buf, size_t count, loff_t pos) in os_area_flash_write() function 650 count = os_area_flash_write(db, sizeof(struct os_area_db), pos); in update_flash_db() 652 pr_debug("%s: os_area_flash_write failed %zd\n", __func__, in update_flash_db()
|
Completed in 3 milliseconds