Linux Kernel
3.7.1
|
#include <linux/kernel.h>
#include <linux/slab.h>
#include <linux/string.h>
#include <linux/platform_device.h>
#include <plat/devs.h>
#include <plat/sdhci.h>
Go to the source code of this file.
Functions | |
void __init * | s3c_set_platdata (void *pd, size_t pdsize, struct platform_device *pdev) |
void | s3c_sdhci_set_platdata (struct s3c_sdhci_platdata *pd, struct s3c_sdhci_platdata *set) |
void s3c_sdhci_set_platdata | ( | struct s3c_sdhci_platdata * | pd, |
struct s3c_sdhci_platdata * | set | ||
) |
Definition at line 41 of file platformdata.c.
s3c_set_platdata() - helper for setting platform data : The default platform data for this device. : The size of the platform data. : Pointer to the device to fill in.
This helper replaces a number of calls that copy and then set the platform data of the device.
Definition at line 20 of file platformdata.c.