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

Data Fields

struct clkclk_per
 
struct clkclk_ipg
 
int enabled
 
void __iomemmmio_base
 
struct pwm_chip chip
 
int(* config )(struct pwm_chip *chip, struct pwm_device *pwm, int duty_ns, int period_ns)
 
void(* set_enable )(struct pwm_chip *chip, bool enable)
 

Detailed Description

Definition at line 42 of file pwm-imx.c.

Field Documentation

Definition at line 49 of file pwm-imx.c.

struct clk* clk_ipg

Definition at line 44 of file pwm-imx.c.

struct clk* clk_per

Definition at line 43 of file pwm-imx.c.

int(* config)(struct pwm_chip *chip, struct pwm_device *pwm, int duty_ns, int period_ns)

Definition at line 51 of file pwm-imx.c.

int enabled

Definition at line 46 of file pwm-imx.c.

void __iomem* mmio_base

Definition at line 47 of file pwm-imx.c.

void(* set_enable)(struct pwm_chip *chip, bool enable)

Definition at line 53 of file pwm-imx.c.


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