Home
last modified time | relevance | path

Searched refs:wait_done (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath9k/
H A Dar9003_mci.c79 static void ar9003_mci_remote_reset(struct ath_hw *ah, bool wait_done) in ar9003_mci_remote_reset() argument
84 wait_done, false); in ar9003_mci_remote_reset()
88 static void ar9003_mci_send_lna_transfer(struct ath_hw *ah, bool wait_done) in ar9003_mci_send_lna_transfer() argument
93 wait_done, false); in ar9003_mci_send_lna_transfer()
96 static void ar9003_mci_send_req_wake(struct ath_hw *ah, bool wait_done) in ar9003_mci_send_req_wake() argument
99 NULL, 0, wait_done, false); in ar9003_mci_send_req_wake()
103 static void ar9003_mci_send_sys_waking(struct ath_hw *ah, bool wait_done) in ar9003_mci_send_sys_waking() argument
106 NULL, 0, wait_done, false); in ar9003_mci_send_sys_waking()
109 static void ar9003_mci_send_lna_take(struct ath_hw *ah, bool wait_done) in ar9003_mci_send_lna_take() argument
114 wait_done, false); in ar9003_mci_send_lna_take()
[all …]
H A Dar9003_mci.h307 u32 *payload, u8 len, bool wait_done,
355 static inline void ar9003_mci_2g5g_switch(struct ath_hw *ah, bool wait_done) in ar9003_mci_2g5g_switch() argument
/OK3568_Linux_fs/external/mpp/mpp/hal/inc/
H A Dhal_dec_task.h65 RK_U32 wait_done : 1; member
/OK3568_Linux_fs/kernel/kernel/
H A Dumh.c440 goto wait_done; in call_usermodehelper_exec()
449 wait_done: in call_usermodehelper_exec()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlxsw/
H A Di2c.c144 bool wait_done = false; in mlxsw_i2c_wait_go_bit() local
160 wait_done = true; in mlxsw_i2c_wait_go_bit()
169 if (wait_done) { in mlxsw_i2c_wait_go_bit()
H A Dpci.c119 bool wait_done; member
719 mlxsw_pci->cmd.wait_done = true; in mlxsw_pci_eq_cmd_event()
1656 bool *p_wait_done = &mlxsw_pci->cmd.wait_done; in mlxsw_pci_cmd_exec()
/OK3568_Linux_fs/external/mpp/mpp/hal/rkdec/vp9d/
H A Dhal_vp9d_rkv.c514 task->dec.flags.wait_done = 1; in hal_vp9d_rkv_gen_regs()
611 if (p_hal->dec_cb && task->dec.flags.wait_done) { in hal_vp9d_rkv_wait()
H A Dhal_vp9d_vdpu382.c871 task->dec.flags.wait_done = 1; in hal_vp9d_vdpu382_gen_regs()
1034 if (p_hal->dec_cb && task->dec.flags.wait_done) { in hal_vp9d_vdpu382_wait()
H A Dhal_vp9d_vdpu34x.c837 task->dec.flags.wait_done = 1; in hal_vp9d_vdpu34x_gen_regs()
1002 if (p_hal->dec_cb && task->dec.flags.wait_done) { in hal_vp9d_vdpu34x_wait()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/
H A Dkernel.fuc126 bra e #wait_done
131 wait_done:
/OK3568_Linux_fs/external/mpp/mpp/codec/
H A Dmpp_dec_normal.cpp659 task_dec->flags.wait_done) ? 1 : 0; in try_proc_dec_task()