Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
devices.c File Reference
#include <linux/gpio.h>
#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/platform_device.h>
#include <linux/io.h>
#include <linux/clk.h>
#include <linux/err.h>
#include <linux/slab.h>
#include <linux/of.h>
#include <linux/pinctrl/machine.h>
#include <linux/platform_data/omap4-keypad.h>
#include <linux/platform_data/omap_ocp2scp.h>
#include <asm/mach-types.h>
#include <asm/mach/map.h>
#include "iomap.h"
#include <plat/dma.h>
#include <plat/omap_hwmod.h>
#include <plat/omap_device.h>
#include "omap4-keypad.h"
#include "soc.h"
#include "common.h"
#include "mux.h"
#include "control.h"
#include "devices.h"

Go to the source code of this file.

Macros

#define L3_MODULES_MAX_LEN   12
 
#define L3_MODULES   3
 

Functions

 postcore_initcall (omap3_l3_init)
 
 postcore_initcall (omap4_l3_init)
 
int omap3_init_camera (struct isp_platform_data *pdata)
 
int __init omap4_keyboard_init (struct omap4_keypad_platform_data *sdp4430_keypad_data, struct omap_board_data *bdata)
 
 arch_initcall (omap2_init_devices)
 

Macro Definition Documentation

#define L3_MODULES   3

Definition at line 40 of file devices.c.

#define L3_MODULES_MAX_LEN   12

Definition at line 39 of file devices.c.

Function Documentation

arch_initcall ( omap2_init_devices  )
int omap3_init_camera ( struct isp_platform_data pdata)

Definition at line 230 of file devices.c.

int __init omap4_keyboard_init ( struct omap4_keypad_platform_data sdp4430_keypad_data,
struct omap_board_data bdata 
)

Definition at line 245 of file devices.c.

postcore_initcall ( omap3_l3_init  )
postcore_initcall ( omap4_l3_init  )