Searched refs:c2h_work (Results 1 – 6 of 6) sorted by relevance
314 struct rtw_dev *rtwdev = container_of(work, struct rtw_dev, c2h_work); in rtw_c2h_work()1546 cancel_work_sync(&rtwdev->c2h_work); in rtw_core_stop()2130 INIT_WORK(&rtwdev->c2h_work, rtw_c2h_work); in rtw_core_init()
2081 struct work_struct c2h_work; member
377 ieee80211_queue_work(rtwdev->hw, &rtwdev->c2h_work); in rtw_fw_c2h_cmd_rx_irqsafe()
4638 wiphy_work_cancel(wiphy, &rtwdev->c2h_work); in rtw89_core_stop()4887 wiphy_work_init(&rtwdev->c2h_work, rtw89_fw_c2h_work); in rtw89_core_init()
6357 wiphy_work_queue(rtwdev->hw->wiphy, &rtwdev->c2h_work); in rtw89_fw_c2h_irqsafe()6398 c2h_work); in rtw89_fw_c2h_work()
5699 struct wiphy_work c2h_work; member