Home
last modified time | relevance | path

Searched refs:s5p_mfc_priv_buf (Results 1 – 4 of 4) sorted by relevance

/drivers/media/platform/s5p-mfc/
Ds5p_mfc_opr.c38 struct s5p_mfc_priv_buf *b) in s5p_mfc_alloc_priv_buf()
80 struct s5p_mfc_priv_buf *b) in s5p_mfc_alloc_generic_buf()
99 struct s5p_mfc_priv_buf *b) in s5p_mfc_release_priv_buf()
117 struct s5p_mfc_priv_buf *b) in s5p_mfc_release_generic_buf()
Ds5p_mfc_common.h245 struct s5p_mfc_priv_buf { struct
319 struct s5p_mfc_priv_buf fw_buf;
335 struct s5p_mfc_priv_buf ctx_buf;
657 struct s5p_mfc_priv_buf bank1;
658 struct s5p_mfc_priv_buf bank2;
685 struct s5p_mfc_priv_buf ctx;
686 struct s5p_mfc_priv_buf dsc;
687 struct s5p_mfc_priv_buf shm;
Ds5p_mfc_opr.h330 struct s5p_mfc_priv_buf *b);
332 struct s5p_mfc_priv_buf *b);
334 struct s5p_mfc_priv_buf *b);
336 struct s5p_mfc_priv_buf *b);
Ds5p_mfc_ctrl.c25 struct s5p_mfc_priv_buf *fw_buf = &dev->fw_buf; in s5p_mfc_alloc_firmware()