Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Functions
v4l2-fh.h File Reference
#include <linux/list.h>

Go to the source code of this file.

Data Structures

struct  v4l2_fh
 

Functions

void v4l2_fh_init (struct v4l2_fh *fh, struct video_device *vdev)
 
void v4l2_fh_add (struct v4l2_fh *fh)
 
int v4l2_fh_open (struct file *filp)
 
void v4l2_fh_del (struct v4l2_fh *fh)
 
void v4l2_fh_exit (struct v4l2_fh *fh)
 
int v4l2_fh_release (struct file *filp)
 
int v4l2_fh_is_singular (struct v4l2_fh *fh)
 

Function Documentation

void v4l2_fh_add ( struct v4l2_fh fh)

Definition at line 48 of file v4l2-fh.c.

void v4l2_fh_del ( struct v4l2_fh fh)

Definition at line 74 of file v4l2-fh.c.

void v4l2_fh_exit ( struct v4l2_fh fh)

Definition at line 86 of file v4l2-fh.c.

void v4l2_fh_init ( struct v4l2_fh fh,
struct video_device vdev 
)

Definition at line 33 of file v4l2-fh.c.

int v4l2_fh_is_singular ( struct v4l2_fh fh)

Definition at line 108 of file v4l2-fh.c.

int v4l2_fh_open ( struct file filp)

Definition at line 60 of file v4l2-fh.c.

int v4l2_fh_release ( struct file filp)

Definition at line 95 of file v4l2-fh.c.