Home
last modified time | relevance | path

Searched refs:mlo_pm_work (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/net/wireless/mediatek/mt76/mt7925/
H A Dusb.c279 cancel_delayed_work_sync(&dev->mlo_pm_work); in mt7925u_suspend()
H A Dpci.c56 cancel_delayed_work_sync(&dev->mlo_pm_work); in mt7925e_unregister_device()
747 cancel_delayed_work_sync(&dev->mlo_pm_work); in mt7925_pci_suspend()
H A Dinit.c254 INIT_DELAYED_WORK(&dev->mlo_pm_work, mt7925_mlo_pm_work); in mt7925_register_device()
H A Dmain.c1541 mlo_pm_work.work); in mt7925_mlo_pm_work()
1714 cancel_delayed_work_sync(&dev->mlo_pm_work); in mt7925_suspend()
2198 ieee80211_queue_delayed_work(hw, &dev->mlo_pm_work, 5 * HZ); in mt7925_link_info_changed()
2711 cancel_delayed_work_sync(&dev->mlo_pm_work); in mt7925_stop()
H A Dmac.c1528 cancel_delayed_work_sync(&dev->mlo_pm_work); in mt7925_mac_reset_work()
/linux/drivers/net/wireless/mediatek/mt76/
H A Dmt792x.h332 struct delayed_work mlo_pm_work; member