Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/media/platform/samsung/s5p-mfc/
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()
Ds5p_mfc_common.h247 struct s5p_mfc_priv_buf { struct
325 struct s5p_mfc_priv_buf fw_buf;
341 struct s5p_mfc_priv_buf ctx_buf;
673 struct s5p_mfc_priv_buf bank1;
674 struct s5p_mfc_priv_buf bank2;
701 struct s5p_mfc_priv_buf ctx;
702 struct s5p_mfc_priv_buf dsc;
703 struct s5p_mfc_priv_buf shm;
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);
Ds5p_mfc_ctrl.c25 struct s5p_mfc_priv_buf *fw_buf = &dev->fw_buf; in s5p_mfc_alloc_firmware()