Searched refs:fpc_new (Results 1 – 1 of 1) sorted by relevance
712 struct ispccdc_fpc fpc_new; in ccdc_config() local730 fpc_new.fpnum = fpc.fpnum; in ccdc_config()731 fpc_new.addr = dma_alloc_coherent(isp->dev, size, in ccdc_config()732 &fpc_new.dma, in ccdc_config()734 if (fpc_new.addr == NULL) in ccdc_config()737 if (copy_from_user(fpc_new.addr, in ccdc_config()740 dma_free_coherent(isp->dev, size, fpc_new.addr, in ccdc_config()741 fpc_new.dma); in ccdc_config()746 ccdc->fpc = fpc_new; in ccdc_config()