Home
last modified time | relevance | path

Searched refs:atomisp_acc_pipe (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/
H A Datomisp_v4l2.h25 struct atomisp_acc_pipe;
32 void atomisp_acc_init(struct atomisp_acc_pipe *video, const char *name);
34 void atomisp_acc_unregister(struct atomisp_acc_pipe *video);
H A Datomisp_subdev.h123 struct atomisp_acc_pipe { struct
304 struct atomisp_acc_pipe video_acc;
H A Datomisp_cmd.h59 struct atomisp_acc_pipe *atomisp_to_acc_pipe(struct video_device *dev);
H A Datomisp_fops.c768 struct atomisp_acc_pipe *acc_pipe = NULL; in atomisp_open()
901 struct atomisp_acc_pipe *acc_pipe; in atomisp_release()
H A Datomisp_v4l2.c487 void atomisp_acc_init(struct atomisp_acc_pipe *video, const char *name) in atomisp_acc_init()
507 void atomisp_acc_unregister(struct atomisp_acc_pipe *video) in atomisp_acc_unregister()
H A Datomisp_subdev.c1112 struct atomisp_acc_pipe *pipe) in atomisp_init_acc_pipe()
H A Datomisp_cmd.c105 struct atomisp_acc_pipe *atomisp_to_acc_pipe(struct video_device *dev) in atomisp_to_acc_pipe()
107 return (struct atomisp_acc_pipe *) in atomisp_to_acc_pipe()
108 container_of(dev, struct atomisp_acc_pipe, vdev); in atomisp_to_acc_pipe()