Home
last modified time | relevance | path

Searched refs:resp_comp (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/media/radio/wl128x/
H A Dfmdrv_common.c294 else if (evt_hdr->op == fmdev->pre_op && fmdev->resp_comp != NULL) { in recv_tasklet()
299 complete(fmdev->resp_comp); in recv_tasklet()
301 fmdev->resp_comp = NULL; in recv_tasklet()
305 else if (evt_hdr->op == fmdev->pre_op && fmdev->resp_comp == NULL) { in recv_tasklet()
358 if (fmdev->resp_comp != NULL) in send_tasklet()
361 fmdev->resp_comp = fm_cb(skb)->completion; in send_tasklet()
367 fmdev->resp_comp = NULL; in send_tasklet()
1550 fmdev->resp_comp = NULL; in fmc_prepare()
1598 fmdev->resp_comp = NULL; in fmc_release()
H A Dfmdrv.h216 struct completion *resp_comp; member
/kernel/linux/linux-6.6/drivers/media/radio/wl128x/
H A Dfmdrv_common.c295 else if (evt_hdr->op == fmdev->pre_op && fmdev->resp_comp != NULL) { in recv_tasklet()
300 complete(fmdev->resp_comp); in recv_tasklet()
302 fmdev->resp_comp = NULL; in recv_tasklet()
306 else if (evt_hdr->op == fmdev->pre_op && fmdev->resp_comp == NULL) { in recv_tasklet()
359 if (fmdev->resp_comp != NULL) in send_tasklet()
362 fmdev->resp_comp = fm_cb(skb)->completion; in send_tasklet()
368 fmdev->resp_comp = NULL; in send_tasklet()
1550 fmdev->resp_comp = NULL; in fmc_prepare()
1598 fmdev->resp_comp = NULL; in fmc_release()
H A Dfmdrv.h216 struct completion *resp_comp; member

Completed in 8 milliseconds