Searched refs:fpc_new (Results 1 – 1 of 1) sorted by relevance
711 struct ispccdc_fpc fpc_new; in ccdc_config() local729 fpc_new.fpnum = fpc.fpnum; in ccdc_config()730 fpc_new.addr = dma_alloc_coherent(isp->dev, size, in ccdc_config()731 &fpc_new.dma, in ccdc_config()733 if (fpc_new.addr == NULL) in ccdc_config()736 if (copy_from_user(fpc_new.addr, in ccdc_config()739 dma_free_coherent(isp->dev, size, fpc_new.addr, in ccdc_config()740 fpc_new.dma); in ccdc_config()745 ccdc->fpc = fpc_new; in ccdc_config()