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

#include <mcp.h>

Data Fields

void(* set_telecom_divisor )(struct mcp *, unsigned int)
 
void(* set_audio_divisor )(struct mcp *, unsigned int)
 
void(* reg_write )(struct mcp *, unsigned int, unsigned int)
 
unsigned int(* reg_read )(struct mcp *, unsigned int)
 
void(* enable )(struct mcp *)
 
void(* disable )(struct mcp *)
 

Detailed Description

Definition at line 25 of file mcp.h.

Field Documentation

void(* disable)(struct mcp *)

Definition at line 31 of file mcp.h.

void(* enable)(struct mcp *)

Definition at line 30 of file mcp.h.

unsigned int(* reg_read)(struct mcp *, unsigned int)

Definition at line 29 of file mcp.h.

void(* reg_write)(struct mcp *, unsigned int, unsigned int)

Definition at line 28 of file mcp.h.

void(* set_audio_divisor)(struct mcp *, unsigned int)

Definition at line 27 of file mcp.h.

void(* set_telecom_divisor)(struct mcp *, unsigned int)

Definition at line 26 of file mcp.h.


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