Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions | Variables
dev-ohci.c File Reference
#include <linux/dma-mapping.h>
#include <linux/platform_device.h>
#include <mach/irqs.h>
#include <mach/map.h>
#include <linux/platform_data/usb-exynos.h>
#include <plat/devs.h>
#include <plat/usb-phy.h>

Go to the source code of this file.

Functions

void __init exynos4_ohci_set_platdata (struct exynos4_ohci_platdata *pd)
 

Variables

struct platform_device exynos4_device_ohci
 

Function Documentation

void __init exynos4_ohci_set_platdata ( struct exynos4_ohci_platdata pd)

Definition at line 41 of file dev-ohci.c.

Variable Documentation

struct platform_device exynos4_device_ohci
Initial value:
= {
.name = "exynos-ohci",
.id = -1,
.num_resources = ARRAY_SIZE(exynos4_ohci_resource),
.resource = exynos4_ohci_resource,
.dev = {
.dma_mask = &exynos4_ohci_dma_mask,
.coherent_dma_mask = DMA_BIT_MASK(32),
}
}

Definition at line 30 of file dev-ohci.c.