hi,Joan Xie
I went to read the 4.9.88 linux reference manual document you said. I looked at the code in pxp_dma_v3.c according to the introduction. Then I tracked the code inside. During the running of the code, I found that the thread created in the pxp_probe function, in its corresponding thread function, calls
wait_event_freezable(pxp->thread_waitq,Has_pending_task(pxp, pending) ||Kthread_should_stop());
Then the entire thread goes to sleep.
How can I wake up this thread?
look forward to your reply.