Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/media/radio/wl128x/
Dfmdrv_common.c295 else if (evt_hdr->op == fmdev->pre_op && fmdev->resp_comp != NULL) { in recv_bh_work()
300 complete(fmdev->resp_comp); in recv_bh_work()
302 fmdev->resp_comp = NULL; in recv_bh_work()
306 else if (evt_hdr->op == fmdev->pre_op && fmdev->resp_comp == NULL) { in recv_bh_work()
359 if (fmdev->resp_comp != NULL) in send_bh_work()
362 fmdev->resp_comp = fm_cb(skb)->completion; in send_bh_work()
368 fmdev->resp_comp = NULL; in send_bh_work()
1550 fmdev->resp_comp = NULL; in fmc_prepare()
1598 fmdev->resp_comp = NULL; in fmc_release()
Dfmdrv.h217 struct completion *resp_comp; member