Linux Kernel
3.7.1
|
#include <linux/clk.h>
#include <linux/delay.h>
#include <linux/err.h>
#include <linux/io.h>
#include <linux/platform_device.h>
#include <mach/map.h>
#include <mach/regs-sys.h>
#include <plat/cpu.h>
#include <plat/regs-usb-hsotg-phy.h>
#include <plat/usb-phy.h>
Go to the source code of this file.
Functions | |
int | s5p_usb_phy_init (struct platform_device *pdev, int type) |
int | s5p_usb_phy_exit (struct platform_device *pdev, int type) |
int s5p_usb_phy_exit | ( | struct platform_device * | pdev, |
int | type | ||
) |
Definition at line 84 of file setup-usb-phy.c.
int s5p_usb_phy_init | ( | struct platform_device * | pdev, |
int | type | ||
) |
Definition at line 76 of file setup-usb-phy.c.