Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/radio/wl128x/
Dfmdrv_common.c301 else if (evt_hdr->op == fmdev->pre_op && fmdev->resp_comp != NULL) { in recv_tasklet()
306 complete(fmdev->resp_comp); in recv_tasklet()
308 fmdev->resp_comp = NULL; in recv_tasklet()
312 else if (evt_hdr->op == fmdev->pre_op && fmdev->resp_comp == NULL) { in recv_tasklet()
365 if (fmdev->resp_comp != NULL) in send_tasklet()
368 fmdev->resp_comp = fm_cb(skb)->completion; in send_tasklet()
374 fmdev->resp_comp = NULL; in send_tasklet()
1551 fmdev->resp_comp = NULL; in fmc_prepare()
1599 fmdev->resp_comp = NULL; in fmc_release()
Dfmdrv.h225 struct completion *resp_comp; member