Home
last modified time | relevance | path

Searched refs:wfx_cmd_send (Results 1 – 3 of 3) sorted by relevance

/drivers/staging/wfx/
Dhif_tx.c49 int wfx_cmd_send(struct wfx_dev *wdev, struct hif_msg *request, in wfx_cmd_send() function
133 ret = wfx_cmd_send(wdev, hif, NULL, 0, true); in hif_shutdown()
154 ret = wfx_cmd_send(wdev, hif, NULL, 0, false); in hif_configuration()
169 ret = wfx_cmd_send(wvif->wdev, hif, NULL, 0, false); in hif_reset()
189 ret = wfx_cmd_send(wdev, hif, reply, buf_len, false); in hif_read_mib()
224 ret = wfx_cmd_send(wdev, hif, NULL, 0, false); in hif_write_mib()
280 ret = wfx_cmd_send(wvif->wdev, hif, NULL, 0, false); in hif_scan()
295 ret = wfx_cmd_send(wvif->wdev, hif, NULL, 0, false); in hif_stop_scan()
331 ret = wfx_cmd_send(wvif->wdev, hif, NULL, 0, false); in hif_join()
349 ret = wfx_cmd_send(wvif->wdev, hif, NULL, 0, false); in hif_set_bss_params()
[all …]
Dhif_tx.h32 int wfx_cmd_send(struct wfx_dev *wdev, struct hif_msg *request,
Ddebug.c266 context->ret = wfx_cmd_send(wdev, request, context->reply, in wfx_send_hif_msg_write()