resp_comp         216 drivers/media/radio/wl128x/fmdrv.h 	struct completion *resp_comp;
resp_comp         292 drivers/media/radio/wl128x/fmdrv_common.c 		else if (evt_hdr->op == fmdev->pre_op && fmdev->resp_comp != NULL) {
resp_comp         297 drivers/media/radio/wl128x/fmdrv_common.c 			complete(fmdev->resp_comp);
resp_comp         299 drivers/media/radio/wl128x/fmdrv_common.c 			fmdev->resp_comp = NULL;
resp_comp         303 drivers/media/radio/wl128x/fmdrv_common.c 		else if (evt_hdr->op == fmdev->pre_op && fmdev->resp_comp == NULL) {
resp_comp         356 drivers/media/radio/wl128x/fmdrv_common.c 	if (fmdev->resp_comp != NULL)
resp_comp         359 drivers/media/radio/wl128x/fmdrv_common.c 	fmdev->resp_comp = fm_cb(skb)->completion;
resp_comp         365 drivers/media/radio/wl128x/fmdrv_common.c 		fmdev->resp_comp = NULL;
resp_comp        1546 drivers/media/radio/wl128x/fmdrv_common.c 	fmdev->resp_comp = NULL;
resp_comp        1594 drivers/media/radio/wl128x/fmdrv_common.c 	fmdev->resp_comp = NULL;