Home
last modified time | relevance | path

Searched refs:maintask_comp (Results 1 – 4 of 4) sorted by relevance

/linux-4.19.296/drivers/media/radio/wl128x/
Dfmdrv_rx.c100 init_completion(&fmdev->maintask_comp); in fm_rx_set_freq()
101 timeleft = wait_for_completion_timeout(&fmdev->maintask_comp, in fm_rx_set_freq()
244 init_completion(&fmdev->maintask_comp); in fm_rx_seek()
245 timeleft = wait_for_completion_timeout(&fmdev->maintask_comp, in fm_rx_seek()
Dfmdrv_tx.c272 init_completion(&fmdev->maintask_comp); in enable_xmit()
273 timeleft = wait_for_completion_timeout(&fmdev->maintask_comp, in enable_xmit()
Dfmdrv.h221 struct completion maintask_comp; member
Dfmdrv_common.c463 init_completion(&fmdev->maintask_comp); in fmc_send_cmd()
465 &fmdev->maintask_comp); in fmc_send_cmd()
469 if (!wait_for_completion_timeout(&fmdev->maintask_comp, in fmc_send_cmd()
834 complete(&fmdev->maintask_comp); in fm_irq_handle_tune_op_ended()
847 complete(&fmdev->maintask_comp); in fm_irq_handle_power_enb()