fpc_new 709 drivers/media/platform/omap3isp/ispccdc.c struct ispccdc_fpc fpc_new; fpc_new 727 drivers/media/platform/omap3isp/ispccdc.c fpc_new.fpnum = fpc.fpnum; fpc_new 728 drivers/media/platform/omap3isp/ispccdc.c fpc_new.addr = dma_alloc_coherent(isp->dev, size, fpc_new 729 drivers/media/platform/omap3isp/ispccdc.c &fpc_new.dma, fpc_new 731 drivers/media/platform/omap3isp/ispccdc.c if (fpc_new.addr == NULL) fpc_new 734 drivers/media/platform/omap3isp/ispccdc.c if (copy_from_user(fpc_new.addr, fpc_new 737 drivers/media/platform/omap3isp/ispccdc.c dma_free_coherent(isp->dev, size, fpc_new.addr, fpc_new 738 drivers/media/platform/omap3isp/ispccdc.c fpc_new.dma); fpc_new 743 drivers/media/platform/omap3isp/ispccdc.c ccdc->fpc = fpc_new;