Home
last modified time | relevance | path

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

/hardware/ti/wlan/wl1271/CUDK/tiwlan_loader/
Dtiwlan_loader.c84 (f1 = os_fopen (eeprom_file_name, OS_FOPEN_READ)) != NULL) in init_driver()
95 (f2 = os_fopen (firmware_file_name, OS_FOPEN_READ)) != NULL) in init_driver()
106 (f3 = os_fopen (init_file_name, OS_FOPEN_READ)) != NULL) in init_driver()
/hardware/ti/wlan/wl1271/CUDK/os/common/inc/
Dcu_osapi.h89 PVOID os_fopen (const PS8 path, os_fopen_mode_e mode);
/hardware/ti/wlan/wl1271/CUDK/os/linux/src/
Dosapi.c429 PVOID os_fopen(const PS8 path, os_fopen_mode_e mode) in os_fopen() function
/hardware/ti/wlan/wl1271/CUDK/configurationutility/src/
Dcu_cmd.c5029 if (NULL == (nvsBinFile = os_fopen (nvsFilePath, OS_FOPEN_READ_BINARY))) in nvsReadFile()
5363 nvsBinFile = os_fopen(nvsFilePath, OS_FOPEN_WRITE_BINARY); in nvsUpdateFile()