Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/realtek/rtw89/
A Dmac80211.c132 INIT_WORK(&rtwvif->update_beacon_work, rtw89_core_update_beacon_work); in rtw89_ops_add_interface()
183 cancel_work_sync(&rtwvif->update_beacon_work); in rtw89_ops_remove_interface()
553 ieee80211_queue_work(rtwdev->hw, &rtwvif->update_beacon_work); in rtw89_ops_set_tim()
A Dcore.c4156 update_beacon_work); in rtw89_core_update_beacon_work()
A Dcore.h3502 struct work_struct update_beacon_work; member
/linux/drivers/net/wireless/realtek/rtlwifi/
A Dusb.c760 cancel_work_sync(&rtlpriv->works.update_beacon_work); in rtl_usb_stop()
987 INIT_WORK(&rtlpriv->works.update_beacon_work, in rtl_usb_probe()
A Dcore.c1003 container_of(work, struct rtl_works, update_beacon_work); in rtl_update_beacon_work_callback()
1746 schedule_work(&rtlpriv->works.update_beacon_work); in rtl_op_set_tim()
A Dwifi.h2420 struct work_struct update_beacon_work; member
/linux/drivers/net/wireless/realtek/rtw88/
A Dmac80211.c544 ieee80211_queue_work(hw, &rtwdev->update_beacon_work); in rtw_ops_set_tim()
A Dmain.c1525 cancel_work_sync(&rtwdev->update_beacon_work); in rtw_core_stop()
2118 INIT_WORK(&rtwdev->update_beacon_work, rtw_fw_update_beacon_work); in rtw_core_init()
A Dmain.h2034 struct work_struct update_beacon_work; member
A Dfw.c1768 update_beacon_work); in rtw_fw_update_beacon_work()
/linux/drivers/net/wireless/realtek/rtl8xxxu/
A Dcore.c4563 schedule_delayed_work(&priv->update_beacon_work, 0); in rtl8xxxu_set_tim()
5068 schedule_delayed_work(&priv->update_beacon_work, 0); in rtl8xxxu_bss_info_changed()
5687 container_of(work, struct rtl8xxxu_priv, update_beacon_work.work); in rtl8xxxu_update_beacon_work_callback()
5701 schedule_delayed_work(&priv->update_beacon_work, in rtl8xxxu_update_beacon_work_callback()
7551 cancel_delayed_work_sync(&priv->update_beacon_work); in rtl8xxxu_stop()
7847 INIT_DELAYED_WORK(&priv->update_beacon_work, rtl8xxxu_update_beacon_work_callback); in rtl8xxxu_probe()
A Drtl8xxxu.h1915 struct delayed_work update_beacon_work; member

Completed in 138 milliseconds