Home
last modified time | relevance | path

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

/linux-5.19.10/arch/powerpc/platforms/ps3/
Dos-area.c215 static const struct ps3_os_area_flash_ops *os_area_flash_ops; variable
220 os_area_flash_ops = ops; in ps3_os_area_flash_register()
230 if (os_area_flash_ops) in os_area_flash_read()
231 res = os_area_flash_ops->read(buf, count, pos); in os_area_flash_read()
242 if (os_area_flash_ops) in os_area_flash_write()
243 res = os_area_flash_ops->write(buf, count, pos); in os_area_flash_write()