Lines Matching full:mfc

35 #define S5P_MFC_DEC_NAME	"s5p-mfc-dec"
36 #define S5P_MFC_ENC_NAME "s5p-mfc-enc"
155 * reset the MFC. */ in s5p_mfc_watchdog()
197 /* De-init MFC */ in s5p_mfc_watchdog_worker()
325 /* The MFC returns address of the buffer, now we have to in s5p_mfc_handle_frame_new()
431 /* Run MFC again on the same buffer */ in s5p_mfc_handle_frame()
435 mfc_debug(2, "MFC needs next buffer\n"); in s5p_mfc_handle_frame()
750 /* Open an MFC node */
798 mfc_err("Failed to setup mfc controls\n"); in s5p_mfc_open()
811 mfc_err("Failed to setup mfc controls\n"); in s5p_mfc_open()
884 /* One way to indicate end-of-stream for MFC is to set the in s5p_mfc_open()
934 /* Release MFC context */
1100 * them to inherit the MFC node's DMA configuration. in s5p_mfc_alloc_memdev()
1159 /* Valid buffers passed to MFC encoder with LAST_FRAME command in s5p_mfc_configure_2port_memory()
1160 * should not have address of bank2 - MFC will treat it as a null frame. in s5p_mfc_configure_2port_memory()
1212 * MFC hardware cannot handle 0 as a base address, so mark first 128K in s5p_mfc_configure_common_memory()
1266 /* MFC probe function */
1288 dev_err(&pdev->dev, "Failed to get device MFC hardware variant information\n"); in s5p_mfc_probe()
1315 dev_err(&pdev->dev, "failed to get mfc clock source\n"); in s5p_mfc_probe()
1374 /* Initialize HW ops and commands based on MFC version */ in s5p_mfc_probe()
1399 /* Deinit MFC if probe had failed */ in s5p_mfc_probe()
1524 .fw_name[0] = "s5p-mfc.fw",
1525 .clk_names = {"mfc", "sclk_mfc"},
1549 .fw_name[0] = "s5p-mfc-v6.fw",
1554 .fw_name[1] = "s5p-mfc-v6-v2.fw",
1555 .clk_names = {"mfc"},
1578 .fw_name[0] = "s5p-mfc-v7.fw",
1579 .clk_names = {"mfc", "sclk_mfc"},
1602 .fw_name[0] = "s5p-mfc-v8.fw",
1603 .clk_names = {"mfc"},
1612 .fw_name[0] = "s5p-mfc-v8.fw",
1637 .fw_name[0] = "s5p-mfc-v10.fw",
1642 .compatible = "samsung,mfc-v5",
1645 .compatible = "samsung,mfc-v6",
1648 .compatible = "samsung,mfc-v7",
1651 .compatible = "samsung,mfc-v8",
1654 .compatible = "samsung,exynos5433-mfc",
1657 .compatible = "samsung,mfc-v10",