Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath9k/
H A Dhtc_hst.c142 complete(&target->cmd_wait); in htc_process_conn_rsp()
174 time_left = wait_for_completion_timeout(&target->cmd_wait, HZ); in htc_config_pipe_credits()
209 time_left = wait_for_completion_timeout(&target->cmd_wait, HZ); in htc_setup_complete()
284 time_left = wait_for_completion_timeout(&target->cmd_wait, HZ); in htc_connect_service()
334 complete(&htc_handle->cmd_wait); in ath9k_htc_txcompletion_cb()
340 complete(&htc_handle->cmd_wait); in ath9k_htc_txcompletion_cb()
496 init_completion(&target->cmd_wait); in ath9k_htc_hw_alloc()
H A Dwmi.c107 init_completion(&wmi->cmd_wait); in ath9k_init_wmi()
210 complete(&wmi->cmd_wait); in ath9k_wmi_rsp_callback()
340 time_left = wait_for_completion_timeout(&wmi->cmd_wait, timeout); in ath9k_wmi_cmd()
H A Dwmi.h153 struct completion cmd_wait; member
H A Dhtc_hst.h123 struct completion cmd_wait; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/intersil/orinoco/
H A 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()
H A 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,
H A Dcfg.c194 err = hw->ops->cmd_wait(hw, HERMES_CMD_TEST | in orinoco_set_monitor_channel()
H A 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()
H A Dwext.c461 err = hw->ops->cmd_wait(hw, HERMES_CMD_TEST | in orinoco_ioctl_setfreq()
H A Dorinoco_usb.c1532 .cmd_wait = ezusb_docmd_wait,
H A Dmain.c542 err = hw->ops->cmd_wait(hw, HERMES_CMD_TX | HERMES_CMD_RECL, in orinoco_xmit()
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/carl9170/
H A 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()
H A Dcarl9170.h377 struct completion cmd_wait; member
H A Drx.c157 complete(&ar->cmd_wait); in carl9170_cmd_callback()
/OK3568_Linux_fs/kernel/sound/soc/qcom/qdsp6/
H A Dq6asm.c272 wait_queue_head_t cmd_wait; member
651 wake_up(&ac->cmd_wait); in q6asm_stream_callback()
663 wake_up(&ac->cmd_wait); in q6asm_stream_callback()
872 init_waitqueue_head(&ac->cmd_wait); in q6asm_audio_client_alloc()
893 rc = wait_event_timeout(ac->cmd_wait, in q6asm_ac_send_cmd_sync()
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/ocrdma/
H A Docrdma.h164 wait_queue_head_t cmd_wait; member
H A 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()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/
H A Dphl_chan.c225 struct rtw_chan_def *new_chdef, bool cmd_wait, u32 cmd_timeout, in rtw_phl_cmd_chg_op_chdef() argument
268 cmd_wait ? PHL_CMD_WAIT : PHL_CMD_NO_WAIT, in rtw_phl_cmd_chg_op_chdef()
H A Dphl_api.h282 struct rtw_chan_def *new_chdef, bool cmd_wait, u32 cmd_timeout,
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/
H A Dphl_chan.c225 struct rtw_chan_def *new_chdef, bool cmd_wait, u32 cmd_timeout, in rtw_phl_cmd_chg_op_chdef() argument
268 cmd_wait ? PHL_CMD_WAIT : PHL_CMD_NO_WAIT, in rtw_phl_cmd_chg_op_chdef()
H A Dphl_api.h285 struct rtw_chan_def *new_chdef, bool cmd_wait, u32 cmd_timeout,
/OK3568_Linux_fs/kernel/drivers/net/wireless/marvell/
H A Dmwl8k.c2202 DECLARE_COMPLETION_ONSTACK(cmd_wait); in mwl8k_post_cmd()
2248 priv->hostcmd_wait = &cmd_wait; in mwl8k_post_cmd()
2255 timeout = wait_for_completion_timeout(&cmd_wait, in mwl8k_post_cmd()