|
Linux Kernel
3.7.1
|
#include "bcma_private.h"#include <linux/module.h>#include <linux/platform_device.h>#include <linux/bcma/bcma.h>#include <linux/slab.h>Go to the source code of this file.
Functions | |
| MODULE_DESCRIPTION ("Broadcom's specific AMBA driver") | |
| MODULE_LICENSE ("GPL") | |
| struct bcma_device * | bcma_find_core (struct bcma_bus *bus, u16 coreid) |
| EXPORT_SYMBOL_GPL (bcma_find_core) | |
| int __devinit | bcma_bus_register (struct bcma_bus *bus) |
| void | bcma_bus_unregister (struct bcma_bus *bus) |
| int __init | bcma_bus_early_register (struct bcma_bus *bus, struct bcma_device *core_cc, struct bcma_device *core_mips) |
| int | __bcma_driver_register (struct bcma_driver *drv, struct module *owner) |
| EXPORT_SYMBOL_GPL (__bcma_driver_register) | |
| void | bcma_driver_unregister (struct bcma_driver *drv) |
| EXPORT_SYMBOL_GPL (bcma_driver_unregister) | |
| fs_initcall (bcma_modinit) | |
| int __bcma_driver_register | ( | struct bcma_driver * | drv, |
| struct module * | owner | ||
| ) |
| int __init bcma_bus_early_register | ( | struct bcma_bus * | bus, |
| struct bcma_device * | core_cc, | ||
| struct bcma_device * | core_mips | ||
| ) |
| void bcma_driver_unregister | ( | struct bcma_driver * | drv | ) |
|
read |
| EXPORT_SYMBOL_GPL | ( | bcma_find_core | ) |
| EXPORT_SYMBOL_GPL | ( | __bcma_driver_register | ) |
| EXPORT_SYMBOL_GPL | ( | bcma_driver_unregister | ) |
| fs_initcall | ( | bcma_modinit | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
1.8.2