Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/platform/samsung/s5p-mfc/
H A 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()
H A Ds5p_mfc_common.h245 struct s5p_mfc_priv_buf { struct
323 struct s5p_mfc_priv_buf fw_buf;
339 struct s5p_mfc_priv_buf ctx_buf;
667 struct s5p_mfc_priv_buf bank1;
668 struct s5p_mfc_priv_buf bank2;
695 struct s5p_mfc_priv_buf ctx;
696 struct s5p_mfc_priv_buf dsc;
697 struct s5p_mfc_priv_buf shm;
H A 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);
H A Ds5p_mfc_ctrl.c25 struct s5p_mfc_priv_buf *fw_buf = &dev->fw_buf; in s5p_mfc_alloc_firmware()