Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ti/wlcore/
H A Dcmd.h37 int wl1271_cmd_data_path(struct wl1271 *wl, bool enable);
H A Dinit.c726 ret = wl1271_cmd_data_path(wl, 1); in wl1271_hw_init()
H A Dcmd.c929 int wl1271_cmd_data_path(struct wl1271 *wl, bool enable) in wl1271_cmd_data_path() function
978 EXPORT_SYMBOL_GPL(wl1271_cmd_data_path);
/openbmc/linux/drivers/net/wireless/ti/wl12xx/
H A Dmain.c1597 ret = wl1271_cmd_data_path(wl, 1); in wl12xx_plt_init()