Home
last modified time | relevance | path

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

/hardware/ti/wlan/mac80211/ti-utils/
Dnvs.c81 int nvs_set_autofem(int fd, char *buf, unsigned char val) in nvs_set_autofem() function
183 .nvs_set_autofem = nvs_set_autofem,
189 .nvs_set_autofem = nvs_set_autofem_128x,
779 if (cmn->nvs_ops->nvs_set_autofem(new_nvs, buf, val)) { in set_nvs_file_autofem()
Dini.h319 int (*nvs_set_autofem)(int fd, char *buf, unsigned char val); member