Searched refs:wl1251_acx_slot (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ti/wl1251/ |
H A D | init.c | 112 ret = wl1251_acx_slot(wl, DEFAULT_SLOT_TIME); in wl1251_hw_init_phy_config()
|
H A D | main.c | 1151 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()
|
H A D | acx.h | 1451 int wl1251_acx_slot(struct wl1251 *wl, enum acx_slot_type slot_time);
|
H A D | acx.c | 356 int wl1251_acx_slot(struct wl1251 *wl, enum acx_slot_type slot_time) in wl1251_acx_slot() function
|
/kernel/linux/linux-6.6/drivers/net/wireless/ti/wl1251/ |
H A D | init.c | 112 ret = wl1251_acx_slot(wl, DEFAULT_SLOT_TIME); in wl1251_hw_init_phy_config()
|
H A D | main.c | 1151 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()
|
H A D | acx.h | 1451 int wl1251_acx_slot(struct wl1251 *wl, enum acx_slot_type slot_time);
|
H A D | acx.c | 356 int wl1251_acx_slot(struct wl1251 *wl, enum acx_slot_type slot_time) in wl1251_acx_slot() function
|
Completed in 20 milliseconds