Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ti/wlcore/
H A Dacx.h558 struct wl1271_acx_pm_config { struct
1084 int wl1271_acx_pm_config(struct wl1271 *wl);
H A Dacx.c1123 int wl1271_acx_pm_config(struct wl1271 *wl) in wl1271_acx_pm_config() function
1125 struct wl1271_acx_pm_config *acx = NULL; in wl1271_acx_pm_config()
1150 EXPORT_SYMBOL_GPL(wl1271_acx_pm_config);
H A Dinit.c731 ret = wl1271_acx_pm_config(wl); in wl1271_hw_init()