Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Enumerations | Functions
device-init.c File Reference
#include <linux/delay.h>
#include <linux/freezer.h>
#include <linux/kernel.h>
#include <linux/kthread.h>
#include <linux/init.h>
#include <linux/slab.h>
#include <linux/reboot.h>
#include <asm/firmware.h>
#include <asm/lv1call.h>
#include <asm/ps3stor.h>
#include "platform.h"

Go to the source code of this file.

Data Structures

struct  ps3_notification_device
 
struct  ps3_notify_cmd
 
struct  ps3_notify_event
 

Macros

#define PS3_NOTIFICATION_DEV_ID   ULONG_MAX
 
#define PS3_NOTIFICATION_INTERRUPT_ID   0
 

Enumerations

enum  ps3_notify_type { notify_device_ready = 0, notify_region_probe = 1, notify_region_update = 2 }
 

Functions

 device_initcall (ps3_register_devices)
 

Macro Definition Documentation

#define PS3_NOTIFICATION_DEV_ID   ULONG_MAX

Definition at line 679 of file device-init.c.

#define PS3_NOTIFICATION_INTERRUPT_ID   0

Definition at line 680 of file device-init.c.

Enumeration Type Documentation

Enumerator:
notify_device_ready 
notify_region_probe 
notify_region_update 

Definition at line 690 of file device-init.c.

Function Documentation

device_initcall ( ps3_register_devices  )