Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
devices.c File Reference
#include <linux/kernel.h>
#include <linux/threads.h>
#include <linux/string.h>
#include <linux/init.h>
#include <linux/errno.h>
#include <asm/page.h>
#include <asm/oplib.h>
#include <asm/prom.h>
#include <asm/smp.h>
#include <asm/cpudata.h>
#include <asm/cpu_type.h>

Go to the source code of this file.

Functions

void clock_stop_probe (void)
 
int cpu_find_by_instance (int instance, phandle *prom_node, int *mid)
 
int cpu_find_by_mid (int mid, phandle *prom_node)
 
int cpu_get_hwmid (phandle prom_node)
 
void __init device_scan (void)
 

Function Documentation

void clock_stop_probe ( void  )

Definition at line 101 of file tadpole.c.

int cpu_find_by_instance ( int  instance,
phandle prom_node,
int mid 
)

Definition at line 81 of file devices.c.

int cpu_find_by_mid ( int  mid,
phandle prom_node 
)

Definition at line 99 of file devices.c.

int cpu_get_hwmid ( phandle  prom_node)

Definition at line 109 of file devices.c.

void __init device_scan ( void  )

Definition at line 114 of file devices.c.