Home
last modified time | relevance | path

Searched refs:update_beacon_work (Results 1 – 12 of 12) sorted by relevance

/openbmc/linux/drivers/net/wireless/realtek/rtw89/
H A Dmac80211.c132 INIT_WORK(&rtwvif->update_beacon_work, rtw89_core_update_beacon_work); in rtw89_ops_add_interface()
182 cancel_work_sync(&rtwvif->update_beacon_work); in rtw89_ops_remove_interface()
516 ieee80211_queue_work(rtwdev->hw, &rtwvif->update_beacon_work); in rtw89_ops_set_tim()
H A Dcore.c3451 update_beacon_work); in rtw89_core_update_beacon_work()
H A Dcore.h2956 struct work_struct update_beacon_work; member
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/
H A Dusb.c784 cancel_work_sync(&rtlpriv->works.update_beacon_work); in rtl_usb_stop()
1011 INIT_WORK(&rtlpriv->works.update_beacon_work, in rtl_usb_probe()
H A Dcore.c1025 container_of(work, struct rtl_works, update_beacon_work); in rtl_update_beacon_work_callback()
1777 schedule_work(&rtlpriv->works.update_beacon_work); in rtl_op_set_tim()
H A Dwifi.h2470 struct work_struct update_beacon_work; member
/openbmc/linux/drivers/net/wireless/realtek/rtw88/
H A Dmac80211.c533 ieee80211_queue_work(hw, &rtwdev->update_beacon_work); in rtw_ops_set_tim()
H A Dmain.c1526 cancel_work_sync(&rtwdev->update_beacon_work); in rtw_core_stop()
2114 INIT_WORK(&rtwdev->update_beacon_work, rtw_fw_update_beacon_work); in rtw_core_init()
H A Dmain.h2018 struct work_struct update_beacon_work; member
H A Dfw.c1688 update_beacon_work); in rtw_fw_update_beacon_work()
/openbmc/linux/drivers/net/wireless/realtek/rtl8xxxu/
H A Drtl8xxxu_core.c4572 schedule_work(&priv->update_beacon_work); in rtl8xxxu_set_tim()
5068 schedule_work(&priv->update_beacon_work); in rtl8xxxu_bss_info_changed()
5678 container_of(work, struct rtl8xxxu_priv, update_beacon_work); in rtl8xxxu_update_beacon_work_callback()
7561 INIT_WORK(&priv->update_beacon_work, rtl8xxxu_update_beacon_work_callback); in rtl8xxxu_probe()
H A Drtl8xxxu.h1912 struct work_struct update_beacon_work; member