Home
last modified time | relevance | path

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

/linux/drivers/media/platform/samsung/s5p-mfc/
H A Ds5p_mfc_opr.c35 struct s5p_mfc_priv_buf *b) in s5p_mfc_alloc_priv_buf()
77 struct s5p_mfc_priv_buf *b) in s5p_mfc_alloc_generic_buf()
96 struct s5p_mfc_priv_buf *b) in s5p_mfc_release_priv_buf()
114 struct s5p_mfc_priv_buf *b) in s5p_mfc_release_generic_buf()
H A Ds5p_mfc_common.h248 struct s5p_mfc_priv_buf { struct
326 struct s5p_mfc_priv_buf fw_buf;
342 struct s5p_mfc_priv_buf ctx_buf;
674 struct s5p_mfc_priv_buf bank1;
675 struct s5p_mfc_priv_buf bank2;
702 struct s5p_mfc_priv_buf ctx;
703 struct s5p_mfc_priv_buf dsc;
704 struct s5p_mfc_priv_buf shm;
H A Ds5p_mfc_opr.h332 struct s5p_mfc_priv_buf *b);
334 struct s5p_mfc_priv_buf *b);
336 struct s5p_mfc_priv_buf *b);
338 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()