Home
last modified time | relevance | path

Searched refs:resp_comp (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/media/radio/wl128x/
Dfmdrv_common.c292 else if (evt_hdr->op == fmdev->pre_op && fmdev->resp_comp != NULL) { in recv_tasklet()
297 complete(fmdev->resp_comp); in recv_tasklet()
299 fmdev->resp_comp = NULL; in recv_tasklet()
303 else if (evt_hdr->op == fmdev->pre_op && fmdev->resp_comp == NULL) { in recv_tasklet()
356 if (fmdev->resp_comp != NULL) in send_tasklet()
359 fmdev->resp_comp = fm_cb(skb)->completion; in send_tasklet()
365 fmdev->resp_comp = NULL; in send_tasklet()
1546 fmdev->resp_comp = NULL; in fmc_prepare()
1594 fmdev->resp_comp = NULL; in fmc_release()
Dfmdrv.h216 struct completion *resp_comp; member