#include <linux/init.h>
#include <linux/kernel.h>
#include <linux/device.h>
#include <linux/interrupt.h>
#include <linux/list.h>
#include <linux/io.h>
#include <linux/slab.h>
#include <linux/maple.h>
#include <linux/dma-mapping.h>
#include <linux/delay.h>
#include <linux/module.h>
#include <asm/cacheflush.h>
#include <asm/dma.h>
#include <asm/io.h>
#include <mach/dma.h>
#include <mach/sysasic.h>
Go to the source code of this file.
fs_initcall |
( |
maple_bus_init |
| ) |
|
maple_add_packet - add a single instruction to the maple bus queue : maple device : function on device being queried : maple command to add : length of command string (in 32 bit words) : remainder of command string
Definition at line 157 of file maple.c.
maple_driver_register - register a maple driver : maple driver to be registered.
Registers the passed in , while updating the bus type. Devices with matching function IDs will be automatically probed.
Definition at line 71 of file maple.c.
maple_driver_unregister - unregister a maple driver. : maple driver to unregister.
Cleans up after maple_driver_register(). To be invoked in the exit path of any module drivers.
Definition at line 89 of file maple.c.
maple_getcond_callback - setup handling MAPLE_COMMAND_GETCOND : device responding : handler callback : interval in jiffies between callbacks : the function code for the device
Definition at line 121 of file maple.c.
MODULE_LICENSE |
( |
"GPL v2" |
| ) |
|
MODULE_SUPPORTED_DEVICE |
( |
"{{SEGA, Dreamcast/Maple}}" |
| ) |
|
Initial value:= {
.name = "maple",
.match = maple_match_bus_driver,
.uevent = maple_bus_uevent,
}
Definition at line 783 of file maple.c.