Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/wireless/realtek/rtlwifi/
H A Dusb.c755 cancel_work_sync(&rtlpriv->works.update_beacon_work); in rtl_usb_stop()
982 INIT_WORK(&rtlpriv->works.update_beacon_work, in rtl_usb_probe()
H 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()
H A Dwifi.h2418 struct work_struct update_beacon_work; member
/linux-6.15/drivers/net/wireless/realtek/rtw89/
H A Dmac80211.c114 wiphy_work_init(&rtwvif_link->update_beacon_work, rtw89_core_update_beacon_work); in __rtw89_ops_add_iface_link()
143 wiphy_work_cancel(rtwdev->hw->wiphy, &rtwvif_link->update_beacon_work); in __rtw89_ops_remove_iface_link()
837 wiphy_work_queue(hw->wiphy, &rtwvif_link->update_beacon_work); in rtw89_ops_set_tim()
H A Dcore.h3523 struct wiphy_work update_beacon_work; member
H A Dcore.c4486 update_beacon_work); in rtw89_core_update_beacon_work()
/linux-6.15/drivers/net/wireless/realtek/rtw88/
H A Dmac80211.c544 ieee80211_queue_work(hw, &rtwdev->update_beacon_work); in rtw_ops_set_tim()
H A Dmain.c1547 cancel_work_sync(&rtwdev->update_beacon_work); in rtw_core_stop()
2133 INIT_WORK(&rtwdev->update_beacon_work, rtw_fw_update_beacon_work); in rtw_core_init()
H A Dmain.h2084 struct work_struct update_beacon_work; member
H A Dfw.c1791 update_beacon_work); in rtw_fw_update_beacon_work()
/linux-6.15/drivers/net/wireless/realtek/rtl8xxxu/
H A Dcore.c4570 schedule_delayed_work(&priv->update_beacon_work, 0); in rtl8xxxu_set_tim()
5070 schedule_delayed_work(&priv->update_beacon_work, 0); in rtl8xxxu_bss_info_changed()
5077 schedule_delayed_work(&priv->update_beacon_work, 0); in rtl8xxxu_bss_info_changed()
5696 container_of(work, struct rtl8xxxu_priv, update_beacon_work.work); in rtl8xxxu_update_beacon_work_callback()
5710 schedule_delayed_work(&priv->update_beacon_work, in rtl8xxxu_update_beacon_work_callback()
7560 cancel_delayed_work_sync(&priv->update_beacon_work); in rtl8xxxu_stop()
7856 INIT_DELAYED_WORK(&priv->update_beacon_work, rtl8xxxu_update_beacon_work_callback); in rtl8xxxu_probe()
H A Drtl8xxxu.h1915 struct delayed_work update_beacon_work; member