Searched refs:os_area_flash_read (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/platforms/ps3/ |
H A D | os-area.c | 227 static ssize_t os_area_flash_read(void *buf, size_t count, loff_t pos) in os_area_flash_read() function 619 count = os_area_flash_read(header, buf_len, 0); in update_flash_db() 621 pr_debug("%s: os_area_flash_read failed %zd\n", __func__, in update_flash_db()
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/ps3/ |
H A D | os-area.c | 225 static ssize_t os_area_flash_read(void *buf, size_t count, loff_t pos) in os_area_flash_read() function 617 count = os_area_flash_read(header, buf_len, 0); in update_flash_db() 619 pr_debug("%s: os_area_flash_read failed %zd\n", __func__, in update_flash_db()
|
Completed in 3 milliseconds