Home
last modified time | relevance | path

Searched defs:vsp1 (Results 1 – 22 of 22) sorted by relevance

/openbmc/linux/drivers/media/platform/renesas/vsp1/
H A Dvsp1_drv.c49 struct vsp1_device *vsp1 = data; in vsp1_irq_handler() local
98 static int vsp1_create_sink_links(struct vsp1_device *vsp1, in vsp1_create_sink_links()
244 static int vsp1_create_entities(struct vsp1_device *vsp1) in vsp1_create_entities()
516 static int vsp1_device_init(struct vsp1_device *vsp1) in vsp1_device_init()
577 int vsp1_device_get(struct vsp1_device *vsp1) in vsp1_device_get()
588 void vsp1_device_put(struct vsp1_device *vsp1) in vsp1_device_put()
599 struct vsp1_device *vsp1 = dev_get_drvdata(dev); in vsp1_pm_suspend() local
615 struct vsp1_device *vsp1 = dev_get_drvdata(dev); in vsp1_pm_resume() local
631 struct vsp1_device *vsp1 = dev_get_drvdata(dev); in vsp1_pm_runtime_suspend() local
641 struct vsp1_device *vsp1 = dev_get_drvdata(dev); in vsp1_pm_runtime_resume() local
[all …]
H A Dvsp1_drm.c63 static int vsp1_du_insert_uif(struct vsp1_device *vsp1, in vsp1_du_insert_uif()
115 static int vsp1_du_pipeline_setup_rpf(struct vsp1_device *vsp1, in vsp1_du_pipeline_setup_rpf()
228 static int vsp1_du_pipeline_setup_brx(struct vsp1_device *vsp1, in vsp1_du_pipeline_setup_brx()
614 struct vsp1_device *vsp1 = dev_get_drvdata(dev); in vsp1_du_init() local
647 struct vsp1_device *vsp1 = dev_get_drvdata(dev); in vsp1_du_setup_lif() local
816 struct vsp1_device *vsp1 = dev_get_drvdata(dev); in vsp1_du_atomic_update() local
884 struct vsp1_device *vsp1 = dev_get_drvdata(dev); in vsp1_du_atomic_flush() local
918 struct vsp1_device *vsp1 = dev_get_drvdata(dev); in vsp1_du_map_sg() local
932 struct vsp1_device *vsp1 = dev_get_drvdata(dev); in vsp1_du_unmap_sg() local
943 int vsp1_drm_init(struct vsp1_device *vsp1) in vsp1_drm_init()
[all …]
H A Dvsp1_pipe.c233 const struct vsp1_format_info *vsp1_get_format_info(struct vsp1_device *vsp1, in vsp1_get_format_info()
307 struct vsp1_device *vsp1 = pipe->output->entity.vsp1; in vsp1_pipeline_run() local
332 struct vsp1_device *vsp1 = pipe->output->entity.vsp1; in vsp1_pipeline_stop() local
H A Dvsp1_wpf.c136 struct vsp1_device *vsp1 = wpf->entity.vsp1; in wpf_init_controls() local
194 struct vsp1_device *vsp1 = wpf->entity.vsp1; in vsp1_wpf_stop() local
239 struct vsp1_device *vsp1 = wpf->entity.vsp1; in wpf_configure_stream() local
374 struct vsp1_device *vsp1 = wpf->entity.vsp1; in wpf_configure_partition() local
540 struct vsp1_rwpf *vsp1_wpf_create(struct vsp1_device *vsp1, unsigned int index) in vsp1_wpf_create()
H A Dvsp1_dl.c141 struct vsp1_device *vsp1; member
165 struct vsp1_device *vsp1; member
219 struct vsp1_device *vsp1; member
248 vsp1_dl_body_pool_create(struct vsp1_device *vsp1, unsigned int num_bodies, in vsp1_dl_body_pool_create()
423 vsp1_dl_cmd_pool_create(struct vsp1_device *vsp1, enum vsp1_extcmd_type type, in vsp1_dl_cmd_pool_create()
839 struct vsp1_device *vsp1 = dlm->vsp1; in vsp1_dl_list_hw_update_pending() local
854 struct vsp1_device *vsp1 = dlm->vsp1; in vsp1_dl_list_hw_enqueue() local
971 struct vsp1_device *vsp1 = dlm->vsp1; in vsp1_dlm_irq_frame_end() local
1049 void vsp1_dlm_setup(struct vsp1_device *vsp1) in vsp1_dlm_setup()
1089 struct vsp1_dl_manager *vsp1_dlm_create(struct vsp1_device *vsp1, in vsp1_dlm_create()
H A Dvsp1_video.c255 struct vsp1_device *vsp1 = pipe->output->entity.vsp1; in vsp1_video_pipeline_setup_partitions() local
379 struct vsp1_device *vsp1 = pipe->output->entity.vsp1; in vsp1_video_pipeline_run() local
434 struct vsp1_device *vsp1 = pipe->output->entity.vsp1; in vsp1_video_pipeline_frame_end() local
1152 void vsp1_video_suspend(struct vsp1_device *vsp1) in vsp1_video_suspend()
1199 void vsp1_video_resume(struct vsp1_device *vsp1) in vsp1_video_resume()
1233 struct vsp1_video *vsp1_video_create(struct vsp1_device *vsp1, in vsp1_video_create()
H A Dvsp1.h75 #define vsp1_feature(vsp1, f) ((vsp1)->info->features & (f)) argument
117 static inline u32 vsp1_read(struct vsp1_device *vsp1, u32 reg) in vsp1_read()
122 static inline void vsp1_write(struct vsp1_device *vsp1, u32 reg, u32 data) in vsp1_write()
H A Dvsp1_rpf.c292 struct vsp1_device *vsp1 = rpf->entity.vsp1; in rpf_configure_partition() local
388 struct vsp1_rwpf *vsp1_rpf_create(struct vsp1_device *vsp1, unsigned int index) in vsp1_rpf_create()
H A Dvsp1_video.h33 struct vsp1_device *vsp1; member
H A Dvsp1_hgo.c188 struct vsp1_hgo *vsp1_hgo_create(struct vsp1_device *vsp1) in vsp1_hgo_create()
H A Dvsp1_hsit.c153 struct vsp1_hsit *vsp1_hsit_create(struct vsp1_device *vsp1, bool inverse) in vsp1_hsit_create()
H A Dvsp1_lif.c154 struct vsp1_lif *vsp1_lif_create(struct vsp1_device *vsp1, unsigned int index) in vsp1_lif_create()
H A Dvsp1_hgt.c187 struct vsp1_hgt *vsp1_hgt_create(struct vsp1_device *vsp1) in vsp1_hgt_create()
H A Dvsp1_lut.c198 struct vsp1_lut *vsp1_lut_create(struct vsp1_device *vsp1) in vsp1_lut_create()
H A Dvsp1_clu.c239 struct vsp1_clu *vsp1_clu_create(struct vsp1_device *vsp1) in vsp1_clu_create()
H A Dvsp1_uif.c243 struct vsp1_uif *vsp1_uif_create(struct vsp1_device *vsp1, unsigned int index) in vsp1_uif_create()
H A Dvsp1_brx.c409 struct vsp1_brx *vsp1_brx_create(struct vsp1_device *vsp1, in vsp1_brx_create()
H A Dvsp1_entity.h97 struct vsp1_device *vsp1; member
H A Dvsp1_sru.c363 struct vsp1_sru *vsp1_sru_create(struct vsp1_device *vsp1) in vsp1_sru_create()
H A Dvsp1_uds.c408 struct vsp1_uds *vsp1_uds_create(struct vsp1_device *vsp1, unsigned int index) in vsp1_uds_create()
H A Dvsp1_entity.c611 int vsp1_entity_init(struct vsp1_device *vsp1, struct vsp1_entity *entity, in vsp1_entity_init()
H A Dvsp1_histo.c517 int vsp1_histogram_init(struct vsp1_device *vsp1, struct vsp1_histogram *histo, in vsp1_histogram_init()