/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/ |
H A D | htc_hst.c | 148 complete(&target->cmd_wait); in htc_process_conn_rsp() 180 time_left = wait_for_completion_timeout(&target->cmd_wait, HZ); in htc_config_pipe_credits() 215 time_left = wait_for_completion_timeout(&target->cmd_wait, HZ); in htc_setup_complete() 290 time_left = wait_for_completion_timeout(&target->cmd_wait, HZ); in htc_connect_service() 340 complete(&htc_handle->cmd_wait); in ath9k_htc_txcompletion_cb() 346 complete(&htc_handle->cmd_wait); in ath9k_htc_txcompletion_cb() 504 init_completion(&target->cmd_wait); in ath9k_htc_hw_alloc()
|
H A D | wmi.c | 107 init_completion(&wmi->cmd_wait); in ath9k_init_wmi() 210 complete(&wmi->cmd_wait); in ath9k_wmi_rsp_callback() 346 time_left = wait_for_completion_timeout(&wmi->cmd_wait, timeout); in ath9k_wmi_cmd()
|
H A D | wmi.h | 153 struct completion cmd_wait; member
|
H A D | htc_hst.h | 123 struct completion cmd_wait; member
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/ |
H A D | htc_hst.c | 148 complete(&target->cmd_wait); in htc_process_conn_rsp() 180 time_left = wait_for_completion_timeout(&target->cmd_wait, HZ); in htc_config_pipe_credits() 215 time_left = wait_for_completion_timeout(&target->cmd_wait, HZ); in htc_setup_complete() 290 time_left = wait_for_completion_timeout(&target->cmd_wait, HZ); in htc_connect_service() 340 complete(&htc_handle->cmd_wait); in ath9k_htc_txcompletion_cb() 346 complete(&htc_handle->cmd_wait); in ath9k_htc_txcompletion_cb() 504 init_completion(&target->cmd_wait); in ath9k_htc_hw_alloc()
|
H A D | wmi.c | 107 init_completion(&wmi->cmd_wait); in ath9k_init_wmi() 212 complete(&wmi->cmd_wait); in ath9k_wmi_rsp_callback() 348 time_left = wait_for_completion_timeout(&wmi->cmd_wait, timeout); in ath9k_wmi_cmd()
|
H A D | wmi.h | 153 struct completion cmd_wait; member
|
H A D | htc_hst.h | 123 struct completion cmd_wait; member
|
/kernel/linux/linux-5.10/drivers/net/wireless/intersil/orinoco/ |
H A D | hermes.h | 381 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 D | hermes.c | 609 /* Using init_cmd_wait rather than cmd_wait */ in hermesi_program_init() 652 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 D | cfg.c | 194 err = hw->ops->cmd_wait(hw, HERMES_CMD_TEST | in orinoco_set_monitor_channel()
|
/kernel/linux/linux-6.6/drivers/net/wireless/intersil/orinoco/ |
H A D | hermes.h | 381 int (*cmd_wait)(struct hermes *hw, u16 cmd, u16 parm0, member 449 return hw->ops->cmd_wait(hw, HERMES_CMD_ENABLE | (port << 8), in hermes_enable_port() 455 return hw->ops->cmd_wait(hw, HERMES_CMD_DISABLE | (port << 8), in hermes_disable_port() 463 return hw->ops->cmd_wait(hw, HERMES_CMD_INQUIRE, rid, NULL); in hermes_inquire()
|
H A D | hermes.c | 609 /* Using init_cmd_wait rather than cmd_wait */ in hermesi_program_init() 652 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 D | cfg.c | 194 err = hw->ops->cmd_wait(hw, HERMES_CMD_TEST | in orinoco_set_monitor_channel()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/carl9170/ |
H A D | usb.c | 675 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 D | carl9170.h | 377 struct completion cmd_wait; member
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/carl9170/ |
H A D | usb.c | 675 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 D | carl9170.h | 377 struct completion cmd_wait; member
|
/kernel/linux/linux-6.6/sound/soc/qcom/qdsp6/ |
H A D | q6apm.c | 546 wake_up(&graph->cmd_wait); in graph_callback() 583 wake_up(&graph->cmd_wait); in graph_callback() 593 wake_up(&graph->cmd_wait); in graph_callback() 634 init_waitqueue_head(&graph->cmd_wait); in q6apm_graph_open()
|
H A D | q6apm.h | 106 wait_queue_head_t cmd_wait; member
|
H A D | q6asm.c | 272 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()
|
H A D | audioreach.c | 538 gpr_port_t *port, wait_queue_head_t *cmd_wait, in audioreach_send_cmd_sync() 560 rc = wait_event_timeout(*cmd_wait, (result->opcode == hdr->opcode) || in audioreach_send_cmd_sync() 563 rc = wait_event_timeout(*cmd_wait, (result->opcode == hdr->opcode), 5 * HZ); in audioreach_send_cmd_sync() 587 graph->port, &graph->cmd_wait, pkt, rsp_opcode); in audioreach_graph_send_cmd_sync() 536 audioreach_send_cmd_sync(struct device *dev, gpr_device_t *gdev, struct gpr_ibasic_rsp_result_t *result, struct mutex *cmd_lock, gpr_port_t *port, wait_queue_head_t *cmd_wait, struct gpr_pkt *pkt, uint32_t rsp_opcode) audioreach_send_cmd_sync() argument
|
/kernel/linux/linux-5.10/sound/soc/qcom/qdsp6/ |
H A D | q6asm.c | 272 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()
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/ocrdma/ |
H A D | ocrdma.h | 164 wait_queue_head_t cmd_wait; member
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/ocrdma/ |
H A D | ocrdma.h | 164 wait_queue_head_t cmd_wait; member
|