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

#include <core.h>

Data Fields

int(* init )(struct wm8350 *wm8350)
 
int irq_high
 
int irq_base
 
int gpio_base
 

Detailed Description

Data to be supplied by the platform to initialise the WM8350.

: Function called during driver initialisation. Should be used by the platform to configure GPIO functions and similar. : Set if WM8350 IRQ is active high. : Base IRQ for genirq (not currently used). : Base for gpiolib.

Definition at line 633 of file core.h.

Field Documentation

int gpio_base

Definition at line 637 of file core.h.

int(* init)(struct wm8350 *wm8350)

Definition at line 634 of file core.h.

int irq_base

Definition at line 636 of file core.h.

int irq_high

Definition at line 635 of file core.h.


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