Searched refs:os_area_flash_ops (Results 1 – 1 of 1) sorted by relevance
234 static const struct ps3_os_area_flash_ops *os_area_flash_ops; variable239 os_area_flash_ops = ops; in ps3_os_area_flash_register()249 if (os_area_flash_ops) in os_area_flash_read()250 res = os_area_flash_ops->read(buf, count, pos); in os_area_flash_read()261 if (os_area_flash_ops) in os_area_flash_write()262 res = os_area_flash_ops->write(buf, count, pos); in os_area_flash_write()