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

#include <ctsrc.h>

Data Fields

struct rsc_mgr mgr
 
spinlock_t mgr_lock
 
int(* get_src )(struct src_mgr *mgr, const struct src_desc *desc, struct src **rsrc)
 
int(* put_src )(struct src_mgr *mgr, struct src *src)
 
int(* src_enable_s )(struct src_mgr *mgr, struct src *src)
 
int(* src_enable )(struct src_mgr *mgr, struct src *src)
 
int(* src_disable )(struct src_mgr *mgr, struct src *src)
 
int(* commit_write )(struct src_mgr *mgr)
 

Detailed Description

Definition at line 86 of file ctsrc.h.

Field Documentation

int(* commit_write)(struct src_mgr *mgr)

Definition at line 98 of file ctsrc.h.

int(* get_src)(struct src_mgr *mgr, const struct src_desc *desc, struct src **rsrc)

Definition at line 91 of file ctsrc.h.

Definition at line 87 of file ctsrc.h.

spinlock_t mgr_lock

Definition at line 88 of file ctsrc.h.

int(* put_src)(struct src_mgr *mgr, struct src *src)

Definition at line 94 of file ctsrc.h.

int(* src_disable)(struct src_mgr *mgr, struct src *src)

Definition at line 97 of file ctsrc.h.

int(* src_enable)(struct src_mgr *mgr, struct src *src)

Definition at line 96 of file ctsrc.h.

int(* src_enable_s)(struct src_mgr *mgr, struct src *src)

Definition at line 95 of file ctsrc.h.


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