Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions | Variables
ac97_bus.c File Reference
#include <linux/module.h>
#include <linux/init.h>
#include <linux/device.h>
#include <linux/string.h>
#include <sound/ac97_codec.h>

Go to the source code of this file.

Functions

 subsys_initcall (ac97_bus_init)
 
 module_exit (ac97_bus_exit)
 
 EXPORT_SYMBOL (ac97_bus_type)
 
 MODULE_LICENSE ("GPL")
 

Variables

struct bus_type ac97_bus_type
 

Function Documentation

EXPORT_SYMBOL ( ac97_bus_type  )
module_exit ( ac97_bus_exit  )
MODULE_LICENSE ( "GPL"  )
subsys_initcall ( ac97_bus_init  )

Variable Documentation

struct bus_type ac97_bus_type
Initial value:
= {
.name = "ac97",
.match = ac97_bus_match,
}

Definition at line 52 of file ac97_bus.c.