Lines Matching refs:wfx_dev

19 static int wfx_hif_generic_confirm(struct wfx_dev *wdev,  in wfx_hif_generic_confirm()
52 static int wfx_hif_tx_confirm(struct wfx_dev *wdev, in wfx_hif_tx_confirm()
61 static int wfx_hif_multi_tx_confirm(struct wfx_dev *wdev, in wfx_hif_multi_tx_confirm()
73 static int wfx_hif_startup_indication(struct wfx_dev *wdev, in wfx_hif_startup_indication()
87 static int wfx_hif_wakeup_indication(struct wfx_dev *wdev, in wfx_hif_wakeup_indication()
97 static int wfx_hif_receive_indication(struct wfx_dev *wdev, const struct wfx_hif_msg *hif, in wfx_hif_receive_indication()
113 static int wfx_hif_event_indication(struct wfx_dev *wdev, in wfx_hif_event_indication()
147 static int wfx_hif_pm_mode_complete_indication(struct wfx_dev *wdev, in wfx_hif_pm_mode_complete_indication()
161 static int wfx_hif_scan_complete_indication(struct wfx_dev *wdev, in wfx_hif_scan_complete_indication()
177 static int wfx_hif_join_complete_indication(struct wfx_dev *wdev, in wfx_hif_join_complete_indication()
191 static int wfx_hif_suspend_resume_indication(struct wfx_dev *wdev, in wfx_hif_suspend_resume_indication()
219 static int wfx_hif_generic_indication(struct wfx_dev *wdev, in wfx_hif_generic_indication()
296 static int wfx_hif_error_indication(struct wfx_dev *wdev, in wfx_hif_error_indication()
322 static int wfx_hif_exception_indication(struct wfx_dev *wdev, in wfx_hif_exception_indication()
341 int (*handler)(struct wfx_dev *wdev, const struct wfx_hif_msg *hif, const void *buf);
361 void wfx_handle_rx(struct wfx_dev *wdev, struct sk_buff *skb) in wfx_handle_rx()