Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/platform/vsp1/
Dvsp1_drv.c39 struct vsp1_device *vsp1 = data; in vsp1_irq_handler() local
78 static int vsp1_create_links(struct vsp1_device *vsp1, struct vsp1_entity *sink) in vsp1_create_links()
118 static void vsp1_destroy_entities(struct vsp1_device *vsp1) in vsp1_destroy_entities()
132 static int vsp1_create_entities(struct vsp1_device *vsp1) in vsp1_create_entities()
289 static int vsp1_device_init(struct vsp1_device *vsp1) in vsp1_device_init()
350 int vsp1_device_get(struct vsp1_device *vsp1) in vsp1_device_get()
382 void vsp1_device_put(struct vsp1_device *vsp1) in vsp1_device_put()
399 struct vsp1_device *vsp1 = dev_get_drvdata(dev); in vsp1_pm_suspend() local
415 struct vsp1_device *vsp1 = dev_get_drvdata(dev); in vsp1_pm_resume() local
438 static int vsp1_parse_dt(struct vsp1_device *vsp1) in vsp1_parse_dt()
[all …]
Dvsp1_wpf.c78 struct vsp1_device *vsp1 = wpf->entity.vsp1; in wpf_s_stream() local
218 struct vsp1_rwpf *vsp1_wpf_create(struct vsp1_device *vsp1, unsigned int index) in vsp1_wpf_create()
Dvsp1.h82 static inline u32 vsp1_read(struct vsp1_device *vsp1, u32 reg) in vsp1_read()
87 static inline void vsp1_write(struct vsp1_device *vsp1, u32 reg, u32 data) in vsp1_write()
Dvsp1_entity.c182 int vsp1_entity_init(struct vsp1_device *vsp1, struct vsp1_entity *entity, in vsp1_entity_init()
Dvsp1_hsit.c181 struct vsp1_hsit *vsp1_hsit_create(struct vsp1_device *vsp1, bool inverse) in vsp1_hsit_create()
Dvsp1_rpf.c219 struct vsp1_rwpf *vsp1_rpf_create(struct vsp1_device *vsp1, unsigned int index) in vsp1_rpf_create()
Dvsp1_video.c510 struct vsp1_device *vsp1 = pipe->output->entity.vsp1; in vsp1_pipeline_run() local
718 void vsp1_pipelines_suspend(struct vsp1_device *vsp1) in vsp1_pipelines_suspend()
764 void vsp1_pipelines_resume(struct vsp1_device *vsp1) in vsp1_pipelines_resume()
Dvsp1_lif.c211 struct vsp1_lif *vsp1_lif_create(struct vsp1_device *vsp1) in vsp1_lif_create()
Dvsp1_entity.h56 struct vsp1_device *vsp1; member
Dvsp1_lut.c225 struct vsp1_lut *vsp1_lut_create(struct vsp1_device *vsp1) in vsp1_lut_create()
Dvsp1_uds.c326 struct vsp1_uds *vsp1_uds_create(struct vsp1_device *vsp1, unsigned int index) in vsp1_uds_create()
Dvsp1_sru.c344 struct vsp1_sru *vsp1_sru_create(struct vsp1_device *vsp1) in vsp1_sru_create()
Dvsp1_bru.c410 struct vsp1_bru *vsp1_bru_create(struct vsp1_device *vsp1) in vsp1_bru_create()
Dvsp1_video.h115 struct vsp1_device *vsp1; member