Searched defs:vsp1 (Results 1 – 14 of 14) sorted by relevance
/linux-4.4.14/drivers/media/platform/vsp1/ |
D | vsp1_drv.c | 39 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 …]
|
D | vsp1_wpf.c | 78 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()
|
D | vsp1.h | 82 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()
|
D | vsp1_entity.c | 182 int vsp1_entity_init(struct vsp1_device *vsp1, struct vsp1_entity *entity, in vsp1_entity_init()
|
D | vsp1_hsit.c | 181 struct vsp1_hsit *vsp1_hsit_create(struct vsp1_device *vsp1, bool inverse) in vsp1_hsit_create()
|
D | vsp1_rpf.c | 219 struct vsp1_rwpf *vsp1_rpf_create(struct vsp1_device *vsp1, unsigned int index) in vsp1_rpf_create()
|
D | vsp1_video.c | 510 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()
|
D | vsp1_lif.c | 211 struct vsp1_lif *vsp1_lif_create(struct vsp1_device *vsp1) in vsp1_lif_create()
|
D | vsp1_entity.h | 56 struct vsp1_device *vsp1; member
|
D | vsp1_lut.c | 225 struct vsp1_lut *vsp1_lut_create(struct vsp1_device *vsp1) in vsp1_lut_create()
|
D | vsp1_uds.c | 326 struct vsp1_uds *vsp1_uds_create(struct vsp1_device *vsp1, unsigned int index) in vsp1_uds_create()
|
D | vsp1_sru.c | 344 struct vsp1_sru *vsp1_sru_create(struct vsp1_device *vsp1) in vsp1_sru_create()
|
D | vsp1_bru.c | 410 struct vsp1_bru *vsp1_bru_create(struct vsp1_device *vsp1) in vsp1_bru_create()
|
D | vsp1_video.h | 115 struct vsp1_device *vsp1; member
|