Searched refs:s3c_hsotg_plat (Results 1 – 7 of 7) sorted by relevance
31 struct s3c_hsotg_plat { struct40 extern void s3c_hsotg_set_platdata(struct s3c_hsotg_plat *pd); argument
1045 void __init s3c_hsotg_set_platdata(struct s3c_hsotg_plat *pd) in s3c_hsotg_set_platdata()1047 struct s3c_hsotg_plat *npd; in s3c_hsotg_set_platdata()1049 npd = s3c_set_platdata(pd, sizeof(struct s3c_hsotg_plat), in s3c_hsotg_set_platdata()
192 static struct s3c_hsotg_plat smartq_hsotg_pdata;
631 static struct s3c_hsotg_plat smdk6410_hsotg_pdata;
812 static struct s3c_hsotg_plat crag6410_hsotg_pdata;
703 struct s3c_hsotg_plat *plat;
3845 struct s3c_hsotg_plat *plat = dev->platform_data; in dwc2_gadget_init()