Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 366573
b: refs/heads/master
c: 4bd3bb7
h: refs/heads/master
i:
  366571: 5524466
v: v3
  • Loading branch information
Hans Verkuil authored and Mauro Carvalho Chehab committed Mar 19, 2013
1 parent 3865f73 commit 3a4898b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 416d307651ffa035a1e9f5ccc9f915cb2235d415
refs/heads/master: 4bd3bb7129ac9a0ee3ba4b587c228f5f43b841cd
12 changes: 6 additions & 6 deletions trunk/drivers/staging/media/davinci_vpfe/vpfe_video.c
Original file line number Diff line number Diff line change
Expand Up @@ -1016,12 +1016,12 @@ vpfe_query_dv_timings(struct file *file, void *fh,
}

/*
* vpfe_s_dv_timings() - set dv_preset on external subdev
* vpfe_s_dv_timings() - set dv_timings on external subdev
* @file: file pointer
* @priv: void pointer
* @timings: pointer to v4l2_dv_timings structure
*
* set dv_timings pointed by preset on external subdev through
* set dv_timings pointed by timings on external subdev through
* v4l2_device_call_until_err, this configures amplifier also
*
* Return 0 on success, error code otherwise
Expand All @@ -1042,12 +1042,12 @@ vpfe_s_dv_timings(struct file *file, void *fh,
}

/*
* vpfe_g_dv_timings() - get dv_preset which is set on external subdev
* vpfe_g_dv_timings() - get dv_timings which is set on external subdev
* @file: file pointer
* @priv: void pointer
* @timings: pointer to v4l2_dv_timings structure
*
* get dv_preset which is set on external subdev through
* get dv_timings which is set on external subdev through
* v4l2_subdev_call
*
* Return 0 on success, error code otherwise
Expand Down Expand Up @@ -1423,7 +1423,7 @@ static int vpfe_dqbuf(struct file *file, void *priv,
}

/*
* vpfe_streamon() - get dv_preset which is set on external subdev
* vpfe_streamon() - start streaming
* @file: file pointer
* @priv: void pointer
* @buf_type: enum v4l2_buf_type
Expand Down Expand Up @@ -1472,7 +1472,7 @@ static int vpfe_streamon(struct file *file, void *priv,
}

/*
* vpfe_streamoff() - get dv_preset which is set on external subdev
* vpfe_streamoff() - stop streaming
* @file: file pointer
* @priv: void pointer
* @buf_type: enum v4l2_buf_type
Expand Down

0 comments on commit 3a4898b

Please sign in to comment.