Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
sfi_acpi.c File Reference
#include <linux/kernel.h>
#include <acpi/acpi.h>
#include <linux/sfi.h>
#include "sfi_core.h"

Go to the source code of this file.

Macros

#define KMSG_COMPONENT   "SFI"
 
#define pr_fmt(fmt)   KMSG_COMPONENT ": " fmt
 
#define XSDT_GET_NUM_ENTRIES(ptable, entry_type)
 

Functions

int __init sfi_acpi_init (void)
 
int sfi_acpi_table_parse (char *signature, char *oem_id, char *oem_table_id, int(*handler)(struct acpi_table_header *))
 
void __init sfi_acpi_sysfs_init (void)
 

Macro Definition Documentation

#define KMSG_COMPONENT   "SFI"

Definition at line 59 of file sfi_acpi.c.

#define pr_fmt (   fmt)    KMSG_COMPONENT ": " fmt

Definition at line 60 of file sfi_acpi.c.

#define XSDT_GET_NUM_ENTRIES (   ptable,
  entry_type 
)
Value:
((ptable->header.length - sizeof(struct acpi_table_header)) / \
(sizeof(entry_type)))

Definition at line 78 of file sfi_acpi.c.

Function Documentation

int __init sfi_acpi_init ( void  )

Definition at line 118 of file sfi_acpi.c.

void __init sfi_acpi_sysfs_init ( void  )

Definition at line 203 of file sfi_acpi.c.

int sfi_acpi_table_parse ( char signature,
char oem_id,
char oem_table_id,
int(*)(struct acpi_table_header *)  handler 
)

Definition at line 154 of file sfi_acpi.c.