Lines Matching defs:pd
15 void __init *s3c_set_platdata(void *pd, size_t pdsize,
20 if (!pd) {
26 npd = kmemdup(pd, pdsize, GFP_KERNEL);
34 void s3c_sdhci_set_platdata(struct s3c_sdhci_platdata *pd,
37 set->cd_type = pd->cd_type;
38 set->ext_cd_init = pd->ext_cd_init;
39 set->ext_cd_cleanup = pd->ext_cd_cleanup;
40 set->ext_cd_gpio = pd->ext_cd_gpio;
41 set->ext_cd_gpio_invert = pd->ext_cd_gpio_invert;
43 if (pd->max_width)
44 set->max_width = pd->max_width;
45 if (pd->cfg_gpio)
46 set->cfg_gpio = pd->cfg_gpio;
47 if (pd->host_caps)
48 set->host_caps |= pd->host_caps;
49 if (pd->host_caps2)
50 set->host_caps2 |= pd->host_caps2;
51 if (pd->pm_caps)
52 set->pm_caps |= pd->pm_caps;