~ubuntu-branches/ubuntu/precise/linux-ti-omap4/precise

« back to all changes in this revision

Viewing changes to drivers/media/video/ivtv/ivtv-ioctl.h

  • Committer: Bazaar Package Importer
  • Author(s): Paolo Pisati
  • Date: 2011-06-29 15:23:51 UTC
  • mfrom: (26.1.1 natty-proposed)
  • Revision ID: james.westby@ubuntu.com-20110629152351-xs96tm303d95rpbk
Tags: 3.0.0-1200.2
* Rebased against 3.0.0-6.7
* BSP from TI based on 3.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
void ivtv_set_osd_alpha(struct ivtv *itv);
28
28
int ivtv_set_speed(struct ivtv *itv, int speed);
29
29
void ivtv_set_funcs(struct video_device *vdev);
30
 
int ivtv_s_std(struct file *file, void *fh, v4l2_std_id *std);
 
30
void ivtv_s_std_enc(struct ivtv *itv, v4l2_std_id *std);
 
31
void ivtv_s_std_dec(struct ivtv *itv, v4l2_std_id *std);
31
32
int ivtv_s_frequency(struct file *file, void *fh, struct v4l2_frequency *vf);
32
33
int ivtv_s_input(struct file *file, void *fh, unsigned int inp);
33
34
long ivtv_v4l2_ioctl(struct file *filp, unsigned int cmd, unsigned long arg);