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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/ps3/
H A Dos-area.c233 static const struct ps3_os_area_flash_ops *os_area_flash_ops; variable in typeref:struct:ps3_os_area_flash_ops
238 os_area_flash_ops = ops;
248 if (os_area_flash_ops)
249 res = os_area_flash_ops->read(buf, count, pos);
260 if (os_area_flash_ops)
261 res = os_area_flash_ops->write(buf, count, pos);

Completed in 79 milliseconds