Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Functions
scan.c File Reference
#include "scan.h"
#include "bcma_private.h"
#include <linux/bcma/bcma.h>
#include <linux/bcma/bcma_regs.h>
#include <linux/pci.h>
#include <linux/io.h>
#include <linux/dma-mapping.h>
#include <linux/slab.h>

Go to the source code of this file.

Data Structures

struct  bcma_device_id_name
 

Functions

void bcma_init_bus (struct bcma_bus *bus)
 
int bcma_bus_scan (struct bcma_bus *bus)
 
int __init bcma_bus_scan_early (struct bcma_bus *bus, struct bcma_device_id *match, struct bcma_device *core)
 

Function Documentation

int bcma_bus_scan ( struct bcma_bus bus)

Definition at line 440 of file scan.c.

int __init bcma_bus_scan_early ( struct bcma_bus bus,
struct bcma_device_id match,
struct bcma_device core 
)

Definition at line 507 of file scan.c.

void bcma_init_bus ( struct bcma_bus bus)

Definition at line 417 of file scan.c.