Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/wireless/ath/ath9k/
Dhtc_hst.c139 complete(&target->cmd_wait); in htc_process_conn_rsp()
171 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()
277 time_left = wait_for_completion_timeout(&target->cmd_wait, HZ); in htc_connect_service()
327 complete(&htc_handle->cmd_wait); in ath9k_htc_txcompletion_cb()
333 complete(&htc_handle->cmd_wait); in ath9k_htc_txcompletion_cb()
474 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-4.1.27/drivers/net/wireless/orinoco/
Dhermes.h382 int (*cmd_wait)(struct hermes *hw, u16 cmd, u16 parm0, member
448 return hw->ops->cmd_wait(hw, HERMES_CMD_ENABLE | (port << 8), in hermes_enable_port()
454 return hw->ops->cmd_wait(hw, HERMES_CMD_DISABLE | (port << 8), in hermes_disable_port()
462 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.c1533 .cmd_wait = ezusb_docmd_wait,
Dmain.c553 err = hw->ops->cmd_wait(hw, HERMES_CMD_TX | HERMES_CMD_RECL, in orinoco_xmit()
/linux-4.1.27/drivers/net/wireless/ath/carl9170/
Dusb.c675 err = wait_for_completion_timeout(&ar->cmd_wait, HZ); in carl9170_exec_cmd()
780 complete_all(&ar->cmd_wait); in carl9170_usb_stop()
783 reinit_completion(&ar->cmd_wait); in carl9170_usb_stop()
1086 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-4.1.27/drivers/infiniband/hw/ocrdma/
Docrdma.h149 wait_queue_head_t cmd_wait; member
Docrdma_hw.c599 init_waitqueue_head(&dev->mqe_ctx.cmd_wait); in ocrdma_create_mq()
809 wake_up(&dev->mqe_ctx.cmd_wait); in ocrdma_process_mcqe()
993 status = wait_event_timeout(dev->mqe_ctx.cmd_wait, in ocrdma_wait_mqe_cmpl()
/linux-4.1.27/drivers/net/wireless/
Dmwl8k.c2191 DECLARE_COMPLETION_ONSTACK(cmd_wait); in mwl8k_post_cmd()
2235 priv->hostcmd_wait = &cmd_wait; in mwl8k_post_cmd()
2242 timeout = wait_for_completion_timeout(&cmd_wait, in mwl8k_post_cmd()