Searched refs:fpc_new (Results 1 – 1 of 1) sorted by relevance
709 struct ispccdc_fpc fpc_new; in ccdc_config() local727 fpc_new.fpnum = fpc.fpnum; in ccdc_config()728 fpc_new.addr = dma_alloc_coherent(isp->dev, size, in ccdc_config()729 &fpc_new.dma, in ccdc_config()731 if (fpc_new.addr == NULL) in ccdc_config()734 if (copy_from_user(fpc_new.addr, in ccdc_config()737 dma_free_coherent(isp->dev, size, fpc_new.addr, in ccdc_config()738 fpc_new.dma); in ccdc_config()743 ccdc->fpc = fpc_new; in ccdc_config()