OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nvs_ops
(Results
1 - 2
of
2
) sorted by null
/hardware/ti/wlan/mac80211/ti-utils/
nvs.c
245
cmn->
nvs_ops
= &wl1271_nvs_ops;
247
cmn->
nvs_ops
= &wl128x_nvs_ops;
640
if (cmn.
nvs_ops
->nvs_fill_radio_prms(new_nvs, NULL, buf)) {
671
if (cmn->
nvs_ops
->nvs_fill_radio_prms(new_nvs, &cmn->ini, buf)) {
709
if (cmn->
nvs_ops
->nvs_fill_radio_prms(new_nvs, &cmn->ini, buf)) {
779
if (cmn->
nvs_ops
->nvs_set_autofem(new_nvs, buf, val)) {
826
if (cmn->
nvs_ops
->nvs_set_fem_manuf(new_nvs, buf, val)) {
ini.h
302
struct wl12xx_nvs_ops *
nvs_ops
;
member in struct:wl12xx_common
Completed in 31 milliseconds