Home
last modified time | relevance | path

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

/openbmc/linux/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