Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Functions | Variables
driver_chipcommon_sflash.c File Reference
#include <linux/platform_device.h>
#include <linux/bcma/bcma.h>
#include "bcma_private.h"

Go to the source code of this file.

Data Structures

struct  bcma_sflash_tbl_e
 

Functions

int bcma_sflash_init (struct bcma_drv_cc *cc)
 

Variables

struct platform_device bcma_sflash_dev
 

Function Documentation

int bcma_sflash_init ( struct bcma_drv_cc cc)

Definition at line 61 of file driver_chipcommon_sflash.c.

Variable Documentation

struct platform_device bcma_sflash_dev
Initial value:
= {
.name = "bcma_sflash",
.resource = &bcma_sflash_resource,
.num_resources = 1,
}

Definition at line 20 of file driver_chipcommon_sflash.c.