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

#include <info.h>

Data Fields

const charname
 
umode_t mode
 
long size
 
unsigned short content
 
union {
   struct snd_info_entry_text   text
 
   struct snd_info_entry_ops *   ops
 
c
 
struct snd_info_entryparent
 
struct snd_cardcard
 
struct modulemodule
 
voidprivate_data
 
void(* private_free )(struct snd_info_entry *entry)
 
struct proc_dir_entryp
 
struct mutex access
 
struct list_head children
 
struct list_head list
 

Detailed Description

Definition at line 73 of file info.h.

Field Documentation

struct mutex access

Definition at line 88 of file info.h.

union { ... } c

Definition at line 83 of file info.h.

struct list_head children

Definition at line 89 of file info.h.

unsigned short content

Definition at line 77 of file info.h.

Definition at line 90 of file info.h.

umode_t mode

Definition at line 75 of file info.h.

Definition at line 84 of file info.h.

const char* name

Definition at line 74 of file info.h.

Definition at line 80 of file info.h.

Definition at line 87 of file info.h.

Definition at line 82 of file info.h.

void* private_data

Definition at line 85 of file info.h.

void(* private_free)(struct snd_info_entry *entry)

Definition at line 86 of file info.h.

long size

Definition at line 76 of file info.h.

Definition at line 79 of file info.h.


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