Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/platform/s5p-mfc/
Ds5p_mfc_opr.c41 struct s5p_mfc_priv_buf *b) in s5p_mfc_alloc_priv_buf()
83 struct s5p_mfc_priv_buf *b) in s5p_mfc_alloc_generic_buf()
102 struct s5p_mfc_priv_buf *b) in s5p_mfc_release_priv_buf()
120 struct s5p_mfc_priv_buf *b) in s5p_mfc_release_generic_buf()
Ds5p_mfc_common.h249 struct s5p_mfc_priv_buf { struct
323 struct s5p_mfc_priv_buf fw_buf;
339 struct s5p_mfc_priv_buf ctx_buf;
661 struct s5p_mfc_priv_buf bank1;
662 struct s5p_mfc_priv_buf bank2;
689 struct s5p_mfc_priv_buf ctx;
690 struct s5p_mfc_priv_buf dsc;
691 struct s5p_mfc_priv_buf shm;
Ds5p_mfc_opr.h333 struct s5p_mfc_priv_buf *b);
335 struct s5p_mfc_priv_buf *b);
337 struct s5p_mfc_priv_buf *b);
339 struct s5p_mfc_priv_buf *b);
Ds5p_mfc_ctrl.c29 struct s5p_mfc_priv_buf *fw_buf = &dev->fw_buf; in s5p_mfc_alloc_firmware()