Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ti/wlcore/
H A Dboot.c273 const char *nvs_name = "unknown"; in wlcore_boot_upload_nvs() local
286 nvs_name = pdev_data->family->nvs_name; in wlcore_boot_upload_nvs()
306 nvs_name, wl->nvs_len, in wlcore_boot_upload_nvs()
325 nvs_name, wl->nvs_len, in wlcore_boot_upload_nvs()
H A Dspi.c69 .nvs_name = "ti-connectivity/wl127x-nvs.bin",
74 .nvs_name = "ti-connectivity/wl128x-nvs.bin",
80 .nvs_name = "ti-connectivity/wl1271-nvs.bin",
H A Dwlcore_i.h26 const char *nvs_name; /* wl12xx nvs file */ member