Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/wireless/ti/wl1251/
Dinit.c112 ret = wl1251_acx_slot(wl, DEFAULT_SLOT_TIME); in wl1251_hw_init_phy_config()
Dmain.c1151 ret = wl1251_acx_slot(wl, SLOT_TIME_SHORT); in wl1251_op_bss_info_changed()
1153 ret = wl1251_acx_slot(wl, SLOT_TIME_LONG); in wl1251_op_bss_info_changed()
Dacx.h1451 int wl1251_acx_slot(struct wl1251 *wl, enum acx_slot_type slot_time);
Dacx.c356 int wl1251_acx_slot(struct wl1251 *wl, enum acx_slot_type slot_time) in wl1251_acx_slot() function