Linux Kernel
3.7.1
|
#include <v4l2-subdev.h>
Data Fields | |
int(* | registered )(struct v4l2_subdev *sd) |
void(* | unregistered )(struct v4l2_subdev *sd) |
int(* | open )(struct v4l2_subdev *sd, struct v4l2_subdev_fh *fh) |
int(* | close )(struct v4l2_subdev *sd, struct v4l2_subdev_fh *fh) |
Definition at line 561 of file v4l2-subdev.h.
int(* close)(struct v4l2_subdev *sd, struct v4l2_subdev_fh *fh) |
Definition at line 565 of file v4l2-subdev.h.
int(* open)(struct v4l2_subdev *sd, struct v4l2_subdev_fh *fh) |
Definition at line 564 of file v4l2-subdev.h.
int(* registered)(struct v4l2_subdev *sd) |
Definition at line 562 of file v4l2-subdev.h.
void(* unregistered)(struct v4l2_subdev *sd) |
Definition at line 563 of file v4l2-subdev.h.