Searched defs:vsp1 (Results 1 - 15 of 15) sorted by relevance
/linux-4.1.27/drivers/media/platform/vsp1/ |
H A D | Makefile | |
H A D | vsp1_entity.c | 180 int vsp1_entity_init(struct vsp1_device *vsp1, struct vsp1_entity *entity, vsp1_entity_init() argument
|
H A D | vsp1_hsit.c | 181 struct vsp1_hsit *vsp1_hsit_create(struct vsp1_device *vsp1, bool inverse) vsp1_hsit_create() argument
|
H A D | vsp1.h | 82 static inline u32 vsp1_read(struct vsp1_device *vsp1, u32 reg) vsp1_read() argument 87 static inline void vsp1_write(struct vsp1_device *vsp1, u32 reg, u32 data) vsp1_write() argument
|
H A D | vsp1_bru.c | 410 struct vsp1_bru *vsp1_bru_create(struct vsp1_device *vsp1) vsp1_bru_create() argument
|
H A D | vsp1_drv.c | 39 struct vsp1_device *vsp1 = data; vsp1_irq_handler() local 78 static int vsp1_create_links(struct vsp1_device *vsp1, struct vsp1_entity *sink) vsp1_create_links() argument 118 static void vsp1_destroy_entities(struct vsp1_device *vsp1) vsp1_destroy_entities() argument 132 static int vsp1_create_entities(struct vsp1_device *vsp1) vsp1_create_entities() argument 289 static int vsp1_device_init(struct vsp1_device *vsp1) vsp1_device_init() argument 350 int vsp1_device_get(struct vsp1_device *vsp1) vsp1_device_get() argument 382 void vsp1_device_put(struct vsp1_device *vsp1) vsp1_device_put() argument 399 struct vsp1_device *vsp1 = dev_get_drvdata(dev); vsp1_pm_suspend() local 412 struct vsp1_device *vsp1 = dev_get_drvdata(dev); vsp1_pm_resume() local 431 static int vsp1_parse_dt(struct vsp1_device *vsp1) vsp1_parse_dt() argument 470 struct vsp1_device *vsp1; vsp1_probe() local 526 struct vsp1_device *vsp1 = platform_get_drvdata(pdev); vsp1_remove() local
|
H A D | vsp1_entity.h | 56 struct vsp1_device *vsp1; member in struct:vsp1_entity
|
H A D | vsp1_lif.c | 211 struct vsp1_lif *vsp1_lif_create(struct vsp1_device *vsp1) vsp1_lif_create() argument
|
H A D | vsp1_lut.c | 225 struct vsp1_lut *vsp1_lut_create(struct vsp1_device *vsp1) vsp1_lut_create() argument
|
H A D | vsp1_rpf.c | 219 struct vsp1_rwpf *vsp1_rpf_create(struct vsp1_device *vsp1, unsigned int index) vsp1_rpf_create() argument
|
H A D | vsp1_wpf.c | 78 struct vsp1_device *vsp1 = wpf->entity.vsp1; wpf_s_stream() local 218 struct vsp1_rwpf *vsp1_wpf_create(struct vsp1_device *vsp1, unsigned int index) vsp1_wpf_create() argument
|
H A D | vsp1_sru.c | 343 struct vsp1_sru *vsp1_sru_create(struct vsp1_device *vsp1) vsp1_sru_create() argument
|
H A D | vsp1_uds.c | 326 struct vsp1_uds *vsp1_uds_create(struct vsp1_device *vsp1, unsigned int index) vsp1_uds_create() argument
|
H A D | vsp1_video.h | 115 struct vsp1_device *vsp1; member in struct:vsp1_video
|
H A D | vsp1_video.c | 510 struct vsp1_device *vsp1 = pipe->output->entity.vsp1; vsp1_pipeline_run() local
|
Completed in 187 milliseconds