Lines Matching refs:fdp1_ctx

579 struct fdp1_ctx {  struct
633 static inline struct fdp1_ctx *fh_to_ctx(struct v4l2_fh *fh) in fh_to_ctx() argument
635 return container_of(fh, struct fdp1_ctx, fh); in fh_to_ctx()
638 static struct fdp1_q_data *get_q_data(struct fdp1_ctx *ctx, in get_q_data()
719 static void fdp1_field_complete(struct fdp1_ctx *ctx, in fdp1_field_complete()
730 static void fdp1_queue_field(struct fdp1_ctx *ctx, in fdp1_queue_field()
742 static struct fdp1_field_buffer *fdp1_dequeue_field(struct fdp1_ctx *ctx) in fdp1_dequeue_field()
763 static struct fdp1_field_buffer *fdp1_peek_queued_field(struct fdp1_ctx *ctx) in fdp1_peek_queued_field()
795 static void fdp1_set_ipc_dli(struct fdp1_ctx *ctx) in fdp1_set_ipc_dli()
812 static void fdp1_set_ipc_sensor(struct fdp1_ctx *ctx) in fdp1_set_ipc_sensor()
879 static void fdp1_configure_rpf(struct fdp1_ctx *ctx, in fdp1_configure_rpf()
938 static void fdp1_configure_wpf(struct fdp1_ctx *ctx, in fdp1_configure_wpf()
999 static void fdp1_configure_deint_mode(struct fdp1_ctx *ctx, in fdp1_configure_deint_mode()
1066 static int fdp1_device_process(struct fdp1_ctx *ctx) in fdp1_device_process()
1138 struct fdp1_ctx *ctx = priv; in fdp1_m2m_job_ready()
1162 struct fdp1_ctx *ctx = priv; in fdp1_m2m_job_abort()
1180 static struct fdp1_job *fdp1_prepare_job(struct fdp1_ctx *ctx) in fdp1_prepare_job()
1264 struct fdp1_ctx *ctx = priv; in fdp1_m2m_device_run()
1308 struct fdp1_ctx *ctx; in device_frame_end()
1410 struct fdp1_ctx *ctx = fh_to_ctx(priv); in fdp1_g_fmt()
1452 static void fdp1_try_fmt_output(struct fdp1_ctx *ctx, in fdp1_try_fmt_output()
1508 static void fdp1_try_fmt_capture(struct fdp1_ctx *ctx, in fdp1_try_fmt_capture()
1587 struct fdp1_ctx *ctx = fh_to_ctx(priv); in fdp1_try_fmt()
1602 static void fdp1_set_format(struct fdp1_ctx *ctx, in fdp1_set_format()
1658 struct fdp1_ctx *ctx = fh_to_ctx(priv); in fdp1_s_fmt()
1679 struct fdp1_ctx *ctx = in fdp1_g_ctrl()
1680 container_of(ctrl->handler, struct fdp1_ctx, hdl); in fdp1_g_ctrl()
1697 struct fdp1_ctx *ctx = in fdp1_s_ctrl()
1698 container_of(ctrl->handler, struct fdp1_ctx, hdl); in fdp1_s_ctrl()
1764 struct fdp1_ctx *ctx = vb2_get_drv_priv(vq); in fdp1_queue_setup()
1849 struct fdp1_ctx *ctx = vb2_get_drv_priv(vb->vb2_queue); in fdp1_buf_prepare()
1917 struct fdp1_ctx *ctx = vb2_get_drv_priv(vb->vb2_queue); in fdp1_buf_queue()
1924 struct fdp1_ctx *ctx = vb2_get_drv_priv(q); in fdp1_start_streaming()
1963 struct fdp1_ctx *ctx = vb2_get_drv_priv(q); in fdp1_stop_streaming()
2042 struct fdp1_ctx *ctx = priv; in queue_init()
2079 struct fdp1_ctx *ctx = NULL; in fdp1_open()
2163 struct fdp1_ctx *ctx = fh_to_ctx(file->private_data); in fdp1_release()