Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/wireless/ti/wl18xx/
Dacx.c76 int wl18xx_acx_clear_statistics(struct wl1271 *wl) in wl18xx_acx_clear_statistics() function
78 struct wl18xx_acx_clear_statistics *acx; in wl18xx_acx_clear_statistics()
Dacx.h285 struct wl18xx_acx_clear_statistics { struct
393 int wl18xx_acx_clear_statistics(struct wl1271 *wl);
Ddebugfs.c232 ret = wl18xx_acx_clear_statistics(wl); in clear_fw_stats_write()