Lines Matching refs:wfx_dev
18 static void device_wakeup(struct wfx_dev *wdev) in device_wakeup()
55 static void device_release(struct wfx_dev *wdev) in device_release()
63 static int rx_helper(struct wfx_dev *wdev, size_t read_len, int *is_cnf) in rx_helper()
133 static int bh_work_rx(struct wfx_dev *wdev, int max_msg, int *num_cnf) in bh_work_rx()
168 static void tx_helper(struct wfx_dev *wdev, struct wfx_hif_msg *hif) in tx_helper()
196 static int bh_work_tx(struct wfx_dev *wdev, int max_msg) in bh_work_tx()
222 static void ack_sdio_data(struct wfx_dev *wdev) in ack_sdio_data()
235 struct wfx_dev *wdev = container_of(work, struct wfx_dev, hif.bh); in bh_work()
263 void wfx_bh_request_rx(struct wfx_dev *wdev) in wfx_bh_request_rx()
281 void wfx_bh_request_tx(struct wfx_dev *wdev) in wfx_bh_request_tx()
292 void wfx_bh_poll_irq(struct wfx_dev *wdev) in wfx_bh_poll_irq()
314 void wfx_bh_register(struct wfx_dev *wdev) in wfx_bh_register()
321 void wfx_bh_unregister(struct wfx_dev *wdev) in wfx_bh_unregister()