Symbol: atomisp_video_pipe
drivers/staging/media/atomisp/pci/atomisp_cmd.c
2863
struct atomisp_video_pipe *pipe = vb_to_pipe(&frame->vb.vb2_buf);
drivers/staging/media/atomisp/pci/atomisp_cmd.c
2879
void atomisp_handle_parameter_and_buffer(struct atomisp_video_pipe *pipe)
drivers/staging/media/atomisp/pci/atomisp_cmd.c
2942
struct atomisp_video_pipe *pipe = atomisp_to_video_pipe(vdev);
drivers/staging/media/atomisp/pci/atomisp_cmd.c
4257
struct atomisp_video_pipe *pipe = atomisp_to_video_pipe(vdev);
drivers/staging/media/atomisp/pci/atomisp_cmd.c
4332
struct atomisp_video_pipe *pipe = atomisp_to_video_pipe(vdev);
drivers/staging/media/atomisp/pci/atomisp_cmd.c
561
int atomisp_buffers_in_css(struct atomisp_video_pipe *pipe)
drivers/staging/media/atomisp/pci/atomisp_cmd.c
579
struct atomisp_video_pipe *pipe = vb_to_pipe(&frame->vb.vb2_buf);
drivers/staging/media/atomisp/pci/atomisp_cmd.c
592
void atomisp_flush_video_pipe(struct atomisp_video_pipe *pipe, enum vb2_buffer_state state,
drivers/staging/media/atomisp/pci/atomisp_cmd.c
618
void atomisp_flush_params_queue(struct atomisp_video_pipe *pipe)
drivers/staging/media/atomisp/pci/atomisp_cmd.c
632
static void atomisp_recover_params_queue(struct atomisp_video_pipe *pipe)
drivers/staging/media/atomisp/pci/atomisp_cmd.c
651
struct atomisp_video_pipe *pipe = NULL;
drivers/staging/media/atomisp/pci/atomisp_cmd.c
76
struct atomisp_video_pipe *atomisp_to_video_pipe(struct video_device *dev)
drivers/staging/media/atomisp/pci/atomisp_cmd.c
78
return (struct atomisp_video_pipe *)
drivers/staging/media/atomisp/pci/atomisp_cmd.c
79
container_of(dev, struct atomisp_video_pipe, vdev);
drivers/staging/media/atomisp/pci/atomisp_cmd.h
273
void atomisp_handle_parameter_and_buffer(struct atomisp_video_pipe *pipe);
drivers/staging/media/atomisp/pci/atomisp_cmd.h
275
void atomisp_flush_params_queue(struct atomisp_video_pipe *asd);
drivers/staging/media/atomisp/pci/atomisp_cmd.h
38
struct atomisp_video_pipe *atomisp_to_video_pipe(struct video_device *dev);
drivers/staging/media/atomisp/pci/atomisp_cmd.h
40
int atomisp_buffers_in_css(struct atomisp_video_pipe *pipe);
drivers/staging/media/atomisp/pci/atomisp_cmd.h
42
void atomisp_flush_video_pipe(struct atomisp_video_pipe *pipe, enum vb2_buffer_state state,
drivers/staging/media/atomisp/pci/atomisp_fops.c
221
struct atomisp_video_pipe *pipe,
drivers/staging/media/atomisp/pci/atomisp_fops.c
358
struct atomisp_video_pipe *pipe = vb_to_pipe(vb);
drivers/staging/media/atomisp/pci/atomisp_fops.c
38
struct atomisp_video_pipe *pipe = container_of(vq, struct atomisp_video_pipe, vb_queue);
drivers/staging/media/atomisp/pci/atomisp_fops.c
413
struct atomisp_video_pipe *pipe = vb_to_pipe(vb);
drivers/staging/media/atomisp/pci/atomisp_fops.c
474
struct atomisp_video_pipe *pipe = atomisp_to_video_pipe(vdev);
drivers/staging/media/atomisp/pci/atomisp_fops.c
525
struct atomisp_video_pipe *pipe = atomisp_to_video_pipe(vdev);
drivers/staging/media/atomisp/pci/atomisp_fops.c
76
struct atomisp_video_pipe *pipe = vb_to_pipe(vb);
drivers/staging/media/atomisp/pci/atomisp_ioctl.c
1018
struct atomisp_video_pipe *pipe = vq_to_pipe(vq);
drivers/staging/media/atomisp/pci/atomisp_ioctl.c
344
int atomisp_pipe_check(struct atomisp_video_pipe *pipe, bool settings_change)
drivers/staging/media/atomisp/pci/atomisp_ioctl.c
430
struct atomisp_video_pipe *pipe = atomisp_to_video_pipe(vdev);
drivers/staging/media/atomisp/pci/atomisp_ioctl.c
664
struct atomisp_video_pipe *pipe;
drivers/staging/media/atomisp/pci/atomisp_ioctl.c
793
struct atomisp_video_pipe *pipe = atomisp_to_video_pipe(vdev);
drivers/staging/media/atomisp/pci/atomisp_ioctl.c
815
struct atomisp_video_pipe *pipe = atomisp_to_video_pipe(vdev);
drivers/staging/media/atomisp/pci/atomisp_ioctl.c
858
static void atomisp_stop_stream(struct atomisp_video_pipe *pipe,
drivers/staging/media/atomisp/pci/atomisp_ioctl.c
916
struct atomisp_video_pipe *pipe = vq_to_pipe(vq);
drivers/staging/media/atomisp/pci/atomisp_ioctl.h
16
struct atomisp_video_pipe;
drivers/staging/media/atomisp/pci/atomisp_ioctl.h
26
int atomisp_pipe_check(struct atomisp_video_pipe *pipe, bool streaming_ok);
drivers/staging/media/atomisp/pci/atomisp_subdev.c
765
struct atomisp_video_pipe *pipe, enum v4l2_buf_type buf_type)
drivers/staging/media/atomisp/pci/atomisp_subdev.h
221
struct atomisp_video_pipe video_out;
drivers/staging/media/atomisp/pci/atomisp_subdev.h
87
container_of(queue, struct atomisp_video_pipe, vb_queue)
drivers/staging/media/atomisp/pci/atomisp_v4l2.c
316
int atomisp_video_init(struct atomisp_video_pipe *video)
drivers/staging/media/atomisp/pci/atomisp_v4l2.c
336
void atomisp_video_unregister(struct atomisp_video_pipe *video)
drivers/staging/media/atomisp/pci/atomisp_v4l2.h
13
struct atomisp_video_pipe;
drivers/staging/media/atomisp/pci/atomisp_v4l2.h
18
int atomisp_video_init(struct atomisp_video_pipe *video);
drivers/staging/media/atomisp/pci/atomisp_v4l2.h
19
void atomisp_video_unregister(struct atomisp_video_pipe *video);