Searched refs:wfx_cmd_send (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/staging/wfx/ |
| A D | hif_tx.c | 134 ret = wfx_cmd_send(wdev, hif, NULL, 0, true); in hif_shutdown() 155 ret = wfx_cmd_send(wdev, hif, NULL, 0, false); in hif_configuration() 170 ret = wfx_cmd_send(wvif->wdev, hif, NULL, 0, false); in hif_reset() 190 ret = wfx_cmd_send(wdev, hif, reply, buf_len, false); in hif_read_mib() 225 ret = wfx_cmd_send(wdev, hif, NULL, 0, false); in hif_write_mib() 274 ret = wfx_cmd_send(wvif->wdev, hif, NULL, 0, false); in hif_scan() 289 ret = wfx_cmd_send(wvif->wdev, hif, NULL, 0, false); in hif_stop_scan() 320 ret = wfx_cmd_send(wvif->wdev, hif, NULL, 0, false); in hif_join() 338 ret = wfx_cmd_send(wvif->wdev, hif, NULL, 0, false); in hif_set_bss_params() 362 ret = wfx_cmd_send(wdev, hif, NULL, 0, false); in hif_add_key() [all …]
|
| A D | hif_tx.h | 32 int wfx_cmd_send(struct wfx_dev *wdev, struct hif_msg *request,
|
| A D | debug.c | 271 context->ret = wfx_cmd_send(wdev, request, context->reply, in wfx_send_hif_msg_write()
|
Completed in 5 milliseconds