Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
pci-label.c File Reference
#include <linux/dmi.h>
#include <linux/sysfs.h>
#include <linux/pci.h>
#include <linux/pci_ids.h>
#include <linux/module.h>
#include <linux/device.h>
#include <linux/nls.h>
#include <linux/acpi.h>
#include <linux/pci-acpi.h>
#include <acpi/acpi_bus.h>
#include "pci.h"

Go to the source code of this file.

Macros

#define DEVICE_LABEL_DSM   0x07
 

Functions

void pci_create_firmware_label_files (struct pci_dev *pdev)
 
void pci_remove_firmware_label_files (struct pci_dev *pdev)
 

Macro Definition Documentation

#define DEVICE_LABEL_DSM   0x07

Definition at line 35 of file pci-label.c.

Function Documentation

void pci_create_firmware_label_files ( struct pci_dev pdev)

Definition at line 369 of file pci-label.c.

void pci_remove_firmware_label_files ( struct pci_dev pdev)

Definition at line 377 of file pci-label.c.