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

#include <info.h>

Data Fields

int(* open )(struct snd_info_entry *entry, unsigned short mode, void **file_private_data)
 
int(* release )(struct snd_info_entry *entry, unsigned short mode, void *file_private_data)
 
ssize_t(* read )(struct snd_info_entry *entry, void *file_private_data, struct file *file, char __user *buf, size_t count, loff_t pos)
 
ssize_t(* write )(struct snd_info_entry *entry, void *file_private_data, struct file *file, const char __user *buf, size_t count, loff_t pos)
 
loff_t(* llseek )(struct snd_info_entry *entry, void *file_private_data, struct file *file, loff_t offset, int orig)
 
unsigned int(* poll )(struct snd_info_entry *entry, void *file_private_data, struct file *file, poll_table *wait)
 
int(* ioctl )(struct snd_info_entry *entry, void *file_private_data, struct file *file, unsigned int cmd, unsigned long arg)
 
int(* mmap )(struct snd_info_entry *entry, void *file_private_data, struct inode *inode, struct file *file, struct vm_area_struct *vma)
 

Detailed Description

Definition at line 49 of file info.h.

Field Documentation

int(* ioctl)(struct snd_info_entry *entry, void *file_private_data, struct file *file, unsigned int cmd, unsigned long arg)

Definition at line 66 of file info.h.

loff_t(* llseek)(struct snd_info_entry *entry, void *file_private_data, struct file *file, loff_t offset, int orig)

Definition at line 60 of file info.h.

Definition at line 68 of file info.h.

int(* open)(struct snd_info_entry *entry, unsigned short mode, void **file_private_data)

Definition at line 50 of file info.h.

unsigned int(* poll)(struct snd_info_entry *entry, void *file_private_data, struct file *file, poll_table *wait)

Definition at line 63 of file info.h.

ssize_t(* read)(struct snd_info_entry *entry, void *file_private_data, struct file *file, char __user *buf, size_t count, loff_t pos)

Definition at line 54 of file info.h.

int(* release)(struct snd_info_entry *entry, unsigned short mode, void *file_private_data)

Definition at line 52 of file info.h.

ssize_t(* write)(struct snd_info_entry *entry, void *file_private_data, struct file *file, const char __user *buf, size_t count, loff_t pos)

Definition at line 57 of file info.h.


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