Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
media_file_operations Struct Reference

#include <media-devnode.h>

Data Fields

struct moduleowner
 
ssize_t(* read )(struct file *, char __user *, size_t, loff_t *)
 
ssize_t(* write )(struct file *, const char __user *, size_t, loff_t *)
 
unsigned int(* poll )(struct file *, struct poll_table_struct *)
 
long(* ioctl )(struct file *, unsigned int, unsigned long)
 
int(* open )(struct file *)
 
int(* release )(struct file *)
 

Detailed Description

Definition at line 43 of file media-devnode.h.

Field Documentation

long(* ioctl)(struct file *, unsigned int, unsigned long)

Definition at line 48 of file media-devnode.h.

int(* open)(struct file *)

Definition at line 49 of file media-devnode.h.

struct module* owner

Definition at line 44 of file media-devnode.h.

Definition at line 47 of file media-devnode.h.

ssize_t(* read)(struct file *, char __user *, size_t, loff_t *)

Definition at line 45 of file media-devnode.h.

int(* release)(struct file *)

Definition at line 50 of file media-devnode.h.

ssize_t(* write)(struct file *, const char __user *, size_t, loff_t *)

Definition at line 46 of file media-devnode.h.


The documentation for this struct was generated from the following file: