Home
last modified time | relevance | path

Searched refs:fw_virt_addr (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/media/platform/s5p-mfc/
Ds5p_mfc_ctrl.c34 if (dev->fw_virt_addr) { in s5p_mfc_alloc_firmware()
39 dev->fw_virt_addr = dma_alloc_coherent(dev->mem_dev_l, dev->fw_size, in s5p_mfc_alloc_firmware()
42 if (!dev->fw_virt_addr) { in s5p_mfc_alloc_firmware()
54 dev->fw_virt_addr, dev->bank1); in s5p_mfc_alloc_firmware()
55 dev->fw_virt_addr = NULL; in s5p_mfc_alloc_firmware()
107 if (!dev->fw_virt_addr) { in s5p_mfc_load_firmware()
112 memcpy(dev->fw_virt_addr, fw_blob->data, fw_blob->size); in s5p_mfc_load_firmware()
124 if (!dev->fw_virt_addr) in s5p_mfc_release_firmware()
126 dma_free_coherent(dev->mem_dev_l, dev->fw_size, dev->fw_virt_addr, in s5p_mfc_release_firmware()
128 dev->fw_virt_addr = NULL; in s5p_mfc_release_firmware()
[all …]
Ds5p_mfc_common.h320 void *fw_virt_addr; member