Home
last modified time | relevance | path

Searched refs:cmd_wait (Results 1 – 18 of 18) sorted by relevance

/Linux-v5.4/drivers/net/wireless/ath/ath9k/
Dhtc_hst.c138 complete(&target->cmd_wait); in htc_process_conn_rsp()
170 time_left = wait_for_completion_timeout(&target->cmd_wait, HZ); in htc_config_pipe_credits()
206 time_left = wait_for_completion_timeout(&target->cmd_wait, HZ); in htc_setup_complete()
278 time_left = wait_for_completion_timeout(&target->cmd_wait, HZ); in htc_connect_service()
329 complete(&htc_handle->cmd_wait); in ath9k_htc_txcompletion_cb()
335 complete(&htc_handle->cmd_wait); in ath9k_htc_txcompletion_cb()
476 init_completion(&target->cmd_wait); in ath9k_htc_hw_alloc()
Dwmi.c107 init_completion(&wmi->cmd_wait); in ath9k_init_wmi()
204 complete(&wmi->cmd_wait); in ath9k_wmi_rsp_callback()
334 time_left = wait_for_completion_timeout(&wmi->cmd_wait, timeout); in ath9k_wmi_cmd()
Dwmi.h153 struct completion cmd_wait; member
Dhtc_hst.h123 struct completion cmd_wait; member
/Linux-v5.4/drivers/net/wireless/intersil/orinoco/
Dhermes.h381 int (*cmd_wait)(struct hermes *hw, u16 cmd, u16 parm0, member
447 return hw->ops->cmd_wait(hw, HERMES_CMD_ENABLE | (port << 8), in hermes_enable_port()
453 return hw->ops->cmd_wait(hw, HERMES_CMD_DISABLE | (port << 8), in hermes_disable_port()
461 return hw->ops->cmd_wait(hw, HERMES_CMD_INQUIRE, rid, NULL); in hermes_inquire()
Dhermes.c652 rc = hw->ops->cmd_wait(hw, HERMES_PROGRAM_DISABLE, 0, &resp); in hermesi_program_end()
699 ret = hw->ops->cmd_wait(hw, HERMES_CMD_READMIF, 0, NULL); in hermes_read_pda()
762 .cmd_wait = hermes_docmd_wait,
Dcfg.c194 err = hw->ops->cmd_wait(hw, HERMES_CMD_TEST | in orinoco_set_monitor_channel()
Dhw.c668 err = hw->ops->cmd_wait(hw, HERMES_CMD_TEST | in orinoco_hw_program_rids()
673 err = hw->ops->cmd_wait(hw, HERMES_CMD_TEST | in orinoco_hw_program_rids()
Dwext.c461 err = hw->ops->cmd_wait(hw, HERMES_CMD_TEST | in orinoco_ioctl_setfreq()
Dorinoco_usb.c1542 .cmd_wait = ezusb_docmd_wait,
Dmain.c542 err = hw->ops->cmd_wait(hw, HERMES_CMD_TX | HERMES_CMD_RECL, in orinoco_xmit()
/Linux-v5.4/drivers/net/wireless/ath/carl9170/
Dusb.c675 reinit_completion(&ar->cmd_wait); in carl9170_exec_cmd()
679 time_left = wait_for_completion_timeout(&ar->cmd_wait, HZ); in carl9170_exec_cmd()
784 complete(&ar->cmd_wait); in carl9170_usb_stop()
1082 init_completion(&ar->cmd_wait); in carl9170_usb_probe()
Dcarl9170.h374 struct completion cmd_wait; member
Drx.c157 complete(&ar->cmd_wait); in carl9170_cmd_callback()
/Linux-v5.4/sound/soc/qcom/qdsp6/
Dq6asm.c193 wait_queue_head_t cmd_wait; member
574 wake_up(&ac->cmd_wait); in q6asm_stream_callback()
586 wake_up(&ac->cmd_wait); in q6asm_stream_callback()
793 init_waitqueue_head(&ac->cmd_wait); in q6asm_audio_client_alloc()
814 rc = wait_event_timeout(ac->cmd_wait, in q6asm_ac_send_cmd_sync()
/Linux-v5.4/drivers/infiniband/hw/ocrdma/
Docrdma.h165 wait_queue_head_t cmd_wait; member
Docrdma_hw.c620 init_waitqueue_head(&dev->mqe_ctx.cmd_wait); in ocrdma_create_mq()
874 wake_up(&dev->mqe_ctx.cmd_wait); in ocrdma_process_mcqe()
1058 status = wait_event_timeout(dev->mqe_ctx.cmd_wait, in ocrdma_wait_mqe_cmpl()
/Linux-v5.4/drivers/net/wireless/marvell/
Dmwl8k.c2201 DECLARE_COMPLETION_ONSTACK(cmd_wait); in mwl8k_post_cmd()
2247 priv->hostcmd_wait = &cmd_wait; in mwl8k_post_cmd()
2254 timeout = wait_for_completion_timeout(&cmd_wait, in mwl8k_post_cmd()