Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/wireless/ti/wl18xx/
Dacx.c90 int wl18xx_acx_clear_statistics(struct wl1271 *wl) in wl18xx_acx_clear_statistics() function
92 struct wl18xx_acx_clear_statistics *acx; in wl18xx_acx_clear_statistics()
Dacx.h286 struct wl18xx_acx_clear_statistics { struct
374 int wl18xx_acx_clear_statistics(struct wl1271 *wl);
Ddebugfs.c229 ret = wl18xx_acx_clear_statistics(wl); in clear_fw_stats_write()