Searched refs:mfc_dev (Results 1 – 1 of 1) sorted by relevance
1151 static int s5p_mfc_configure_2port_memory(struct s5p_mfc_dev *mfc_dev) in s5p_mfc_configure_2port_memory() argument 1153 struct device *dev = &mfc_dev->plat_dev->dev; in s5p_mfc_configure_2port_memory() 1163 mfc_dev->mem_dev[BANK_L_CTX] = s5p_mfc_alloc_memdev(dev, "left", in s5p_mfc_configure_2port_memory() 1165 if (!mfc_dev->mem_dev[BANK_L_CTX]) in s5p_mfc_configure_2port_memory() 1167 mfc_dev->mem_dev[BANK_R_CTX] = s5p_mfc_alloc_memdev(dev, "right", in s5p_mfc_configure_2port_memory() 1169 if (!mfc_dev->mem_dev[BANK_R_CTX]) { in s5p_mfc_configure_2port_memory() 1170 device_unregister(mfc_dev->mem_dev[BANK_L_CTX]); in s5p_mfc_configure_2port_memory() 1175 ret = s5p_mfc_alloc_firmware(mfc_dev); in s5p_mfc_configure_2port_memory() 1177 device_unregister(mfc_dev->mem_dev[BANK_R_CTX]); in s5p_mfc_configure_2port_memory() 1178 device_unregister(mfc_dev in s5p_mfc_configure_2port_memory() 1210 s5p_mfc_unconfigure_2port_memory(struct s5p_mfc_dev * mfc_dev) s5p_mfc_unconfigure_2port_memory() argument 1218 s5p_mfc_configure_common_memory(struct s5p_mfc_dev * mfc_dev) s5p_mfc_configure_common_memory() argument 1269 s5p_mfc_unconfigure_common_memory(struct s5p_mfc_dev * mfc_dev) s5p_mfc_unconfigure_common_memory() argument 1279 s5p_mfc_configure_dma_memory(struct s5p_mfc_dev * mfc_dev) s5p_mfc_configure_dma_memory() argument 1289 s5p_mfc_unconfigure_dma_memory(struct s5p_mfc_dev * mfc_dev) s5p_mfc_unconfigure_dma_memory() argument [all...]